Merge branch 'ar/maint-mksnpath' into ar/mksnpath
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Oct 2008 01:08:58 +0000 (18:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Oct 2008 01:08:58 +0000 (18:08 -0700)
* ar/maint-mksnpath:
Use git_pathdup instead of xstrdup(git_path(...))
git_pathdup: returns xstrdup-ed copy of the formatted path
Fix potentially dangerous use of git_path in ref.c
Add git_snpath: a .git path formatting routine with output buffer

Conflicts:
builtin-revert.c
refs.c
rerere.c

No differences found