Skip to content

Commit 1bd0e67

Browse files
committed
Merge branch 'rd/comment-typofix-in-sha1-file'
In code comment typofix * rd/comment-typofix-in-sha1-file: sha1-file.c: correct $GITDIR to $GIT_DIR in a comment
2 parents 2e157d1 + efde7b7 commit 1bd0e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sha1-file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ void add_to_alternates_memory(const char *reference)
610610
/*
611611
* Compute the exact path an alternate is at and returns it. In case of
612612
* error NULL is returned and the human readable error is added to `err`
613-
* `path` may be relative and should point to $GITDIR.
613+
* `path` may be relative and should point to $GIT_DIR.
614614
* `err` must not be null.
615615
*/
616616
char *compute_alternate_path(const char *path, struct strbuf *err)

0 commit comments

Comments
 (0)