summaryrefslogtreecommitdiff
path: root/commit-graph.c
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-01 15:18:45 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-02 11:55:42 -0700
commit4adceb5a299164aad1ef9794cdcbdb232ab10299 (patch)
tree2f7f857cc9cea4778b6c7e5e4ee1dc0b87caa27b /commit-graph.c
parent43c8a30d150ecede9709c1f2527c8fba92c65f40 (diff)
diff: fix --merge-base with annotated tags
Checking early for OBJ_COMMIT excludes other objects that can be resolved to commits, like annotated tags. If we remove it, annotated tags will be resolved and handled just fine by lookup_commit_reference(), and if we are given something that can't be resolved to a commit, we'll still get a useful error message, e.g.: > error: object 21ab162211ac3ef13c37603ca88b27e9c7e0d40b is a tree, not a commit > fatal: no merge base found Signed-off-by: Alyssa Ross <hi@alyssa.is> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions