diff options
author | Ronnie Sahlberg <sahlberg@google.com> | 2014-10-02 07:59:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-15 10:47:21 -0700 |
commit | 3c93c847cacea68e520f6099b18c69f406ab9407 (patch) | |
tree | db74c28b1a5b35a28e5312adb64b6f06db0bf35f /refs.c | |
parent | 1054af7d04aef64378d69a0496b45cdbf6a0bef2 (diff) | |
download | git-3c93c847cacea68e520f6099b18c69f406ab9407.tar.gz |
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>
Diffstat (limited to 'refs.c')
-rw-r--r-- | refs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2134,7 +2134,7 @@ int dwim_log(const char *str, int len, unsigned char *sha1, char **log) } /* - * Locks a "refs/" ref returning the lock on success and NULL on failure. + * Locks a ref returning the lock on success and NULL on failure. * On failure errno is set to something meaningful. */ static struct ref_lock *lock_ref_sha1_basic(const char *refname, |