Skip to content

Commit

Permalink
git-gui: Include 'war on whitespace' fixes from git.git
Browse files Browse the repository at this point in the history
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 <spearce@spearce.org>
  • Loading branch information
Shawn O. Pearce committed Jun 11, 2007
1 parent d80ded0 commit 615b865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions GIT-VERSION-GEN
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,3 @@ test "$VN" = "$VC" || {
echo >&2 "GITGUI_VERSION = $VN"
echo "GITGUI_VERSION = $VN" >$GVF
}


1 change: 0 additions & 1 deletion lib/class.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,3 @@ auto_mkindex_parser::command constructor {name args} {
[format { [list source [file join $dir %s]]} \
[file split $scriptFile]] "\n"
}

0 comments on commit 615b865

Please sign in to comment.