Re: Passing revs to git-bundle-create via stdin

2017-05-24 Thread Junio C Hamano
Junio C Hamano writes: > Jeff King writes: > >> I think what's happening is that git-bundle actually runs _two_ >> traversals using the command-line arguments. ... >> ... It was just a way of confirming my >> guess about the double-read. >> >> The real

Re: Passing revs to git-bundle-create via stdin

2017-05-23 Thread Junio C Hamano
Jeff King writes: > I think what's happening is that git-bundle actually runs _two_ > traversals using the command-line arguments. ... > ... It was just a way of confirming my > guess about the double-read. > > The real solutions I can think of are: > > 1. Teach git-bundle not

Re: Passing revs to git-bundle-create via stdin

2017-05-23 Thread Jeff King
On Tue, May 23, 2017 at 01:44:55AM +0200, ch wrote: > I'm using git bundles to create (incremental) backups of my local > repositories. > This works quite well but for certain repositories I'm getting unexpectedly > big > incremental bundles. I did some testing and from what I can tell it seems

Passing revs to git-bundle-create via stdin

2017-05-22 Thread ch
Hi, I'm using git bundles to create (incremental) backups of my local repositories. This works quite well but for certain repositories I'm getting unexpectedly big incremental bundles. I did some testing and from what I can tell it seems git-bundle-create has issues processing revs passed via