Re: Does "git push" open a pack for read before closing it?

2019-01-07 Thread git-mailinglist
On 22/12/2018 23:12, brian m. carlson wrote: Thanks Brian, you helped me make some progress. I'm stuck again trying to understand git behaviour though and wondering if there are better ways of me seeing into git (source, debug o/p etc) than posting here. As a reminder, I'm doing the following to c

Does "git push" open a pack for read before closing it?

2018-12-21 Thread git-mailinglist
[Major ignorance alert] I'm writing software to implement a FUSE mount for a decentralised file system and during testing with git I see some strange behaviour which I'd like to investigate. It might be a bug in my code, or even the FUSE lib I'm using, or it might be intended behaviour by git. So