aboutsummaryrefslogtreecommitdiffstats
path: root/refs.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:08 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:08 -0800
commit79f79e58a4242ea2b492734a0c4984ded58907cc (patch)
treeb0801a94757073e902a50b6cc32ac380fefb2bd8 /refs.h
parentMerge branch 'es/add-doc-list-short-form-of-all-in-synopsis' into maint-2.43 (diff)
parentdocs: MERGE_AUTOSTASH is not that special (diff)
downloadgit-79f79e58a4242ea2b492734a0c4984ded58907cc.tar.gz
git-79f79e58a4242ea2b492734a0c4984ded58907cc.zip
Merge branch 'jc/doc-most-refs-are-not-that-special' into maint-2.43
Doc updates. * jc/doc-most-refs-are-not-that-special: docs: MERGE_AUTOSTASH is not that special docs: AUTO_MERGE is not that special refs.h: HEAD is not that special git-bisect.txt: BISECT_HEAD is not that special git.txt: HEAD is not that special
Diffstat (limited to 'refs.h')
-rw-r--r--refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/refs.h b/refs.h
index 23211a5ea1..ff113bb12a 100644
--- a/refs.h
+++ b/refs.h
@@ -56,7 +56,7 @@ struct worktree;
* Even with RESOLVE_REF_ALLOW_BAD_NAME, names that escape the refs/
* directory and do not consist of all caps and underscores cannot be
* resolved. The function returns NULL for such ref names.
- * Caps and underscores refers to the special refs, such as HEAD,
+ * Caps and underscores refers to the pseudorefs, such as HEAD,
* FETCH_HEAD and friends, that all live outside of the refs/ directory.
*/
#define RESOLVE_REF_READING 0x01