]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ah/show-ref-usage-string'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Sep 2015 21:59:06 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Sep 2015 21:59:06 +0000 (14:59 -0700)
commitb8367d1f012ceb86ab48c9024a1bac111bb52dde
tree70c501056efbc59e5c431317ac0adfe2e700b4f2
parenta9400b01dfc2256ae6e2c3bd3671519188a3a467
parentcc75addd238a0d59dade0a67d442ab7c148e92ad
Merge branch 'ah/show-ref-usage-string'

Both "git show-ref -h" and "git show-ref --help" illustrated that the
"--exclude-existing" option makes the command read list of refs
from its standard input.  Change only the "show-ref -h" output to
have a pair of "<>" around the placeholder that designate an input
file, i.e. "git show-ref --exclude-existing < <ref-list>".

* ah/show-ref-usage-string:
  show-ref: place angle brackets around variables in usage string