refs.c: lock_ref_sha1_basic is used for all refs
commit3c93c847cacea68e520f6099b18c69f406ab9407
authorRonnie Sahlberg <sahlberg@google.com>
Thu, 2 Oct 2014 14:59:02 +0000 (2 07:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2014 17:47:21 +0000 (15 10:47 -0700)
treedb74c28b1a5b35a28e5312adb64b6f06db0bf35f
parent1054af7d04aef64378d69a0496b45cdbf6a0bef2
refs.c: lock_ref_sha1_basic is used for all refs

lock_ref_sha1_basic is used to lock refs that sit directly in the .git
dir such as HEAD and MERGE_HEAD in addition to the more ordinary refs
under "refs/".  Remove the note claiming otherwise.

Signed-off-by: Ronnie Sahlberg <sahlberg@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c