Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rev-list: let traversal die when --missing is not in use
[gitweb.git]
/
builtin
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 5a09fe24cddac79bb66f90b0405f5bcc9855dbee..b620fd54b4e95cad77532ec3fe02e2ff1179c431 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-1480,7
+1480,7
@@
static inline void fetch_one_setup_partial(struct remote *remote)
if (strcmp(remote->name, repository_format_partial_clone)) {
if (filter_options.choice)
die(_("--filter can only be used with the remote "
- "configured in extensions.partial
c
lone"));
+ "configured in extensions.partial
C
lone"));
return;
}