]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/diff-notice-has-drive-prefix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:45 +0000 (15:43 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:45 +0000 (15:43 +0900)
Under certain circumstances, "git diff D:/a/b/c D:/a/b/d" on
Windows would strip initial parts from the paths because they
were not recognized as absolute, which has been corrected.

* js/diff-notice-has-drive-prefix:
  diff: don't attempt to strip prefix from absolute Windows paths

1  2 
diff.c

diff --cc diff.c
Simple merge