The next two patches teach git-gui to take advantage of the new diff.primer feature from my other patch. This enhancement includes menu-driven white space ignore settings. To see this patch in action: apply the diff.primer patch to git.git, apply this patch to git-gui.git, fire up git-gui, modify a file, then right-click on the diff panel and look for the new "White Space" sub-menu. Keith Cascio (2): Teach git-gui to use --primer. Hooks for new config variable "diff.primer". git-gui.sh | 51 ++++++++++++++++++++++++++++++++++++++++++ lib/diff.tcl | 9 ++++++- lib/option.tcl | 57 +++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 110 insertions(+), 7 deletions(-) -- 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