summaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-091-1/+1
|\
| * diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfieldsBrandon Williams2017-11-011-1/+1
| * diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-011-1/+1
* | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-161-1/+1
|/
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-2/+1
|\
| * object_array: add and use `object_array_pop()`Martin Ågren2017-09-241-2/+1
* | Merge branch 'jt/fast-export-copy-modify-fix'Junio C Hamano2017-09-291-14/+32
|\ \ | |/ |/|
| * fast-export: do not copy from modified filejt/fast-export-copy-modify-fixJonathan Tan2017-09-211-14/+32
* | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-3/+4
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-4/+4
|\ \ \
| * | | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-051-2/+2
| * | | tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams2017-06-021-2/+2
* | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-261-3/+1
| |/ /
* | | Merge branch 'js/plug-leaks'Junio C Hamano2017-05-291-0/+2
|\ \ \
| * | | fast-export: avoid leaking memory in handle_tag()Johannes Schindelin2017-05-081-0/+2
| |/ /
* | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-2/+2
* | | Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
* | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
|/ /
* | builtin/fast-export: convert to struct object_idbrian m. carlson2017-02-221-29/+29
|/
* use QSORTRené Scharfe2016-09-291-1/+1
* diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-281-5/+5
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-051-1/+1
|\
| * Handle more file writes correctly in shared reposjs/fopen-harderJohannes Schindelin2016-01-111-1/+1
* | Remove get_object_hash.brian m. carlson2015-11-201-6/+6
* | Convert struct object to object_idbrian m. carlson2015-11-201-11/+11
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-6/+6
|/
* refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-221-0/+1
* teach fast-export an --anonymize optionJeff King2014-08-271-11/+289
* Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-1/+4
|\
| * commit: record buffer length in cacheJeff King2014-06-131-1/+1
| * use get_commit_buffer everywhereJeff King2014-06-131-1/+4
* | fast-export: add support to delete refsFelipe Contreras2014-04-211-0/+14
* | fast-export: add new --refspec optionFelipe Contreras2014-04-211-0/+32
* | fast-export: improve argument parsingFelipe Contreras2014-04-211-1/+2
|/
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-1/+1
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-051-2/+2
|\ \ | |/ |/|
| * use parse_commit_or_die instead of segfaultingJeff King2013-10-241-2/+2
* | Merge branch 'fc/fast-export'Junio C Hamano2013-09-171-40/+47
|\ \
| * | fast-export: refactor get_tags_and_duplicates()fc/fast-exportFelipe Contreras2013-09-031-30/+38
| * | fast-export: make extra_refs globalFelipe Contreras2013-09-031-11/+10
| |/
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-5/+5
|\ \ | |/ |/|
| * Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-5/+5
* | many small typofixesob/typofixesOndřej Bílka2013-07-291-1/+1
|/
* fast-{import,export}: use get_sha1_hex() to read from marks fileFelipe Contreras2013-05-071-1/+1
* fast-export: don't parse commits while reading marks fileFelipe Contreras2013-05-071-1/+6