author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 28 May 2007 21:58:07 +0000 (17:58 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 28 May 2007 21:58:07 +0000 (17:58 -0400) | ||
commit | fc8ce406fac73536a14611ce871a06db5a5a22b3 | |
tree | e05bb69caa62acae0a831ffb1d39aa5cd8b58765 | tree | snapshot |
parent | aa252f194b6a32240117ef339631f42842b6d5b4 | commit | diff |
git-gui: Expose the merge.diffstat configuration option
Recently git-merge learned to avoid generating the diffstat after
a merge by reading the merge.diffstat configuration option. By
default this option is assumed to be true, as that is the old
behavior. However we can force it to false by setting it as a
standard boolean option.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Recently git-merge learned to avoid generating the diffstat after
a merge by reading the merge.diffstat configuration option. By
default this option is assumed to be true, as that is the old
behavior. However we can force it to false by setting it as a
standard boolean option.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | diff | blob | history | |
lib/option.tcl | diff | blob | history |