Skip to content

Commit 615b865

Browse files
committed
git-gui: Include 'war on whitespace' fixes from git.git
Earlier git.git applied a large "war on whitespace" patch that was created using 'apply --whitespace=strip'. Unfortunately a few of git-gui's own files got caught in the mix and were also cleaned up. That was a6080a0. This patch is needed in git-gui.git to reapply those exact same changes here, otherwise our version generator script is unable to obtain our version number from git-describe when we are hosted in the git.git repository. Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent d80ded0 commit 615b865

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

GIT-VERSION-GEN

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,3 @@ test "$VN" = "$VC" || {
7878
echo >&2 "GITGUI_VERSION = $VN"
7979
echo "GITGUI_VERSION = $VN" >$GVF
8080
}
81-
82-

lib/class.tcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,3 @@ auto_mkindex_parser::command constructor {name args} {
151151
[format { [list source [file join $dir %s]]} \
152152
[file split $scriptFile]] "\n"
153153
}
154-

0 commit comments

Comments
 (0)