Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Linked glossary from cvs-migration page
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 9b71ccc479352c6a37b9b9652f1cb1793fdbb01b..32ec159915611f6a21c218969bf82a09b6720c48 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-2261,7
+2261,8
@@
static void cmd_reset_branch(void)
else
b = new_branch(sp);
read_next_command();
- if (!cmd_from(b) && command_buf.len > 0)
+ cmd_from(b);
+ if (command_buf.len > 0)
unread_command_buf = 1;
}