Re: git history in a file

2015-07-24 Thread Josh Boyer
On Fri, Jul 24, 2015 at 8:46 AM, Andreas Schwab wrote: > Josh Boyer writes: > >> 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

Re: git history in a file

2015-07-24 Thread Andreas Schwab
Josh Boyer writes: > 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). Andreas.

git history in a file

2015-07-24 Thread Josh Boyer
Hello, 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. E.g. git v4.2-rc3..master would produce this file