summaryrefslogtreecommitdiff
path: root/builtin-fast-export.c
AgeCommit message (Expand)Author
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-04-02Merge branch 'ef/fast-export'Junio C Hamano
2009-03-30builtin-fast-export.c: handle nested tagsErik Faye-Lund
2009-03-30builtin-fast-export.c: fix crash on tagged treesErik Faye-Lund
2009-03-30builtin-fast-export.c: turn error into warningErik Faye-Lund
2009-03-26fast-export: Avoid dropping files from commitsElijah Newren
2009-02-12Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-12fast-export: ensure we traverse commits in topological orderElijah Newren
2009-01-03fast-export: print usage when no options specifiedMiklos Vajna
2008-12-20fast-export: deal with tag objects that do not have a taggerJohannes Schindelin
2008-11-24fast-export: use an unsorted string list for extra_refsJohannes Schindelin
2008-08-26Fix a warning (on cygwin) to allow -WerrorRamsay Jones
2008-07-30Support copy and rename detection in fast-export.Alexander Gavrilov
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-19Support gitlinks in fast-import.Alexander Gavrilov
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-06Fix some warnings (on cygwin) to allow -WerrorRamsay Jones
2008-07-03fast-export --export-marks: fix off by one errorJunio C Hamano
2008-06-19builtin-fast-export: Add importing and exporting of revision marksPieter de Bie
2008-06-13fast-export: Correctly generate initial commits with no parentsShawn O. Pearce
2008-06-09Merge branch 'maint'Junio C Hamano
2008-06-08Remove exec bit from builtin-fast-export.cJohannes Sixt
2008-05-26Merge branch 'maint'Junio C Hamano
2008-05-26Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-05-26builtin-fast-export: Only output a single parent per linePieter de Bie
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-02-27Merge branch 'jm/free'Junio C Hamano
2008-02-26Merge branch 'maint'Junio C Hamano
2008-02-25Correct fast-export file mode strings to match fast-import standardShawn O. Pearce
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-18check return code of prepare_revision_walkMartin Koegler
2007-12-12Fix git-fast-export for zero-sized blobsAlex Riesen
2007-12-04fast-export: rename the signed tag mode 'ignore' to 'verbatim'Johannes Schindelin
2007-12-03Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin