Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
user-manual: update for new default --track behavior
[gitweb.git]
/
path-list.c
diff --git
a/path-list.c
b/path-list.c
index caaa5cc57b05e1a27bb4fd8f49bb74e06b9936e3..dcb4b3ac139a5a264df04d91cee17679efe55aa6 100644
(file)
--- a/
path-list.c
+++ b/
path-list.c
@@
-100,4
+100,3
@@
void print_path_list(const char *text, const struct path_list *p)
for (i = 0; i < p->nr; i++)
printf("%s:%p\n", p->items[i].path, p->items[i].util);
}
-