diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2019-06-14 05:51:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 05:51:32 +0200 |
commit | 26b54e8c7bc9678bf87c6ba298edf38d34b51d25 (patch) | |
tree | 87d02875aa79bb1e6372c21d20a1afed0844ab41 /COMPATIBILITY.md | |
parent | 6142bc316a5ade48044c95f5be92872e7e00b7d6 (diff) | |
parent | 56af959fab24bced5dd9da383d6b12f125526017 (diff) | |
download | go-git-26b54e8c7bc9678bf87c6ba298edf38d34b51d25.tar.gz |
Merge pull request #1096 from dpordomingo/merge-base-command
Add merge base command
Diffstat (limited to 'COMPATIBILITY.md')
-rw-r--r-- | COMPATIBILITY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index e07e799..4a3da62 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -86,7 +86,7 @@ is supported by go-git. | for-each-ref | ✔ | | hash-object | ✔ | | ls-files | ✔ | -| merge-base | | +| merge-base | ✔ | Calculates the merge-base only between two commits, and supports `--independent` and `--is-ancestor` modifiers; Does not support `--fork-point` nor `--octopus` modifiers. | | read-tree | | | rev-list | ✔ | | rev-parse | | |