commit | eb8381c88518b10d683a29deea1d43ed671f14ec | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Sat Feb 03 13:25:43 2007 -0500 |
committer | Junio C Hamano <junkio@cox.net> | Sat Feb 03 11:57:18 2007 -0800 |
tree | a9523ae68d874de91032c1ed3be92de168a2f73c | |
parent | a7e4fbf990290f955da1319ab605a59f85d3c3e2 [diff] |
scan reflogs independently from refs Currently, the search for all reflogs depends on the existence of corresponding refs under the .git/refs/ directory. Let's scan the .git/logs/ directory directly instead. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>