Merge branch 'rj/path-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2012 18:53:53 +0000 (11:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2012 18:53:53 +0000 (11:53 -0700)
* 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

1  2 
builtin/add.c
builtin/branch.c
builtin/clone.c
builtin/prune.c
merge-recursive.c

diff --cc builtin/add.c
Simple merge
Simple merge
diff --cc builtin/clone.c
Simple merge
diff --cc builtin/prune.c
Simple merge
Simple merge