In $gmane/234730, J6t pointed out that "rev-list --exclude" needs a
matching updates to the globbing option "rev-parse" supports.
Here is a follow-up to do just that. They are meant to be applied on
top of the two patch series that has been cooking in 'pu'.
- $gmane/233484: e7b432c5 (revision: introduce --exclude=<glob> to
tame wildcards, 2013-08-30)
- $gmane/233656 by J6t: 5c5d4cdb (document --exclude option,
2013-09-02) came from
The second one [4/5] in this follow-up series should probably be
squashed into [1/5] e7b432c5. We may even want to squash these five
patches further down to two patches, one for rev-list and the other
for rev-parse.
Junio C Hamano (3):
rev-list --exclude: tests
rev-list --exclude: export add/clear-ref-exclusion and ref-excluded
API
rev-parse: introduce --exclude=<glob> to tame wildcards
Documentation/git-rev-parse.txt | 14 +++++++++++
builtin/rev-parse.c | 17 +++++++++++++
revision.c | 46 +++++++++++++++++------------------
revision.h | 5 ++++
t/t6018-rev-list-glob.sh | 54 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 113 insertions(+), 23 deletions(-)
--
1.8.5-rc0-281-g8951339
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html