Merge 'normalize-win-paths' into HEAD

This commit is contained in:
Johannes Schindelin
2014-02-17 12:42:39 -06:00
2 changed files with 2 additions and 7 deletions

View File

@@ -306,10 +306,8 @@ case $(uname -s) in
find () {
/usr/bin/find "$@"
}
# git sees Windows-style pwd
pwd () {
builtin pwd -W
}
# Let pwd always return the uniqe real windows path
alias pwd='pwd -W'
is_absolute_path () {
case "$1" in
[/\\]* | [A-Za-z]:*)