40 Commits (50f69099292de53431ef29d3adc115d04a4fd92a)

Author SHA1 Message Date
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
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Erik Faye-Lund aadd44404b builtin-fast-export.c: handle nested tags 16 years ago
Erik Faye-Lund 426193c025 builtin-fast-export.c: fix crash on tagged trees 16 years ago
Erik Faye-Lund 38124d8f31 builtin-fast-export.c: turn error into warning 16 years ago
Erik Faye-Lund 1982467d92 builtin-fast-export.c: handle nested tags 16 years ago
Erik Faye-Lund c0582c53bc builtin-fast-export.c: fix crash on tagged trees 16 years ago
Erik Faye-Lund 2d07f6d4b7 builtin-fast-export.c: turn error into warning 16 years ago
Elijah Newren ebeec7dbc5 fast-export: Avoid dropping files from commits 16 years ago
Elijah Newren 784f8affe4 fast-export: ensure we traverse commits in topological order 16 years ago
Miklos Vajna dcfdbdf08b fast-export: print usage when no options specified 16 years ago
Johannes Schindelin 4e46a8d62c fast-export: deal with tag objects that do not have a tagger 16 years ago
Johannes Schindelin 2075ffb58e fast-export: use an unsorted string list for extra_refs 16 years ago
Ramsay Jones d47fb8b099 Fix a warning (on cygwin) to allow -Werror 17 years ago