aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fast-export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano1-2/+2
2013-10-24use parse_commit_or_die instead of segfaultingJeff King1-2/+2
2013-09-17Merge branch 'fc/fast-export'Junio C Hamano1-40/+47
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano1-5/+5
2013-09-03fast-export: refactor get_tags_and_duplicates()Felipe Contreras1-30/+38
2013-09-03fast-export: make extra_refs globalFelipe Contreras1-11/+10
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-5/+5
2013-07-29many small typofixesOndřej Bílka1-1/+1
2013-05-07fast-{import,export}: use get_sha1_hex() to read from marks fileFelipe Contreras1-1/+1
2013-05-07fast-export: don't parse commits while reading marks fileFelipe Contreras1-1/+6
2013-05-07fast-export: do not parse non-commit objects while reading marks fileFelipe Contreras1-6/+9
2013-04-15fast-export: add --signed-tags=warn-strip modeJohn Keeping1-1/+7
2013-04-12Sync with 'maint'Junio C Hamano1-2/+2
2013-04-12Merge branch 'maint-1.8.1' into maintJunio C Hamano1-2/+2
2013-04-12fast-export: fix argument name in error messagesPaul Price1-2/+2
2013-04-07fast-export: Allow pruned-references in mark fileAntoine Pelisse1-4/+7
2013-03-25Merge branch 'jk/fast-export-object-lookup'Junio C Hamano1-9/+13
2013-03-17fast-export: do not load blob objects twiceJeff King1-6/+10
2013-03-17fast-export: rename handle_object functionJeff King1-3/+3
2012-12-03fast-export: make sure updated refs get updatedFelipe Contreras1-3/+7
2012-12-03fast-export: don't handle uninteresting refsFelipe Contreras1-4/+7
2012-11-29fast-export: trivial cleanupFelipe Contreras1-1/+1
2012-11-26fast-export: avoid importing blob marksFelipe Contreras1-0/+4
2012-08-20i18n: fast-export: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-14/+14
2012-07-09Merge branch 'js/fast-export-paths-with-spaces'Junio C Hamano1-0/+2
2012-06-27fast-export: quote paths with spacesJay Soffian1-0/+2
2012-06-12Merge branch 'js/maint-fast-export-mark-error'Junio C Hamano1-1/+1
2012-03-01Merge branch 'rs/no-no-no-parseopt'Junio C Hamano1-3/+1
2012-02-28parse-options: remove PARSE_OPT_NEGHELPRené Scharfe1-3/+1
2011-12-21Fix an enum assignment issue spotted by Sun StudioÆvar Arnfjörð Bjarmason1-2/+2
2011-08-11Merge branch 'jk/fast-export-quote-path'Junio C Hamano1-7/+24
2011-08-05fast-export: quote paths in outputJeff King1-7/+24
2011-07-19fast-export: support done featureSverre Rabbelier1-0/+9
2011-02-27Merge branch 'mg/placeholders-are-lowercase'Junio C Hamano1-2/+2
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber1-2/+2
2011-02-03struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy1-1/+1
2010-09-08Merge branch 'en/d-f-conflict-fix'Junio C Hamano1-1/+9
2010-09-08fast-export: ensure that a renamed file is printed after all referencesJohannes Sixt1-1/+9
2010-08-31Merge branch 'en/d-f-conflict-fix'Junio C Hamano1-0/+29
2010-08-31Merge branch 'en/fast-export-fix'Junio C Hamano1-1/+10
2010-08-29object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina1-1/+1
2010-07-19fast-export: Add a --full-tree optionElijah Newren1-1/+3
2010-07-19fast-export: Fix dropping of files with --import-marks and path limitingElijah Newren1-1/+8
2010-07-09fast-export: Fix output order of D/F changesElijah Newren1-0/+29
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina1-1/+1
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips1-2/+2
2010-03-28Merge branch 'maint'Junio C Hamano1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+633