Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make sure packedgitwindowsize is multiple of (pagesize * 2)
[gitweb.git]
/
builtin-for-each-ref.c
diff --git
a/builtin-for-each-ref.c
b/builtin-for-each-ref.c
index 9d5f266dc4e06de99aa998c2ed3d220b246db812..16c785f0477f2688632f3b67e39083f60e48b2db 100644
(file)
--- a/
builtin-for-each-ref.c
+++ b/
builtin-for-each-ref.c
@@
-135,7
+135,7
@@
static const char *find_next(const char *cp)
while (*cp) {
if (*cp == '%') {
/* %( is the start of an atom;
- * %% is a quote
e
d per-cent.
+ * %% is a quoted per-cent.
*/
if (cp[1] == '(')
return cp;