Files
git/pathspec.c
Junio C Hamano 2d65a13996 Merge branch 'jc/all-negative-pathspec' into next
A git subcommand like "git add -p" spawns a separate git process
while relaying its command line arguments.  A pathspec with only
negative elements was mistakenly passed with an empty string, which
has been corrected.

* jc/all-negative-pathspec:
  pathspec: correct an empty string used as a pathspec element
2022-05-31 19:11:51 -07:00

19 KiB