mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-25 10:46:46 -05:00
Merge 'normalize-win-paths' into HEAD
This commit is contained in:
@@ -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]:*)
|
||||
|
||||
Reference in New Issue
Block a user