summaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
AgeCommit message (Expand)Author
2017-12-08decorate: clean up and document APIJonathan Tan
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-29Merge branch 'jt/fast-export-copy-modify-fix'Junio C Hamano
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren
2017-09-21fast-export: do not copy from modified fileJonathan Tan
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams
2017-06-02tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-26use xfopen() in more placesNguyễn Thái Ngọc Duy
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08fast-export: avoid leaking memory in handle_tag()Johannes Schindelin
2017-02-22builtin/fast-export: convert to struct object_idbrian m. carlson
2016-09-29use QSORTRené Scharfe
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