summaryrefslogtreecommitdiffstats
path: root/builtin-fast-export.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* Merge branch 'ef/fast-export'Junio C Hamano2009-04-021-2/+11
|\
| * builtin-fast-export.c: handle nested tagsErik Faye-Lund2009-03-301-1/+4
| * builtin-fast-export.c: fix crash on tagged treesErik Faye-Lund2009-03-301-0/+4
| * builtin-fast-export.c: turn error into warningErik Faye-Lund2009-03-301-2/+4
* | fast-export: Avoid dropping files from commitsElijah Newren2009-03-261-1/+2
|/
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-121-0/+1
|\
| * fast-export: ensure we traverse commits in topological orderElijah Newren2009-02-121-0/+1
* | fast-export: print usage when no options specifiedMiklos Vajna2009-01-031-0/+3
|/
* fast-export: deal with tag objects that do not have a taggerJohannes Schindelin2008-12-201-5/+16
* fast-export: use an unsorted string list for extra_refsJohannes Schindelin2008-11-241-2/+2
* Fix a warning (on cygwin) to allow -WerrorRamsay Jones2008-08-271-1/+2
* Support copy and rename detection in fast-export.Alexander Gavrilov2008-07-301-2/+26
* Rename path_list to string_listJohannes Schindelin2008-07-221-7/+7
* Support gitlinks in fast-import.Alexander Gavrilov2008-07-191-4/+15
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-061-2/+2
* fast-export --export-marks: fix off by one errorJunio C Hamano2008-07-031-5/+5
* builtin-fast-export: Add importing and exporting of revision marksPieter de Bie2008-06-201-6/+93
* fast-export: Correctly generate initial commits with no parentsShawn O. Pearce2008-06-131-0/+2
* Merge branch 'maint'Junio C Hamano2008-06-101-0/+0
|\
| * Remove exec bit from builtin-fast-export.cJohannes Sixt2008-06-081-0/+0
* | Merge branch 'maint'Junio C Hamano2008-05-261-5/+1
|\|
| * Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-261-5/+1
| |\
| | * builtin-fast-export: Only output a single parent per linePieter de Bie2008-05-261-5/+1
* | | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
|/ /
* | Merge branch 'jm/free'Junio C Hamano2008-02-271-2/+1
|\ \
| * | Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-2/+1
* | | Merge branch 'maint'Junio C Hamano2008-02-261-1/+1
|\ \ \ | |/ / |/| / | |/
| * Correct fast-export file mode strings to match fast-import standardShawn O. Pearce2008-02-251-1/+1
* | check return code of prepare_revision_walkMartin Koegler2008-02-181-1/+2
|/
* Fix git-fast-export for zero-sized blobsAlex Riesen2007-12-121-1/+1
* fast-export: rename the signed tag mode 'ignore' to 'verbatim'Johannes Schindelin2007-12-041-4/+4
* Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin2007-12-031-0/+406