Johannes Schindelin 4766c3db08 git-wrapper: optionally skip cd $HOME when configured via resources
We recently added the ability to configure copies of the Git wrapper to
launch custom command-lines, configured via plain old Windows resources.
The main user is Git for Windows' `git-bash.exe`, of course. When the
user double-clicks the `git bash` icon, it makes sense to start the Bash
in the user's home directory.

Third-party software, such as TortoiseGit or GitHub for Windows, may
want to start the Git Bash in another directory, though.

Now, when third-party software wants to call Git, they already have to
construct a command-line, and can easily pass a command-line option
`--no-cd` (which this commit introduces), and since that option is not
available when the user double-clicks an icon on the Desktop or in the
Explorer, let's keep the default to switch to the home directory if the
`--no-cd` flag was not passed along.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-03-28 19:04:24 +01:00
2015-03-24 11:24:59 +01:00
2015-01-30 15:02:34 -07:00
2015-03-24 16:03:41 +01:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-01-07 12:55:05 -08:00
2015-03-24 11:24:39 +01:00
2015-01-07 12:55:05 -08:00
2015-03-24 11:24:39 +01:00
2015-03-24 11:24:39 +01:00
2014-12-22 12:27:41 -08:00
2015-03-24 11:25:05 +01:00
2015-02-11 13:39:44 -08:00
2015-02-26 20:19:21 +00:00
2015-03-23 11:27:27 -07:00
2015-03-24 11:25:14 +01:00
2015-01-07 12:55:05 -08:00
2015-02-11 13:44:07 -08:00
2015-03-24 11:24:32 +01:00
2015-03-23 11:27:27 -07:00
2015-02-11 13:44:07 -08:00
2015-02-11 13:44:07 -08:00
2015-02-11 13:44:07 -08:00
2014-12-22 12:27:30 -08:00
2014-12-22 12:27:30 -08:00
2015-01-07 12:55:05 -08:00
2015-02-13 13:16:12 -08:00
2015-01-07 19:56:44 -08:00
2015-01-07 13:28:10 -08:00

Git for Windows

Join the chat at https://gitter.im/git-for-windows/git

This is the source code of Git for Windows, forked from Git.

If you encounter problems, you can report them as GitHub issues, discuss them on Git for Windows' Google Group, and contribute bug fixes.

Description
No description provided
Readme 692 MiB
Languages
C 50.5%
Shell 38.8%
Perl 4.4%
Tcl 3.2%
Python 0.8%
Other 2.1%