Re: Change in git-svn dcommit semantics?
From: Jeff King <hidden>
Date: 2016-08-11 20:10:39
On Wed, Dec 20, 2006 at 06:47:45AM -0500, Brian Gernhardt wrote:
quoted
quoted
The --full-diff option helps because it shows the diff for other files (that do not have different number of substring COLLISION in the pre and postimage) in the same commit as well.Yet another undocumented option. Sigh...I'd send in a patch to fix that (little gnome work is what I do in Wikipedia, and seems to be what I do here), but the option seems to be in setup_revision.c:setup_revisions, which is used in several places. Is there a central place to put that in the documentation? Should there be?
Please read the rest of the thread for some explanation from Junio on how this option works. I think it makes sense to group the porcelain-ish options together for git-log/git-whatchanged (and potentially git-show). Really, they can take any of the diff-options or any of the rev-list options. The rev-list options are not currently grouped for inclusion in another man page. The diff options are available in diff-options.txt, but are not included by the log manpages. They probably should be.