From: Linus Torvalds Date: Tue, 5 Jul 2005 22:45:00 +0000 (-0700) Subject: Fix silly thinko in "head_ref()" X-Git-Tag: v0.99~67 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2f34ba32dde0131ab280f8ca902f04e39af7dcc0?hp=2f34ba32dde0131ab280f8ca902f04e39af7dcc0 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. ---