Skip to content

Commit

Permalink
Merge branch 'release-0.7.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt committed Mar 7, 2018
2 parents 4c591b8 + 5f1b920 commit e977125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbtools/clients/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def make_diff(self, merge_base, base, tip, include_files,
# of the line is the name of the file that has changed.
changed_files = remove_filenames_matching_patterns(
(filename.split()[-1] for filename in changed_files),
exclude_patterns, base_dir=self._get_root_directory())
exclude_patterns, base_dir=self.original_cwd)

diff_lines = []

Expand Down

0 comments on commit e977125

Please sign in to comment.