Merge branch 'jc/ref-excludes'
commit10167eb251e177349eebf24650d3c0cc26bd0d75
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2013 20:59:09 +0000 (5 12:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2013 20:59:09 +0000 (5 12:59 -0800)
tree57f7687d96ffe8aa469f1ae345b18f0ab1798a38
parent3576f113cb3f36b9e2b36a84573754a922f2998b
parent9dc01bf0631b51dfe497d57942a9085e0808e205
Merge branch 'jc/ref-excludes'

People often wished a way to tell "git log --branches" (and "git
log --remotes --not --branches") to exclude some local branches
from the expansion of "--branches" (similarly for "--tags", "--all"
and "--glob=<pattern>").  Now they have one.

* jc/ref-excludes:
  rev-parse: introduce --exclude=<glob> to tame wildcards
  rev-list --exclude: export add/clear-ref-exclusion and ref-excluded API
  rev-list --exclude: tests
  document --exclude option
  revision: introduce --exclude=<glob> to tame wildcards
Documentation/git-rev-parse.txt
Documentation/rev-list-options.txt
builtin/rev-parse.c
revision.c
revision.h