We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70676e6 commit 3c56c84Copy full SHA for 3c56c84
1 file changed
Documentation/user-manual.txt
@@ -4251,9 +4251,9 @@ Two things are interesting here:
4251
negative numbers in case of different errors--and 0 on success.
4252
4253
- the variable `sha1` in the function signature of `get_sha1()` is `unsigned
4254
- char \*`, but is actually expected to be a pointer to `unsigned
+ char {asterisk}`, but is actually expected to be a pointer to `unsigned
4255
char[20]`. This variable will contain the 160-bit SHA-1 of the given
4256
- commit. Note that whenever a SHA-1 is passed as `unsigned char \*`, it
+ commit. Note that whenever a SHA-1 is passed as `unsigned char {asterisk}`, it
4257
is the binary representation, as opposed to the ASCII representation in
4258
hex characters, which is passed as `char *`.
4259
0 commit comments