On Fri, Jul 24, 2015 at 8:46 AM, Andreas Schwab [off-list ref] wrote:
Josh Boyer [off-list ref] writes:
quoted
I'm trying to figure out how to generate a file that contains the git
history and changes from one revision to another, such that when the
file is applied to a different tree starting at the same ancestor, the
resulting tree is identical.
See git-bundle(1).
Thanks. That does indeed seem like what I'm looking for.
josh