]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'nd/negative-pathspec'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:31:48 +0000 (10:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:31:48 +0000 (10:31 -0800)
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

1  2 
pathspec.c

diff --cc pathspec.c
Simple merge