Merge branch 'nd/gc-aggressive'
Allow tweaking the maximum length of the delta-chain produced by "gc --aggressive". * nd/gc-aggressive: environment.c: fix constness for odb_pack_keep() gc --aggressive: make --depth configurable
This commit is contained in:
@ -536,7 +536,7 @@ extern FILE *xfdopen(int fd, const char *mode);
|
||||
extern int xmkstemp(char *template);
|
||||
extern int xmkstemp_mode(char *template, int mode);
|
||||
extern int odb_mkstemp(char *template, size_t limit, const char *pattern);
|
||||
extern int odb_pack_keep(char *name, size_t namesz, unsigned char *sha1);
|
||||
extern int odb_pack_keep(char *name, size_t namesz, const unsigned char *sha1);
|
||||
|
||||
static inline size_t xsize_t(off_t len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user