aboutsummaryrefslogtreecommitdiffstats
path: root/COMPATIBILITY.md
Commit message (Collapse)AuthorAgeFilesLines
* git: Implement Merge function with initial FastForwardMerge supportPaulo Gomes2024-03-091-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 #731Ayman Bagabas2023-11-031-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 implementedenverbisevac2023-10-081-172/+172
|
* *: Improve docs on examples, compatibility and extensibilityPaulo Gomes2023-07-021-111/+233
| | | | | | Fixes #777 Signed-off-by: Paulo Gomes <pjbgf@linux.com>
* Update COMPATIBILITY.md to reflect git binary usage for file protocolbufdev2020-03-181-1/+1
| | | | Signed-off-by: bufdev <bufdev-github@buf.build>
* typoPaul Scharnofske2019-10-141-1/+1
| | | | Signed-off-by: Paul Scharnofske <asynts@gmail.com>
* Add merge-base to compatibility tableDavid Pordomingo2019-06-031-1/+1
| | | | Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com>
* git: worktree, add Grep() method for git grep (#686)Sunny2017-12-121-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 cleanSunny2017-12-101-1/+1
| | | | | | Fixed in #675 Signed-off-by: Sunny <me@darkowlzz.space>
* doc: Update compatibility for commit/tag verifyferhat elmas2017-11-241-2/+2
| | | | For #653 and #658
* remote: pull refactor to match default behaviourMáximo Cuadros2017-07-261-3/+3
|
* plumbing: gitignore, upgrade to go-billy.v3 and test with gocheckMáximo Cuadros2017-06-191-1/+1
|
* Add diff to compatibility fileAntonio Jesus Navarro Perez2017-05-231-1/+1
|
* worktree: Remove and Move methodsMáximo Cuadros2017-05-211-2/+2
|
* capabilities, md stylingMáximo Cuadros2017-05-121-106/+106
|
* README: add table with supported git featuresSantiago M. Mola2017-05-091-0/+111