Add 'git fast-export', the sister of 'git fast-import'builtin-fast-export
commitdfc5f7dec5894de25e3d47e1714f4cf61fa70f62
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 21 Nov 2007 03:34:23 +0000 (21 03:34 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 21 Nov 2007 03:34:23 +0000 (21 03:34 +0000)
treeaa0804ca0ee73f846cbfcff43f042133c38b810d
parentf6fb48104143ac08e35ae134b7424111353d7688
Add 'git fast-export', the sister of 'git fast-import'

[WIP: this does not handle tags yet, and it lacks a test script
 as well as documentation.]

This program dumps (parts of) a git repository in the format that
fast-import understands.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
.gitignore
Makefile
builtin-fast-export.c [new file with mode: 0755]
builtin.h
git.c