Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _examples: Fixed a dead link COMPATIBILITY.md | YAMAMORI, Akihiro | 2024-06-08 | 1 | -1/+1 |
| | | | | Fixed a dead link to the clone with ssh example in COMPATIBILITY.md | ||||
* | git: Implement Merge function with initial FastForwardMerge support | Paulo Gomes | 2024-03-09 | 1 | -8/+8 |
| | | | | | | | | | | | | Introduces the Merge function for merging branches in the codebase. Currently, the function only supports FastForwardMerge strategy, meaning it can efficiently update the target branch pointer if the source branch history is a linear descendant. Support for additional merge strategies (e.g., three-way merge) will be added in future commits. Signed-off-by: Paulo Gomes <paulo.gomes@suse.com> | ||||
* | git: implement upload-server-info. Fixes #731 | Ayman Bagabas | 2023-11-03 | 1 | -4/+4 |
| | | | | | | | | | This adds UpdateServerInfo along with a new go-git command to generate info files to help git dumb http serve refs and their objects. This also updates the docs to reflect this. Docs: https://git-scm.com/docs/git-update-server-info Fixes: https://github.com/go-git/go-git/issues/731 | ||||
* | git: clone --shared implemented | enverbisevac | 2023-10-08 | 1 | -172/+172 |
| | |||||
* | *: Improve docs on examples, compatibility and extensibility | Paulo Gomes | 2023-07-02 | 1 | -111/+233 |
| | | | | | | Fixes #777 Signed-off-by: Paulo Gomes <pjbgf@linux.com> | ||||
* | Update COMPATIBILITY.md to reflect git binary usage for file protocol | bufdev | 2020-03-18 | 1 | -1/+1 |
| | | | | Signed-off-by: bufdev <bufdev-github@buf.build> | ||||
* | typo | Paul Scharnofske | 2019-10-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Scharnofske <asynts@gmail.com> | ||||
* | Add merge-base to compatibility table | David Pordomingo | 2019-06-03 | 1 | -1/+1 |
| | | | | Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com> | ||||
* | git: worktree, add Grep() method for git grep (#686) | Sunny | 2017-12-12 | 1 | -1/+1 |
| | | | This change implemented grep on worktree with options to invert match and specify pathspec. Also, a commit hash or reference can be used to specify the worktree to search. | ||||
* | doc: update compatibility for clean | Sunny | 2017-12-10 | 1 | -1/+1 |
| | | | | | | Fixed in #675 Signed-off-by: Sunny <me@darkowlzz.space> | ||||
* | doc: Update compatibility for commit/tag verify | ferhat elmas | 2017-11-24 | 1 | -2/+2 |
| | | | | For #653 and #658 | ||||
* | remote: pull refactor to match default behaviour | Máximo Cuadros | 2017-07-26 | 1 | -3/+3 |
| | |||||
* | plumbing: gitignore, upgrade to go-billy.v3 and test with gocheck | Máximo Cuadros | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Add diff to compatibility file | Antonio Jesus Navarro Perez | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | worktree: Remove and Move methods | Máximo Cuadros | 2017-05-21 | 1 | -2/+2 |
| | |||||
* | capabilities, md styling | Máximo Cuadros | 2017-05-12 | 1 | -106/+106 |
| | |||||
* | README: add table with supported git features | Santiago M. Mola | 2017-05-09 | 1 | -0/+111 |