1
0
mirror of https://github.com/git/git.git synced 2024-11-19 02:13:55 +01:00
Git Source Code Mirror. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
Go to file
Shawn O. Pearce fc703c209d git-gui: Locate the library directory early during startup
To support a localized version of git-gui we need to locate the
library directory early so we can initialize Tcl's msgcat package
to load translated messages from.  This needs to occur before we
declare our git-version proc so that errors related to locating
git or assessing its version can be reported to the end-user in
their preferred language.  However we have to keep the library
loading until after git-version has been declared, otherwise we
will fail to start git-gui if we are using a fake tclIndex that
was generated by our Makefile.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-09-01 21:58:29 -04:00
lib git-gui: Allow git-merge to use branch names in conflict markers 2007-08-20 02:17:05 -04:00
.gitignore
git-gui.sh git-gui: Locate the library directory early during startup 2007-09-01 21:58:29 -04:00
GIT-VERSION-GEN
Makefile