From: Junio C Hamano Date: Wed, 5 Nov 2008 19:35:53 +0000 (-0800) Subject: Merge branch 'ar/mksnpath' X-Git-Tag: v1.6.1-rc1~84 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a1a846a19e854a3b3baff8f55c039846880a2635?hp=a1a846a19e854a3b3baff8f55c039846880a2635 Merge branch 'ar/mksnpath' * ar/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 Fix potentially dangerous uses of mkpath and git_path Fix potentially dangerous uses of mkpath and git_path Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.c Add mksnpath which allows you to specify the output buffer Conflicts: builtin-revert.c ---