Comment #1 on issue 3115 by [email protected]: git diff must implicitly
use --full-index when generating diffs
http://code.google.com/p/reviewboard/issues/detail?id=3115
This appears to be a known issue:
http://comments.gmane.org/gmane.comp.kde.devel.general/64319
The code in RBTools explicitly spells out --full-index in the git make_diff
method (rbtools/clients/git.py):
289
290 def make_diff(self, ancestor, commit=""):
291 """
292 Performs a diff on a particular branch range.
293 """
...
310 elif self.type == "git":
311 cmdline = [self.git, "diff", "--no-color", "--full-index",
312 "--no-ext-diff", "--ignore-submodules",
"--no-renames",
313 rev_range]
Would be nice if this was in the FAQ at the very least.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.