]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit99499e222e8fc5b94db1fab386bd283059eb6771
tree7a30f59fde3facfe1cec321fc925679bd737878f
parent9d00100c3890b1f2fb4b2ea71dda49ba70be5811
parentffd04e92e2c512cbbcb99526b064af302b443cb2
Merge branch 'js/diff-notice-has-drive-prefix'

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