diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-12-17 21:56:48 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-17 21:56:48 -0800 |
commit | b4955fb611ce407ef0e522862c60ae0472dbfe5e (patch) | |
tree | 1818fb0364fdd7473dfc4e7d0edaf93aa9286f82 /git-gui/GIT-VERSION-GEN | |
parent | githooks documentation: add a note about the +x mode (diff) | |
parent | git-gui 0.12 (diff) | |
download | tgif-b4955fb611ce407ef0e522862c60ae0472dbfe5e.tar.xz |
Merge git://repo.or.cz/git-gui
* git://repo.or.cz/git-gui:
git-gui 0.12
git-gui: Get rid of the last remnants of GIT_CONFIG_LOCAL
git-gui: Update Hungarian translation for 0.12
git-gui: Fixed typos in Swedish translation.
git-gui: Updated Swedish translation (515t0f0u).
git gui: update Italian translation
git-gui: Update Japanese translation for 0.12
git-gui: Starting translation for Norwegian
git-gui: Update German (completed) translation.
git-gui: Update po template to include 'Mirroring %s' message
git-gui: Fix commit encoding handling.
git-gui: Fix handling of relative paths in blame.
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 4e709ebe77..b3f937eace 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.11.GITGUI +DEF_VER=0.12.GITGUI LF=' ' |