Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix default pull not to do an unintended Octopus.
[gitweb.git]
/
read-cache.c
diff --git
a/read-cache.c
b/read-cache.c
index ef6fd79e20bf66f5594cf3996d04827f4062bb44..0e345bdb2fac523c677c73a1f86ef2b44083c3bf 100644
(file)
--- a/
read-cache.c
+++ b/
read-cache.c
@@
-232,7
+232,7
@@
int remove_cache_entry_at(int pos)
return 1;
}
-int remove_file_from_cache(char *path)
+int remove_file_from_cache(c
onst c
har *path)
{
int pos = cache_name_pos(path, strlen(path));
if (pos < 0)