diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2014-03-19 20:43:53 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-19 14:10:54 -0700 |
commit | ab58289eff9d305a8f911c8b7bd5b4e84a693563 (patch) | |
tree | 21595a7b115d70c8d0d24abbea72c7485b74023e /Documentation/git-stash.txt | |
parent | Git 1.9.0 (diff) | |
download | tgif-ab58289eff9d305a8f911c8b7bd5b4e84a693563.tar.xz |
t5510: Do not use $(pwd) when fetching / pushing / pulling via rsync
On MINGW, "pwd" is defined as "pwd -W" in test-lib.sh. This usually is the
right thing, but the absolute Windows path with a colon confuses rsync. We
could use $PWD in this case to work around the issue, but in fact there is
no need to use an absolute path in the first place, so get rid of it.
This was discovered in the context of the mingwGitDevEnv project and only
did not surface before with msysgit because the latter does not ship
rsync.
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-stash.txt')
0 files changed, 0 insertions, 0 deletions