projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e5128e
)
Ignore any unmerged entries for "checkout-cache -a".
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Mon, 18 Apr 2005 01:39:14 +0000
(18:39 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Mon, 18 Apr 2005 01:39:14 +0000
(18:39 -0700)
They don't "exist" yet, and you need to merge them first.
checkout-cache.c
patch
|
blob
|
history
diff --git
a/checkout-cache.c
b/checkout-cache.c
index
1c25766
..
5cd473c
100644
(file)
--- a/
checkout-cache.c
+++ b/
checkout-cache.c
@@
-141,6
+141,8
@@
static int checkout_all(void)
for (i = 0; i < active_nr ; i++) {
struct cache_entry *ce = active_cache[i];
+ if (ce_stage(ce))
+ continue;
if (checkout_entry(ce) < 0)
return -1;
}