58 Commits (c9924996c95cfcc7633448e7ee8b88f440ccbd2b)

Author SHA1 Message Date
Michael Haggerty fb58c8d507 refs: move the remaining ref module declarations to refs.h 10 years ago
Jeff King a872275098 teach fast-export an --anonymize option 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King bc6b8fc130 use get_commit_buffer everywhere 11 years ago
Felipe Contreras 60ed26438c fast-export: add support to delete refs 11 years ago
Felipe Contreras 03e9010c66 fast-export: add new --refspec option 11 years ago
Felipe Contreras 8b2f86a761 fast-export: improve argument parsing 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 683ff884cc use parse_commit_or_die instead of segfaulting 11 years ago
Felipe Contreras 3e9b9cb117 fast-export: refactor get_tags_and_duplicates() 12 years ago
Felipe Contreras 1d844ee7bd fast-export: make extra_refs global 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Ondřej Bílka 98e023dea4 many small typofixes 12 years ago
Felipe Contreras 45c5d4a56b fast-{import,export}: use get_sha1_hex() to read from marks file 12 years ago
Felipe Contreras 47bd9bf82d fast-export: don't parse commits while reading marks file 12 years ago
Felipe Contreras e6812cfa9a fast-export: do not parse non-commit objects while reading marks file 12 years ago
John Keeping cd16c59bfa fast-export: add --signed-tags=warn-strip mode 12 years ago
Paul Price 04a74b6cfa fast-export: fix argument name in error messages 12 years ago
Antoine Pelisse c4458ecdc5 fast-export: Allow pruned-references in mark file 12 years ago
Jeff King 30b939c33a fast-export: do not load blob objects twice 12 years ago
Jeff King f9b54e2630 fast-export: rename handle_object function 12 years ago
Felipe Contreras f28e7c904a fast-export: make sure updated refs get updated 12 years ago
Felipe Contreras 49266e8a11 fast-export: don't handle uninteresting refs 12 years ago
Felipe Contreras 2d242de4fd fast-export: trivial cleanup 12 years ago
Felipe Contreras 5d3698ffb4 fast-export: avoid importing blob marks 12 years ago
Nguyễn Thái Ngọc Duy 3b787b9678 i18n: fast-export: mark parseopt strings for translation 13 years ago
Jay Soffian ff59f6da84 fast-export: quote paths with spaces 13 years ago
René Scharfe cbb08c2e0b parse-options: remove PARSE_OPT_NEGHELP 13 years ago
Ævar Arnfjörð Bjarmason d7a10c3140 Fix an enum assignment issue spotted by Sun Studio 13 years ago
Jeff King 6280dfdc3b fast-export: quote paths in output 14 years ago
Sverre Rabbelier 82670a5cb5 fast-export: support done feature 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
Nguyễn Thái Ngọc Duy afe069d166 struct rev_info: convert prune_data to struct pathspec 14 years ago
Johannes Sixt 4ce6fb8058 fast-export: ensure that a renamed file is printed after all references 15 years ago
Thiago Farina 3cd474599f object.h: Add OBJECT_ARRAY_INIT macro and make use of it. 15 years ago
Elijah Newren 7f40ab0916 fast-export: Add a --full-tree option 15 years ago
Elijah Newren 4087a02e45 fast-export: Fix dropping of files with --import-marks and path limiting 15 years ago
Elijah Newren 060df62422 fast-export: Fix output order of D/F changes 15 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Geoffrey Irving 79559f27be git fast-export: add --no-data option 16 years ago
Matthias Andree 96d69b5543 Fix export_marks() error handling. 16 years ago
Elijah Newren 2d8ad46919 fast-export: Add a --tag-of-filtered-object option for newly dangling tags 16 years ago
Elijah Newren 32164131db fast-export: Do parent rewriting to avoid dropping relevant commits 16 years ago
Elijah Newren 2374502c6c fast-export: Make sure we show actual ref names instead of "(null)" 16 years ago
Elijah Newren 02c48cd69b fast-export: Omit tags that tag trees 16 years ago
Elijah Newren 668f3aa776 fast-export: Set revs.topo_order before calling setup_revisions 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago