Go to file
Marcus Karlsson 446f8226dd git-gui: Use PWD if it exists on Mac OS X
The current working directory is set to / when git-gui is invoked
using the Git Gui.app bundle on Mac OS X. This means that if it is
launched from a directory which contains a repository then git-gui
won't automatically find it unless the repository happens to be
located in /.

The PWD environment variable is however preserved if the bundle is
invoked using open(1). If git-gui would check for PWD then a user
could for example type open -a 'Git Gui' on a command line in order to
launch the program and it would automatically find the repository.

Teach git-gui to use the PWD environment variable on Mac OS X.

Signed-off-by: Marcus Karlsson <mk@acc.umu.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2012-03-10 23:16:24 +00:00
lib git-gui: fix git-gui crash due to uninitialized variable 2012-01-22 23:16:03 +00:00
macosx git-gui: Use PWD if it exists on Mac OS X 2012-03-10 23:16:24 +00:00
po git-gui: updated translator README for current procedures. 2011-07-11 11:26:46 +01:00
windows git-gui: fix PATH environment for mingw development environment 2010-07-30 09:57:26 +01:00
.gitattributes git-gui: set whitespace warnings appropriate to this project 2011-11-30 11:35:28 +00:00
.gitignore git-gui: Honor a config.mak in git-gui's top level 2007-10-13 22:14:14 -04:00
GIT-VERSION-GEN git-gui 0.16 2011-12-13 23:44:30 +00:00
Makefile git-gui: use shell to launch textconv filter in "blame" 2010-08-12 21:35:09 +01:00
git-gui--askpass git-gui: ensure correct application termination in git-gui--askpass 2010-08-18 23:19:24 +01:00
git-gui.sh git-gui: handle shell script text filters when loading for blame. 2011-12-09 15:14:32 +00:00