use lockfile.c routines in git_commit_set_multivar()
authorBradford C. Smith <bradford.carl.smith@gmail.com>
Thu, 26 Jul 2007 16:55:28 +0000 (12:55 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jul 2007 07:02:05 +0000 (00:02 -0700)
Changed git_commit_set_multivar() to use the routines provided by
lockfile.c to reduce code duplication and ensure consistent behavior.

Signed-off-by: Bradford C. Smith <bradford.carl.smith@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found