Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
coccinelle: convert hashcpy() with null_sha1 to hashclr()
[gitweb.git]
/
submodule-config.c
diff --git
a/submodule-config.c
b/submodule-config.c
index debab294d421675cdebb129b257808614f607a09..a6c2710f916375a8d922ca0a27cf894472427533 100644
(file)
--- a/
submodule-config.c
+++ b/
submodule-config.c
@@
-368,7
+368,7
@@
static int gitmodule_sha1_from_commit(const unsigned char *commit_sha1,
int ret = 0;
if (is_null_sha1(commit_sha1)) {
- hashc
py(gitmodules_sha1, null
_sha1);
+ hashc
lr(gitmodules
_sha1);
return 1;
}