Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ds/midx-expire-repack'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Sep 2019 19:26:38 +0000
(12:26 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Sep 2019 19:26:38 +0000
(12:26 -0700)
Code cleanup.
* ds/midx-expire-repack:
packfile.h: drop extern from function declaration
packfile.h
patch
|
blob
|
history
raw
(from parent 1:
9437394
)
diff --git
a/packfile.h
b/packfile.h
index 3e98910bdd191f45d3dd86ff0360f40060944705..fc7904ec8147004cdcec5f013a7bace27c8697ed 100644
(file)
--- a/
packfile.h
+++ b/
packfile.h
@@
-100,7
+100,7
@@
struct packed_git *add_packed_git(const char *path, size_t path_len, int local);
* Does not unlink if 'force_delete' is false and the pack-file is
* marked as ".keep".
*/
-
extern
void unlink_pack_path(const char *pack_name, int force_delete);
+void unlink_pack_path(const char *pack_name, int force_delete);
/*
* Make sure that a pointer access into an mmap'd index file is within bounds,