commit | 25b51e2c7f6fd220cee2a363297b04a246143372 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Feb 12 23:06:54 2007 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Mon Feb 12 23:06:54 2007 -0800 |
tree | fd28e59aecae02e41767e8842611e154a8a36aae | |
parent | 7b3fab877d468a51bab6050385ab701697301c62 [diff] |
Do not forget to pack objects reachable from HEAD reflog. Similar to commit eb8381c8, we need to use for_each_reflog() to make sure we do not miss objects reachable from HEAD reflog. Signed-off-by: Junio C Hamano <junkio@cox.net>