Merge branch 'mh/abspath'
commit22ce37d27f577867d831153c070ee6518906a146
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2012 18:54:28 +0000 (14 11:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2012 18:54:28 +0000 (14 11:54 -0700)
tree346da7556780bd60ed71872353b8469e9ed9a5ab
parent0f80d8943f23a5ce5973556a144d4fe4195e16a7
parentbacca7852f2f304ebe3f579de1a6cf0152af3df1
Merge branch 'mh/abspath'

* mh/abspath:
  t0060: split absolute path test in two to exercise some of it on Windows
  t0060: verify that real_path() removes extra slashes
  real_path(): properly handle nonexistent top-level paths
  t0060: verify that real_path() works correctly with absolute paths
  real_path(): reject the empty string
  t0060: verify that real_path() fails if passed the empty string
  absolute_path(): reject the empty string
  t0060: verify that absolute_path() fails if passed the empty string
  t0060: move tests of real_path() from t0000 to here