[PATCH] Support for NO_OPENSSL
[git/dscho.git] / Documentation / git-export.txt
blobd2d0dc498e907b1e39ea6f2fc98b518b33b62e9d
1 git-export(1)
2 =============
3 v0.1, May 2005
5 NAME
6 ----
7 git-export - Exports each commit and a diff against each of its parents
10 SYNOPSIS
11 --------
12 'git-export' top [base]
14 DESCRIPTION
15 -----------
16 Exports each commit and diff against each of its parents, between
17 top and base.  If base is not specified it exports everything.
20 Author
21 ------
22 Written by Linus Torvalds <torvalds@osdl.org>
24 Documentation
25 --------------
26 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
28 GIT
29 ---
30 Part of the link:git.html[git] suite