projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1267660
)
read-cache.c: remove stray debugging printf
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sun, 19 Jun 2005 06:34:12 +0000
(23:34 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sun, 19 Jun 2005 06:34:12 +0000
(23:34 -0700)
Pointed out by Junio, part of my debugging of the rewrite of the
file/dir conflict handling.
read-cache.c
patch
|
blob
|
history
diff --git
a/read-cache.c
b/read-cache.c
index
4b8348c
..
9b6ce46
100644
(file)
--- a/
read-cache.c
+++ b/
read-cache.c
@@
-190,7
+190,6
@@
static int has_file_name(const struct cache_entry *ce, int pos, int ok_to_replac
break;
if (p->name[len] != '/')
continue;
-fprintf(stderr, "conflict: %s %s\n", ce->name, p->name);
retval = -1;
if (!ok_to_replace)
break;