Re: [PATCH] repack: Add --version parameter

2013-09-28 Thread Stefan Beller
On 09/26/2013 01:42 PM, Duy Nguyen wrote: > On Thu, Sep 26, 2013 at 3:32 PM, Stefan Beller > wrote: >> This is just a direct translation of >> http://article.gmane.org/gmane.comp.version-control.git/235396 >> So I don't consider this is ready for inclusion. >> >> Some notes: >> We need to have mor

Re: [PATCH] repack: Add --version parameter

2013-09-28 Thread Stefan Beller
On 09/26/2013 12:17 PM, Felipe Contreras wrote: > On Thu, Sep 26, 2013 at 3:32 AM, Stefan Beller >> static const char *const git_repack_usage[] = { >> @@ -22,6 +23,9 @@ static int repack_config(const char *var, const char >> *value, void *cb) >> delta_base_offset = git_config_boo

Re: [PATCH] repack: Add --version parameter

2013-09-26 Thread Duy Nguyen
On Thu, Sep 26, 2013 at 3:32 PM, Stefan Beller wrote: > This is just a direct translation of > http://article.gmane.org/gmane.comp.version-control.git/235396 > So I don't consider this is ready for inclusion. > > Some notes: > We need to have more error checking, repack shall be 0, 2 or 4 but noth

Re: [PATCH] repack: Add --version parameter

2013-09-26 Thread Felipe Contreras
On Thu, Sep 26, 2013 at 3:32 AM, Stefan Beller wrote: > This is just a direct translation of > http://article.gmane.org/gmane.comp.version-control.git/235396 > So I don't consider this is ready for inclusion. > > Some notes: > We need to have more error checking, repack shall be 0, 2 or 4 but noth