Re: [PATCH 2/4] backup_file dummy function

2013-08-07 Thread Duy Nguyen
On Wed, Aug 7, 2013 at 9:00 PM, Stefan Beller wrote: > --- > pack-write.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/pack-write.c b/pack-write.c > index e6aa7e3..b728ea2 100644 > --- a/pack-write.c > +++ b/pack-write.c > @@ -344,6 +344,11 @@ struct sha1file *create_tmp_packfile

[PATCH 2/4] backup_file dummy function

2013-08-07 Thread Stefan Beller
--- pack-write.c | 5 + 1 file changed, 5 insertions(+) diff --git a/pack-write.c b/pack-write.c index e6aa7e3..b728ea2 100644 --- a/pack-write.c +++ b/pack-write.c @@ -344,6 +344,11 @@ struct sha1file *create_tmp_packfile(char **pack_tmp_name) return sha1fd(fd, *pack_tmp_name); }