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