diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-06-11 19:06:15 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-06-11 19:06:15 -0400 |
commit | aa751960178af04673f88adca4988f94ffd7f2dc (patch) | |
tree | 614f2f7f8a688c9d838997e26edf0e0a7b3d1382 /GIT-VERSION-GEN | |
parent | 32af629ab57869f96f282e7f7839e84d1b8e22ca (diff) | |
parent | 615b865358f32537bd4a7065a042de435e9413f3 (diff) | |
download | git-aa751960178af04673f88adca4988f94ffd7f2dc.tar.gz git-aa751960178af04673f88adca4988f94ffd7f2dc.tar.xz |
Merge branch 'maint'
* maint:
git-gui: Include 'war on whitespace' fixes from git.git
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 638de99e9..9770b0bc2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -78,5 +78,3 @@ test "$VN" = "$VC" || { echo >&2 "GITGUI_VERSION = $VN" echo "GITGUI_VERSION = $VN" >$GVF } - - |