diff options
author | David Pordomingo <David.Pordomingo.F@gmail.com> | 2019-04-01 16:58:48 +0200 |
---|---|---|
committer | David Pordomingo <David.Pordomingo.F@gmail.com> | 2019-06-03 20:58:34 +0200 |
commit | 56af959fab24bced5dd9da383d6b12f125526017 (patch) | |
tree | 014b1597381e177cad2c08aae8ce7205941f9a8b | |
parent | 66c4a36212ced976c33712ca4fb6abc6697f2654 (diff) | |
download | go-git-56af959fab24bced5dd9da383d6b12f125526017.tar.gz |
Add merge-base to compatibility table
Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com>
-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 | | |