148 Commits (08b1ea4c39b08b76fe2d1240ccbf6077ef19226a)

Author SHA1 Message Date
Eric Wong 404ab78e39 hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong 26b455f21e hashmap_put takes "struct hashmap_entry *" 5 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
Elijah Newren 941790d7de fast-export: handle nested tags 5 years ago
Elijah Newren a1638cfe12 fast-export: allow user to request tags be marked with --mark-tags 5 years ago
Elijah Newren 208d69246e fast-export: add support for --import-marks-if-exists 5 years ago
Elijah Newren af2abd870b fast-export: fix exporting a tag and nothing else 5 years ago
Jeff King d0229abd93 object: convert lookup_object() to use object_id 6 years ago
Elijah Newren e80001f8fd fast-export: do automatic reencoding of commit messages only if requested 6 years ago
Elijah Newren 57a8be2cb0 fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8 6 years ago
Elijah Newren ccbfc96dc4 fast-export: avoid stripping encoding header if we cannot reencode 6 years ago
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