mirror of
https://github.com/git/git.git
synced 2026-02-01 21:40:11 +00:00
`$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>