summaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
AgeCommit message (Expand)Author
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-05Merge branch 'js/fopen-harder' into maintJunio C Hamano
2016-01-11Handle more file writes correctly in shared reposJohannes Schindelin
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty
2014-08-27teach fast-export an --anonymize optionJeff King
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13use get_commit_buffer everywhereJeff King
2014-04-21fast-export: add support to delete refsFelipe Contreras
2014-04-21fast-export: add new --refspec optionFelipe Contreras
2014-04-21fast-export: improve argument parsingFelipe Contreras
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano
2013-10-24use parse_commit_or_die instead of segfaultingJeff King
2013-09-17Merge branch 'fc/fast-export'Junio C Hamano
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-09-03fast-export: refactor get_tags_and_duplicates()Felipe Contreras
2013-09-03fast-export: make extra_refs globalFelipe Contreras
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-29many small typofixesOndřej Bílka
2013-05-07fast-{import,export}: use get_sha1_hex() to read from marks fileFelipe Contreras
2013-05-07fast-export: don't parse commits while reading marks fileFelipe Contreras
2013-05-07fast-export: do not parse non-commit objects while reading marks fileFelipe Contreras
2013-04-15fast-export: add --signed-tags=warn-strip modeJohn Keeping
2013-04-12Sync with 'maint'Junio C Hamano
2013-04-12Merge branch 'maint-1.8.1' into maintJunio C Hamano
2013-04-12fast-export: fix argument name in error messagesPaul Price
2013-04-07fast-export: Allow pruned-references in mark fileAntoine Pelisse
2013-03-25Merge branch 'jk/fast-export-object-lookup'Junio C Hamano
2013-03-17fast-export: do not load blob objects twiceJeff King
2013-03-17fast-export: rename handle_object functionJeff King
2012-12-03fast-export: make sure updated refs get updatedFelipe Contreras
2012-12-03fast-export: don't handle uninteresting refsFelipe Contreras
2012-11-29fast-export: trivial cleanupFelipe Contreras
2012-11-26fast-export: avoid importing blob marksFelipe Contreras
2012-08-20i18n: fast-export: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-09Merge branch 'js/fast-export-paths-with-spaces'Junio C Hamano
2012-06-28fast-export: quote paths with spacesJay Soffian
2012-06-12Merge branch 'js/maint-fast-export-mark-error'Junio C Hamano
2012-03-02Merge branch 'rs/no-no-no-parseopt'Junio C Hamano
2012-02-28parse-options: remove PARSE_OPT_NEGHELPRené Scharfe
2011-12-21Fix an enum assignment issue spotted by Sun StudioÆvar Arnfjörð Bjarmason
2011-08-11Merge branch 'jk/fast-export-quote-path'Junio C Hamano
2011-08-05fast-export: quote paths in outputJeff King
2011-07-19fast-export: support done featureSverre Rabbelier