]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-export.txt
Merge refs/heads/master from paulus
[thirdparty/git.git] / Documentation / git-export.txt
1 git-export(1)
2 =============
3 v0.1, May 2005
4
5 NAME
6 ----
7 git-export - Exports each commit and a diff against each of its parents
8
9
10 SYNOPSIS
11 --------
12 'git-export' top [base]
13
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.
18
19
20 Author
21 ------
22 Written by Linus Torvalds <torvalds@osdl.org>
23
24 Documentation
25 --------------
26 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
27
28 GIT
29 ---
30 Part of the link:git.html[git] suite
31