[PATCH 5/5] transport-helper: fix sync issue on crashes

2014-04-19 Thread Junio C Hamano
From: Felipe Contreras felipe.contre...@gmail.com When a remote helper crashes while pushing we should revert back to the state before the push, however, it's possible that `git fast-export` already finished its job, and therefore has exported the marks already. This creates a synchronization

Re: [PATCH 5/5] transport-helper: fix sync issue on crashes

2014-04-14 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: When a remote helper crashes while pushing we should revert back to the state before the push, however, it's possible that `git fast-export` already finished its job, and therefore has exported the marks already. This creates a

[PATCH 5/5] transport-helper: fix sync issue on crashes

2014-04-12 Thread Felipe Contreras
When a remote helper crashes while pushing we should revert back to the state before the push, however, it's possible that `git fast-export` already finished its job, and therefore has exported the marks already. This creates a synchronization problem because from that moment on `git