Add support for -X to git SCMClient

Review Request #6339 — Created Sept. 19, 2014 and submitted — Latest diff uploaded

Information

RBTools
master
191bc37...

Reviewers

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 2

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/git.py
rbtools/clients/tests.py
Loading...