Merge branch 'nd/negative-pathspec'
commit010d81ae35238c1b60144dce3fd3eba90a45b434
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:31:48 +0000 (10 10:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:31:48 +0000 (10 10:31 -0800)
tree4f8fa552d2dc9664256323045c1187b77308548a
parent932f7e47699993de0f6ad2af92be613994e40afe
parent1649612a227eaa5af7cb0e2d059728c0148485d9
Merge branch 'nd/negative-pathspec'

Introduce "negative pathspec" magic, to allow "git log -- . ':!dir'" to
tell us "I am interested in everything but 'dir' directory".

* nd/negative-pathspec:
  pathspec.c: support adding prefix magic to a pathspec with mnemonic magic
  Support pathspec magic :(exclude) and its short form :!
  glossary-content.txt: rephrase magic signature part
pathspec.c