Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote.c: make clear_cas_option() static
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index d7f1838c13f5a88448d0f2034347bfb6482b3edf..30995e61b38fbfd1733acc5c3c5866b61d9f09e1 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-1198,7
+1198,7
@@
static void report_pack_garbage(struct string_list *list)
if (!report_garbage)
return;
- s
ort_string_lis
t(list);
+ s
tring_list_sor
t(list);
for (i = 0; i < list->nr; i++) {
const char *path = list->items[i].string;