summaryrefslogtreecommitdiff
path: root/builtin-fast-export.c
Commit message (Expand)AuthorAgeFilesLines
* git fast-export: add --no-data optionGeoffrey Irving2009-07-311-1/+8
* Merge branch 'en/fast-export'Junio C Hamano2009-07-261-7/+75
|\
| * fast-export: Add a --tag-of-filtered-object option for newly dangling tagsElijah Newren2009-06-271-2/+57
| * fast-export: Do parent rewriting to avoid dropping relevant commitsElijah Newren2009-06-271-0/+1
| * fast-export: Make sure we show actual ref names instead of "(null)"Elijah Newren2009-06-271-4/+1
| * fast-export: Omit tags that tag treesElijah Newren2009-06-271-0/+15
| * fast-export: Set revs.topo_order before calling setup_revisionsElijah Newren2009-06-271-1/+1
* | Merge branch 'maint'Junio C Hamano2009-07-241-4/+10
|\ \
| * | Fix export_marks() error handling.Matthias Andree2009-07-241-4/+10
* | | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-1/+1
* | | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
| |/ |/|
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
|/
* Merge branch 'ef/fast-export'Junio C Hamano2009-04-011-2/+11
|\
| * builtin-fast-export.c: handle nested tagsErik Faye-Lund2009-03-291-1/+4
| * builtin-fast-export.c: fix crash on tagged treesErik Faye-Lund2009-03-291-0/+4
| * builtin-fast-export.c: turn error into warningErik Faye-Lund2009-03-291-2/+4
* | fast-export: Avoid dropping files from commitsElijah Newren2009-03-251-1/+2
|/
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-111-0/+1
|\
| * fast-export: ensure we traverse commits in topological orderElijah Newren2009-02-111-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-191-5/+16
* fast-export: use an unsorted string list for extra_refsJohannes Schindelin2008-11-231-2/+2
* Fix a warning (on cygwin) to allow -WerrorRamsay Jones2008-08-261-1/+2
* Support copy and rename detection in fast-export.Alexander Gavrilov2008-07-291-2/+26
* Rename path_list to string_listJohannes Schindelin2008-07-211-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-051-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-191-6/+93
* fast-export: Correctly generate initial commits with no parentsShawn O. Pearce2008-06-121-0/+2
* Merge branch 'maint'Junio C Hamano2008-06-091-0/+0
|\
| * Remove exec bit from builtin-fast-export.cJohannes Sixt2008-06-081-0/+0
* | Merge branch 'maint'Junio C Hamano2008-05-251-5/+1
|\ \ | |/
| * Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-251-5/+1
| |\
| | * builtin-fast-export: Only output a single parent per linePieter de Bie2008-05-251-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-241-1/+1
* | check return code of prepare_revision_walkMartin Koegler2008-02-171-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-031-4/+4
* Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin2007-12-021-0/+406