133 Commits (14954b799f0bac76e500593c95d1f274cf0636e5)

Author SHA1 Message Date
Elijah Newren a965bb3116 fast-export: add a --show-original-ids option to show original names 6 years ago
Elijah Newren 530ca19c02 fast-export: add --reference-excluded-parents option 6 years ago
Elijah Newren fdf31b6369 fast-export: ensure we export requested refs 6 years ago
Elijah Newren cd13762d8f fast-export: when using paths, avoid corrupt stream with non-existent mark 6 years ago
Elijah Newren f129c4275c fast-export: move commit rewriting logic into a function for reuse 6 years ago
Elijah Newren 1f30c904b3 fast-export: avoid dying when filtering by paths and old tags exist 6 years ago
Elijah Newren b93b81e799 fast-export: use value from correct enum 6 years ago
Elijah Newren 843b9e6d48 fast-export: convert sha1 to oid 6 years ago
Torsten Bögershausen ca473cef91 Upcast size_t variables to uintmax_t when printing 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Stefan Beller c1f5eb4962 commit: add repository argument to lookup_commit 7 years ago
Stefan Beller da14a7ff99 blob: add repository argument to lookup_blob 7 years ago
Stefan Beller 1ec5bfd24e object: add repository argument to parse_object_buffer 7 years ago
Stefan Beller 5abddd1eb7 object: add repository argument to lookup_object 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Nguyễn Thái Ngọc Duy 87be252333 revision.c: use commit-slab for show_source 7 years ago
Brandon Williams d000414e26 remote: convert apply_refspecs to take a struct refspec 7 years ago
Brandon Williams 16eefc8eb3 fast-export: convert to use struct refspec 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
René Scharfe c112084af9 fast-export: avoid NULL pointer arithmetic 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Martin Ågren be011bbe00 fast-export: fix regression skipping some merge-commits 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson 17e65451e3 sha1_file: convert check_sha1_signature to struct object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Jonathan Tan ddd3e31242 decorate: clean up and document API 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 7 years ago
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 7 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