]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs: add function to repack without multiple refs
authorBrad King <brad.king@kitware.com>
Wed, 4 Sep 2013 15:22:42 +0000 (11:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Sep 2013 18:09:55 +0000 (11:09 -0700)
commit61cee0dbac84160ad4a1bcc2ecdb15761bd284fc
tree954d313f7f69a836b61eeae6c5d33878be7c9b13
parent2ddb5d170ac5fa3568efecb001c4ff0af0580c0d
refs: add function to repack without multiple refs

Generalize repack_without_ref as repack_without_refs to support a list
of refs and implement the former in terms of the latter.

Signed-off-by: Brad King <brad.king@kitware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c