84 Commits (94c9acbf0025d5214c8efcf11389536759410dd8)

Author SHA1 Message Date
Martin Ågren 7199203937 object_array: add and use `object_array_pop()` 7 years ago
Jonathan Tan b3e8ca89cf fast-export: do not copy from modified file 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams 7b8dea0c75 tree-diff: convert diff_root_tree_sha1 to struct object_id 8 years ago
Nguyễn Thái Ngọc Duy 23a9e0712d use xfopen() in more places 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson 3aca1fc6c9 Convert lookup_blob to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Johannes Schindelin 1efb1e9a21 fast-export: avoid leaking memory in handle_tag() 8 years ago
brian m. carlson 273f8ee8c0 builtin/fast-export: convert to struct object_id 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
brian m. carlson a0d12c4433 diff: convert struct diff_filespec to struct object_id 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Johannes Schindelin ea56518dfe Handle more file writes correctly in shared repos 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
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