diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-06-11 00:52:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-11 00:52:43 -0700 |
commit | 75d8ff138dd640a117c6aaa625d0f6b835adbd3a (patch) | |
tree | 3fe3467ed5b90dfef595a324a7134cb2b6f192ef /git-gui/GIT-VERSION-GEN | |
parent | 27c1dbea3e3a23b3c4b3707dfc9a71c3279ae279 (diff) | |
parent | 32af629ab57869f96f282e7f7839e84d1b8e22ca (diff) | |
download | git-75d8ff138dd640a117c6aaa625d0f6b835adbd3a.tar.gz git-75d8ff138dd640a117c6aaa625d0f6b835adbd3a.tar.xz |
Merge branch 'master' of git://repo.or.cz/git-gui
* 'master' of git://repo.or.cz/git-gui:
git-gui: Internalize symbolic-ref HEAD reading logic
git-gui: Expose the merge.diffstat configuration option
git-gui: Allow users to delete remote branches
git-gui: Allow users to rename branches through 'branch -m'
git-gui: Disable tearoff menus on Windows, Mac OS X
git-gui: Provide fatal error if library is unavailable
git-gui: Enable verbose Tcl loading earlier
git-gui: Show the git-gui library path in 'About git-gui'
git-gui: GUI support for running 'git remote prune <name>'
git gui 0.8.0
Diffstat (limited to 'git-gui/GIT-VERSION-GEN')
-rwxr-xr-x | git-gui/GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/GIT-VERSION-GEN b/git-gui/GIT-VERSION-GEN index eee495a98..9770b0bc2 100755 --- a/git-gui/GIT-VERSION-GEN +++ b/git-gui/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.7.GITGUI +DEF_VER=0.8.GITGUI LF=' ' |