]> git.ipfire.org Git - thirdparty/git.git/commit - t/perf/p1400-update-ref.sh
Merge branch 'ab/cat-file'
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Feb 2022 17:42:31 +0000 (09:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Feb 2022 17:42:31 +0000 (09:42 -0800)
commit008028a910b1bb820ad14b976665acf0f5cd4015
tree1c71dffb14a12743c5e9d01d98b9780e1894e455
parent66775d210960f82ff0d4f69480df51bf44ea718b
parent5fb249021cfd1cf937a608610c330152936887e1
Merge branch 'ab/cat-file'

Assorted updates to "git cat-file", especially "-h".

* ab/cat-file:
  cat-file: s/_/-/ in typo'd usage_msg_optf() message
  cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage output
  cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)
  object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY
  cat-file: correct and improve usage information
  cat-file: fix remaining usage bugs
  cat-file: make --batch-all-objects a CMDMODE
  cat-file: move "usage" variable to cmd_cat_file()
  cat-file docs: fix SYNOPSIS and "-h" output
  parse-options API: add a usage_msg_optf()
  cat-file tests: test messaging on bad objects/paths
  cat-file tests: test bad usage
builtin/stash.c
cache.h
parse-options.c
parse-options.h
t/t1006-cat-file.sh