]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9003-help-autocorrect.sh
Merge branch 'jk/bundle-use-dash-for-stdfiles'
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 Mar 2023 22:03:12 +0000 (15:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Mar 2023 22:03:12 +0000 (15:03 -0700)
commit95de3763498a5a092a454bb548d40e918c2870c1
treeed82119d97b88465de12360cc27db9933b04df4e
parent12201fd756bad12c137343d5fd65200f4d0f192d
parent0bbe10313e0b61812082d47431e8648f9df48f15
Merge branch 'jk/bundle-use-dash-for-stdfiles'

"git bundle" learned that "-" is a common way to say that the input
comes from the standard input and/or the output goes to the
standard output.  It used to work only for output and only from the
root level of the working tree.

* jk/bundle-use-dash-for-stdfiles:
  parse-options: use prefix_filename_except_for_dash() helper
  parse-options: consistently allocate memory in fix_filename()
  bundle: don't blindly apply prefix_filename() to "-"
  bundle: document handling of "-" as stdin
  bundle: let "-" mean stdin for reading operations
Documentation/git-bundle.txt
builtin/bundle.c
builtin/checkout.c
builtin/reset.c
builtin/tag.c
cache.h
parse-options.c
t/t6020-bundle-misc.sh