]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/dirname-basename'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2016 22:16:06 +0000 (14:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2016 22:16:06 +0000 (14:16 -0800)
dirname() emulation has been added, as Msys2 lacks it.

* js/dirname-basename:
  mingw: avoid linking to the C library's isalpha()
  t0060: loosen overly strict expectations
  t0060: verify that basename() and dirname() work as expected
  compat/basename.c: provide a dirname() compatibility function
  compat/basename: make basename() conform to POSIX
  Refactor skipping DOS drive prefixes

1  2 
compat/mingw.c
compat/mingw.h
git-compat-util.h
path.c
t/t0060-path-utils.sh

diff --cc compat/mingw.c
Simple merge
diff --cc compat/mingw.h
Simple merge
Simple merge
diff --cc path.c
Simple merge
Simple merge