Add support for -X to git SCMClient
Review Request #6339 — Created Sept. 19, 2014 and submitted — Latest diff uploaded
Git (and the git-svn and git-p4 backends) now support the -X/--exclude
commandline option and the EXCLUDE_PATTERNS.reviewboardrc
option.Add unit tests for excluding files from Git diffs.
Rename exclude_files/EXCLUDE_FILES to exclude_patterns/EXCLUDE_PATTERNS
to reflect the actual behaviour of -X.
Unit tests pass.
Generated diffs with excluded files via
rbt diff
with git, git-svn,
and git-p4.
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 6. See what's changed.
orig
1
2
3
4
5
6
docs/rbtools/rbt/commands/diff.rst |
---|
docs/rbtools/rbt/commands/post.rst |
---|
rbtools/clients/__init__.py |
---|
rbtools/clients/bazaar.py |
---|
rbtools/clients/clearcase.py |
---|
rbtools/clients/cvs.py |
---|
rbtools/clients/git.py |
---|
rbtools/clients/mercurial.py |
---|
rbtools/clients/perforce.py |
---|
rbtools/clients/plastic.py |
---|
rbtools/clients/svn.py |
---|
rbtools/clients/tests.py |
---|
rbtools/commands/__init__.py |
---|
rbtools/commands/diff.py |
---|
rbtools/commands/post.py |
---|