From: Linus Torvalds Date: Wed, 8 Feb 2017 05:05:28 +0000 (-0800) Subject: pathspec magic: add '^' as alias for '!' X-Git-Tag: v2.13.0-rc0~171^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/42ebeb9d07de3c6d3a263f8ebce0508e489e5cc9?hp=42ebeb9d07de3c6d3a263f8ebce0508e489e5cc9 pathspec magic: add '^' as alias for '!' The choice of '!' for a negative pathspec ends up not only not matching what we do for revisions, it's also a horrible character for shell expansion since it needs quoting. So add '^' as an alternative alias for an excluding pathspec entry. Signed-off-by: Linus Torvalds Signed-off-by: Junio C Hamano ---