aboutsummaryrefslogtreecommitdiffstats
path: root/COMPATIBILITY.md
diff options
context:
space:
mode:
authorDavid Pordomingo <David.Pordomingo.F@gmail.com>2019-04-01 16:58:48 +0200
committerDavid Pordomingo <David.Pordomingo.F@gmail.com>2019-06-03 20:58:34 +0200
commit56af959fab24bced5dd9da383d6b12f125526017 (patch)
tree014b1597381e177cad2c08aae8ce7205941f9a8b /COMPATIBILITY.md
parent66c4a36212ced976c33712ca4fb6abc6697f2654 (diff)
downloadgo-git-56af959fab24bced5dd9da383d6b12f125526017.tar.gz
Add merge-base to compatibility table
Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com>
Diffstat (limited to 'COMPATIBILITY.md')
-rw-r--r--COMPATIBILITY.md2
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 | |