Merge branch 'js/diff-notice-has-drive-prefix' into maint
commit45dda3a2dc7f387aa344d8f0674e8e6680a68abc
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:50 +0000 (21 22:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:51 +0000 (21 22:57 +0900)
treeed776f86422e7b683b0bbdc6edf97615cde20bb7
parente3c18aa35bf619e36efdea2f495756bcab597b8b
parentffd04e92e2c512cbbcb99526b064af302b443cb2
Merge branch 'js/diff-notice-has-drive-prefix' into maint

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
diff.c