7 git-export - Exports each commit and a diff against each of its parents
12 'git-export' top [base]
16 Exports each commit and diff against each of its parents, between
17 top and base. If base is not specified it exports everything.
22 Written by Linus Torvalds <torvalds@osdl.org>
26 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
30 Part of the link:git.html[git] suite