git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8f44961
)
rerere: remove an null statement
author
Junio C Hamano
<redacted>
Thu, 19 May 2016 19:51:22 +0000
(12:51 -0700)
committer
Junio C Hamano
<redacted>
Thu, 19 May 2016 19:51:22 +0000
(12:51 -0700)
J6t spotted that previous commit added an empty statement by
mistake.
Signed-off-by: Junio C Hamano <redacted>
rerere.c
patch
|
blob
|
history
diff --git
a/rerere.c
b/rerere.c
index a804171a4411d7a08427548a92ffe08ea98a2a33..d4929a66ae9e6ba63a87c4663968b466bc4a4bfb 100644
(file)
--- a/
rerere.c
+++ b/
rerere.c
@@
-1074,7
+1074,7
@@
static int rerere_forget_one_path(const char *path, struct string_list *rr)
else
error("cannot unlink %s: %s", filename, strerror(errno));
goto fail_exit;
- }
;
+ }
/*
* Update the preimage so that the user can resolve the
git clone https://git.99rst.org/PROJECT