summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2014-08-10git-gui: Make git-gui lib dir configurable at runimeDavid Turner
2013-11-15git-gui: correct spelling errors in commentsMasanari Iida
2012-12-25Makefile: replace "echo 1>..." with "echo >..."Christian Couder
2010-08-12git-gui: use shell to launch textconv filter in "blame"Matthieu Moy
2010-01-07git-gui: Makefile: consolidate .FORCE-* targetsJonathan Nieder
2009-05-01git-gui: Fixes for Mac OS X TkAquaDaniel A. Steffen
2008-11-01git-gui: Add a simple implementation of SSH_ASKPASS.Alexander Gavrilov
2008-07-30git-gui (Windows): Switch to relative discovery of oguilibSteffen Prohaska
2008-07-30git-gui: Correct installation of library to be $prefix/shareSteffen Prohaska
2008-03-12git-gui: Simplify MSGFMT setting in MakefileJunio C Hamano
2008-03-05git-gui: Gracefully fall back to po2msg.sh if msgfmt --tcl failsShawn O. Pearce
2008-02-22git-gui: Avoid hardcoded Windows paths in Cygwin package filesShawn O. Pearce
2008-02-22git-gui: Default TCL_PATH to same location as TCLTK_PATHShawn O. Pearce
2008-02-12git-gui: support Git Gui.app under OS X 10.5Jay Soffian
2008-01-23git-gui: Correctly cleanup msgfmt '1 message untranslated' outputgitgui-0.9.2Shawn O. Pearce
2008-01-23git-gui: Fallback to Tcl based po2msg.sh if msgfmt isn't availableShawn O. Pearce
2008-01-18git-gui: Makefile - Handle $DESTDIR on CygwinMark Levedahl
2007-12-14git-gui: Unconditionally use absolute paths with CygwinMark Levedahl
2007-12-03git-gui: install-sh from automake does not like -m755Robert Schiele
2007-12-03git-gui: Reorder msgfmt command-line argumentsbrian m. carlson
2007-10-14git-gui: Honor a config.mak in git-gui's top levelShawn O. Pearce
2007-10-13git-gui: Use proper Windows shortcuts instead of bat filesShawn O. Pearce
2007-10-10git-gui: add mingw specific startup wrapperSteffen Prohaska
2007-10-10git-gui: set NO_MSGFMT to force using pure tcl replacement in msysgitSteffen Prohaska
2007-09-28git-gui: Support a native Mac OS X application bundleShawn O. Pearce
2007-09-28git-gui: Use Henrik Nyh's git logo icon on Windows systemsShawn O. Pearce
2007-09-25git-gui: add a simple msgfmt replacementJohannes Schindelin
2007-09-21git-gui: Support native Win32 Tcl/Tk under CygwinShawn O. Pearce
2007-09-14Merge branch 'maint'Shawn O. Pearce
2007-09-14git-gui: Provide 'uninstall' Makefile target to undo an installationShawn O. Pearce
2007-09-09Merge branch 'maint'Shawn O. Pearce
2007-09-09git-gui: Avoid use of libdir in MakefileShawn O. Pearce
2007-09-04git-gui: Ensure msgfmt failure stops GNU makeShawn O. Pearce
2007-09-03git-gui: Quiet the msgfmt part of the make processShawn O. Pearce
2007-09-02Makefile rules for translation catalog generation and installation.Christian Stimming
2007-06-27Merge branch 'maint'Shawn O. Pearce
2007-06-22git-gui: Don't require $DISPLAY just to get --versionShawn O. Pearce
2007-06-21Merge branch 'maint'Shawn O. Pearce
2007-06-21git-gui: Quiet our installation processShawn O. Pearce
2007-06-21git-gui: Correctly install to /usr/bin on CygwinShawn O. Pearce
2007-06-03Revert "Make the installation target of git-gui a little less chatty"Shawn O. Pearce
2007-06-02Make the installation target of git-gui a little less chattyAlex Riesen
2007-05-27git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce
2007-05-17git-gui: Gracefully handle bad TCL_PATH at compile timegitgui-0.7.1Shawn O. Pearce
2007-05-09git-gui: Define a simple class/method systemShawn O. Pearce
2007-05-08git-gui: Refactor into multiple files to save my sanityShawn O. Pearce
2007-05-02git-gui: Track our own embedded values and rebuild when they changeShawn O. Pearce
2007-04-17git-gui: Honor TCLTK_PATH if suppliedJunio C Hamano
2007-04-17Revert "Allow wish interpreter to be defined with TCLTK_PATH"Shawn O. Pearce
2007-04-04Allow wish interpreter to be defined with TCLTK_PATHEygene Ryabinkin