]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
Fix silly thinko in "head_ref()"
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 5 Jul 2005 22:45:00 +0000 (15:45 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 5 Jul 2005 22:45:00 +0000 (15:45 -0700)
commit2f34ba32dde0131ab280f8ca902f04e39af7dcc0
tree053ce86ccb2a1c753d7282a4ea47fea6b3cb2f60
parent41cb7488b9e5998ce1d665bbe10beca0a0f69c1c
Fix silly thinko in "head_ref()"

It did a "for_each_ref()" in addition to the HEAD case, which was a
left-over from an early broken test.
refs.c