aboutsummaryrefslogtreecommitdiff
path: root/builtin/fast-export.c
Commit message (Expand)AuthorAge
* use QSORTRené Scharfe2016-09-29
* diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-28
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* Merge branch 'js/fopen-harder' into maintJunio C Hamano2016-02-05
|\
| * Handle more file writes correctly in shared reposJohannes Schindelin2016-01-11
* | Remove get_object_hash.brian m. carlson2015-11-20
* | Convert struct object to object_idbrian m. carlson2015-11-20
* | Add several uses of get_object_hash.brian m. carlson2015-11-20
|/
* refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-22
* teach fast-export an --anonymize optionJeff King2014-08-27
* Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-02
|\
| * commit: record buffer length in cacheJeff King2014-06-13
| * use get_commit_buffer everywhereJeff King2014-06-13
* | fast-export: add support to delete refsFelipe Contreras2014-04-21
* | fast-export: add new --refspec optionFelipe Contreras2014-04-21
* | fast-export: improve argument parsingFelipe Contreras2014-04-21
|/
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-05
|\ \ | |/ |/|
| * use parse_commit_or_die instead of segfaultingJeff King2013-10-24
* | Merge branch 'fc/fast-export'Junio C Hamano2013-09-17
|\ \
| * | fast-export: refactor get_tags_and_duplicates()Felipe Contreras2013-09-03
| * | fast-export: make extra_refs globalFelipe Contreras2013-09-03
| |/
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-04
|\ \ | |/ |/|
| * Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | many small typofixesOndřej Bílka2013-07-29
|/
* fast-{import,export}: use get_sha1_hex() to read from marks fileFelipe Contreras2013-05-07
* fast-export: don't parse commits while reading marks fileFelipe Contreras2013-05-07
* fast-export: do not parse non-commit objects while reading marks fileFelipe Contreras2013-05-07
* fast-export: add --signed-tags=warn-strip modeJohn Keeping2013-04-15
* Sync with 'maint'Junio C Hamano2013-04-12
|\
| * Merge branch 'maint-1.8.1' into maintJunio C Hamano2013-04-12
| |\
| | * fast-export: fix argument name in error messagesPaul Price2013-04-12
* | | fast-export: Allow pruned-references in mark fileAntoine Pelisse2013-04-07
* | | Merge branch 'jk/fast-export-object-lookup'Junio C Hamano2013-03-25
|\ \ \ | |/ / |/| |
| * | fast-export: do not load blob objects twiceJeff King2013-03-17
| * | fast-export: rename handle_object functionJeff King2013-03-17
| |/
* | fast-export: make sure updated refs get updatedFelipe Contreras2012-12-03
* | fast-export: don't handle uninteresting refsFelipe Contreras2012-12-03
* | fast-export: trivial cleanupFelipe Contreras2012-11-29
* | fast-export: avoid importing blob marksFelipe Contreras2012-11-26
|/
* i18n: fast-export: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* Merge branch 'js/fast-export-paths-with-spaces'Junio C Hamano2012-07-09
|\
| * fast-export: quote paths with spacesJay Soffian2012-06-27
* | Merge branch 'js/maint-fast-export-mark-error'Junio C Hamano2012-06-12
* | Merge branch 'rs/no-no-no-parseopt'Junio C Hamano2012-03-01
|\ \
| * | parse-options: remove PARSE_OPT_NEGHELPRené Scharfe2012-02-28
| |/
* | Fix an enum assignment issue spotted by Sun StudioÆvar Arnfjörð Bjarmason2011-12-21
|/
* Merge branch 'jk/fast-export-quote-path'Junio C Hamano2011-08-11
|\
| * fast-export: quote paths in outputJeff King2011-08-05