projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce30a4b
)
git-read-tree: fix "--reset" handling
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Wed, 15 Jun 2005 17:25:46 +0000
(10:25 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Wed, 15 Jun 2005 17:25:46 +0000
(10:25 -0700)
read-tree.c
patch
|
blob
|
history
diff --git
a/read-tree.c
b/read-tree.c
index
0d94fe2
..
0d5ded5
100644
(file)
--- a/
read-tree.c
+++ b/
read-tree.c
@@
-543,6
+543,7
@@
int main(int argc, char **argv)
merge = 1;
stage = 1;
read_cache_unmerged();
+ continue;
}
/* "-m" stands for "merge", meaning we start in stage 1 */