mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-24 08:02:29 -05:00
This change accompanies the `--no-cd` option when configured via resources. It is required to support `Git Bash Here`: when right-clicking an icon in the Explorer to start a Bash, the working directory is actually the directory that is displayed in the Explorer. That means if the clicked icon actually refers to a directory, the working directory would be its *parent* directory. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>