Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rd/comment-typofix-in-sha1-file'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 18 Jun 2018 17:18:40 +0000
(10:18 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 18 Jun 2018 17:18:40 +0000
(10:18 -0700)
In code comment typofix
* rd/comment-typofix-in-sha1-file:
sha1-file.c: correct $GITDIR to $GIT_DIR in a comment
sha1-file.c
patch
|
blob
|
history
raw
(from parent 1:
2e157d1
)
diff --git
a/sha1-file.c
b/sha1-file.c
index 555e780f4b61b8b96b12549de341cb2d827e039e..695e5c62764cf4befe09467f1a658b25c01baba1 100644
(file)
--- a/
sha1-file.c
+++ b/
sha1-file.c
@@
-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)