Files
git/compat
Johannes Schindelin 61adb85aec git-wrapper: append $HOME/bin to the PATH
`$HOME/bin/` is quite convenient a place to put user-specific Git
helpers, such as credential or remote helpers.

When run in Git Bash, it is therefore already appended to the PATH;
Let's do the equivalent when run in Git CMD: when `git.exe` is
called, Git is told to look also for scripts and programs in
`$HOME/bin` (this does not modify Git CMD's `PATH`, of course).

This fixes https://github.com/git-for-windows/git/issues/429

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-02-06 14:38:52 +01:00
..
2014-06-03 12:06:40 -07:00
2016-01-04 09:51:33 -08:00
2016-02-06 13:54:49 +01:00
2013-09-11 11:08:52 -07:00
2013-04-12 12:23:20 -07:00