Skip to content

Commit

Permalink
Merge branch 'rd/comment-typofix-in-sha1-file'
Browse files Browse the repository at this point in the history
In code comment typofix

* rd/comment-typofix-in-sha1-file:
  sha1-file.c: correct $GITDIR to $GIT_DIR in a comment
  • Loading branch information
gitster committed Jun 18, 2018
2 parents 2e157d1 + efde7b7 commit 1bd0e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sha1-file.c
Expand Up @@ -610,7 +610,7 @@ void add_to_alternates_memory(const char *reference)
/*
* Compute the exact path an alternate is at and returns it. In case of
* error NULL is returned and the human readable error is added to `err`
* `path` may be relative and should point to $GITDIR.
* `path` may be relative and should point to $GIT_DIR.
* `err` must not be null.
*/
char *compute_alternate_path(const char *path, struct strbuf *err)
Expand Down

0 comments on commit 1bd0e67

Please sign in to comment.