summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 73b0e5a)
raw | patch | inline | side by side (parent: 73b0e5a)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 8 May 2006 22:44:06 +0000 (15:44 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 8 May 2006 22:44:06 +0000 (15:44 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_name.c | patch | blob | history |
diff --git a/sha1_name.c b/sha1_name.c
index ec5cd2c9ea42cfdd07a1fcac1f2c05072aa26193..dc6835520ccfd4838b47a4af81ccf139f55e1801 100644 (file)
--- a/sha1_name.c
+++ b/sha1_name.c
memcpy(sha1, ce->sha1, 20);
return 0;
}
+ pos++;
}
return -1;
}