Merge branch 'rj/path-cleanup'
commit8c11b25de41857e5a44325046dd55d3751f740c6
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2012 18:53:53 +0000 (14 11:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2012 18:53:53 +0000 (14 11:53 -0700)
tree066d739a7361b0341b84ad19ad0d62ad04c1f366
parent0ca416f166df7e96d9115a1fe213720f09a1417b
parent4e2d094dde4f078245d057dd6111ab9d013ae6d0
Merge branch 'rj/path-cleanup'

* rj/path-cleanup:
  Call mkpathdup() rather than xstrdup(mkpath(...))
  Call git_pathdup() rather than xstrdup(git_path("..."))
  path.c: Use vsnpath() in the implementation of git_path()
  path.c: Don't discard the return value of vsnpath()
  path.c: Remove the 'git_' prefix from a file scope function
builtin/add.c
builtin/branch.c
builtin/clone.c
builtin/prune.c
merge-recursive.c