]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'am/pathspec-f-f-more'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2020 18:21:19 +0000 (11:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2020 18:21:19 +0000 (11:21 -0700)
"git rm" and "git stash" learns the new "--pathspec-from-file"
option.

* am/pathspec-f-f-more:
  stash push: support the --pathspec-from-file option
  stash: eliminate crude option parsing
  doc: stash: synchronize <pathspec> description
  doc: stash: document more options
  doc: stash: split options from description (2)
  doc: stash: split options from description (1)
  rm: support the --pathspec-from-file option
  doc: rm: synchronize <pathspec> description

1  2 
builtin/stash.c

diff --cc builtin/stash.c
Simple merge