]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4100-apply-stat.sh
Merge branch 'ab/ambiguous-object-name'
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Feb 2022 23:47:33 +0000 (15:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Feb 2022 23:47:33 +0000 (15:47 -0800)
commit268e6b8d4d95d9ade705666e152a4c054da32a47
tree5a26d9e56995aa718a6d28326d433703b6236817
parentdab1b7905d0b295f1acef9785bb2b9cbb0fdec84
parent3a73c1dfafcc53831a252fc3aededeb59be476f1
Merge branch 'ab/ambiguous-object-name'

Error output given in response to an ambiguous object name has been
improved.

* ab/ambiguous-object-name:
  object-name: re-use "struct strbuf" in show_ambiguous_object()
  object-name: iterate ambiguous objects before showing header
  object-name: show date for ambiguous tag objects
  object-name: make ambiguous object output translatable
  object-name: explicitly handle bad tags in show_ambiguous_object()
  object-name: explicitly handle OBJ_BAD in show_ambiguous_object()
  object-name tests: add tests for ambiguous object blind spots
object-name.c
t/t1512-rev-parse-disambiguation.sh