summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab2a1a3)
raw | patch | inline | side by side (parent: ab2a1a3)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Oct 2006 04:15:34 +0000 (21:15 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Oct 2006 04:15:34 +0000 (21:15 -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 e5170336ff27606596fa8de887b576a0b9ab3cb8..5cf5578af1e346788bd6276a26d996cb83a2208d 100644 (file)
--- a/sha1_name.c
+++ b/sha1_name.c
return 0;
/* basic@{time or number} format to query ref-log */
- reflog_len = 0;
+ reflog_len = at = 0;
if (str[len-1] == '}') {
for (at = 1; at < len - 1; at++) {
if (str[at] == '@' && str[at+1] == '{') {