summaryrefslogtreecommitdiff
path: root/builtin-fast-export.c
AgeCommit message (Expand)Author
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