Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-15 21:25:46 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-15 21:25:46 +0400
commit7875b50d1a9928e683299b283bfe94778b6c344e (patch)
tree49b3a2aa11195de3eb78b1442dad10e293d49845 /read-tree.c
parentce30a4b68ac220a2322dfe2a182194910143fafd (diff)
git-read-tree: fix "--reset" handling
Diffstat (limited to 'read-tree.c')
-rw-r--r--read-tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read-tree.c b/read-tree.c
index 0d94fe214d..0d5ded5026 100644
--- 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 */