fredag 09 mars 2007 00:24 skrev Junio C Hamano: > Robin Rosenberg <robin.rosenberg.lists@xxxxxxxxxx> writes: > > > Increase the context size from the default three lines. Something like > > diff -U 7 old new will require larger chunks of unchanged code for diff > > break up a hunk. With git you can do > > > > GIT_DIFF_OPTS=-u7 git-diff-.... > > I think you can say "git diff -U7" to do what you are > describing, but I do not think that does what you want. True, it's not exactly what I want, but it is easier to read than a diff split up in many small hunks with misleading context. With larger hunks I can ignore the misleading matching lines in the middle without thinking too much, so it kind-o alleviates my problems a little. -- robin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html