From: Junio C Hamano Date: Wed, 27 Dec 2006 07:47:40 +0000 (-0800) Subject: Merge branch 'jc/fsck-reflog' X-Git-Tag: v1.5.0-rc1~188 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e8b4029f990907e24fac0e7772ee19ee6dd55c1c?hp=e8b4029f990907e24fac0e7772ee19ee6dd55c1c Merge branch 'jc/fsck-reflog' * jc/fsck-reflog: Add git-reflog to .gitignore reflog expire: do not punt on tags that point at non commits. reflog expire: prune commits that are not incomplete Don't crash during repack of a reflog with pruned commits. git reflog expire Move in_merge_bases() to commit.c reflog: fix warning message. Teach git-repack to preserve objects referred to by reflog entries. Protect commits recorded in reflog from pruning. add for_each_reflog_ent() iterator ---