]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'am/pathspec-from-file'
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Dec 2019 21:11:40 +0000 (13:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Dec 2019 21:11:41 +0000 (13:11 -0800)
commitc58ae96fc4bb11916b62a96940bb70bb85ea5992
tree127f318728e21f3f9d7ac4229a7971e3f999956b
parent7034cd094bda4edbcdff7fad1a28fcaaf9b9a040
parente440fc5888bd5faf1775fc61621caa3c5fab96b6
Merge branch 'am/pathspec-from-file'

A few commands learned to take the pathspec from the
standard input or a named file, instead of taking it as the command
line arguments.

* am/pathspec-from-file:
  commit: support the --pathspec-from-file option
  doc: commit: synchronize <pathspec> description
  reset: support the `--pathspec-from-file` option
  doc: reset: synchronize <pathspec> description
  pathspec: add new function to parse file
  parse-options.h: add new options `--pathspec-from-file`, `--pathspec-file-nul`
builtin/commit.c
builtin/reset.c