- e73fe3d builtin/*: update usage format by ZheNing Hu · 4 years, 2 months ago
- 56f56ac style: do not "break" in switch() after "return" by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
- 58138d3 Merge branch 'js/default-branch-name-part-2' by Junio C Hamano · 4 years, 5 months ago
- 86cca37 Merge branch 'jk/drop-unaligned-loads' by Junio C Hamano · 4 years, 5 months ago
- 176380f Revert "fast-export: use local array to store anonymized oid" by Jeff King · 4 years, 6 months ago
- 5a0c32b fast-export: avoid using unnecessary language in a code comment by Johannes Schindelin · 4 years, 6 months ago
- f24c30e wt-status: tolerate dangling marks by Jonathan Tan · 4 years, 6 months ago
- f39ad38 fast-export: use local array to store anonymized oid by Jeff King · 4 years, 9 months ago
- 8a49495 fast-export: anonymize "master" refname by Jeff King · 4 years, 9 months ago
- 65b5d9f fast-export: allow seeding the anonymized mapping by Jeff King · 4 years, 9 months ago
- d5bf91f fast-export: add a "data" callback parameter to anonymize_str() by Jeff King · 4 years, 9 months ago
- 6416a86 fast-export: move global "idents" anonymize hashmap into function by Jeff King · 4 years, 9 months ago
- 55b0145 fast-export: use a flex array to store anonymized entries by Jeff King · 4 years, 9 months ago
- a0f6564 fast-export: stop storing lengths in anonymized hashmaps by Jeff King · 4 years, 9 months ago
- 7f40759 fast-export: tighten anonymize_mem() interface to handle only strings by Jeff King · 4 years, 9 months ago
- 750bb32 fast-export: store anonymized oids as hex strings by Jeff King · 4 years, 9 months ago
- b897bf5 fast-export: use xmemdupz() for anonymizing oids by Jeff King · 4 years, 9 months ago
- 78e67cd Merge branch 'mt/use-passed-repo-more-in-funcs' by Junio C Hamano · 5 years ago
- 145136a C: use skip_prefix() to avoid hardcoded string length by Junio C Hamano · 5 years ago
- b98d188 sha1-file: allow check_object_signature() to handle any repo by Matheus Tavares · 5 years ago
- 5efabc7 Merge branch 'ew/hashmap' by Junio C Hamano · 5 years ago
- 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 5 years ago
- 939af16 hashmap_cmp_fn takes hashmap_entry params by Eric Wong · 5 years ago
- f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
- 26b455f hashmap_put takes "struct hashmap_entry *" by Eric Wong · 5 years ago
- b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
- d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
- 941790d fast-export: handle nested tags by Elijah Newren · 5 years ago
- a1638cf fast-export: allow user to request tags be marked with --mark-tags by Elijah Newren · 5 years ago
- 208d692 fast-export: add support for --import-marks-if-exists by Elijah Newren · 5 years ago
- af2abd8 fast-export: fix exporting a tag and nothing else by Elijah Newren · 5 years ago
- d0229ab object: convert lookup_object() to use object_id by Jeff King · 6 years ago
- e80001f fast-export: do automatic reencoding of commit messages only if requested by Elijah Newren · 6 years ago
- 57a8be2 fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8 by Elijah Newren · 6 years ago
- ccbfc96 fast-export: avoid stripping encoding header if we cannot reencode by Elijah Newren · 6 years ago
- 4d59753 Merge branch 'en/fast-export-import' by Junio C Hamano · 6 years ago
- a965bb3 fast-export: add a --show-original-ids option to show original names by Elijah Newren · 6 years ago
- 530ca19 fast-export: add --reference-excluded-parents option by Elijah Newren · 6 years ago
- fdf31b6 fast-export: ensure we export requested refs by Elijah Newren · 6 years ago
- cd13762 fast-export: when using paths, avoid corrupt stream with non-existent mark by Elijah Newren · 6 years ago
- f129c42 fast-export: move commit rewriting logic into a function for reuse by Elijah Newren · 6 years ago
- 1f30c90 fast-export: avoid dying when filtering by paths and old tags exist by Elijah Newren · 6 years ago
- b93b81e fast-export: use value from correct enum by Elijah Newren · 6 years ago
- 843b9e6 fast-export: convert sha1 to oid by Elijah Newren · 6 years ago
- ca473ce Upcast size_t variables to uintmax_t when printing by Torsten Bögershausen · 6 years ago
- 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
- 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
- 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
- 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
- 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
- c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller · 7 years ago
- da14a7f blob: add repository argument to lookup_blob by Stefan Beller · 7 years ago
- 1ec5bfd object: add repository argument to parse_object_buffer by Stefan Beller · 7 years ago
- 5abddd1 object: add repository argument to lookup_object by Stefan Beller · 7 years ago
- 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
- b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
- b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano · 7 years ago
- e12cbea Merge branch 'bw/ref-prefix-for-configured-refspec' by Junio C Hamano · 7 years ago
- 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
- bef896e Merge branch 'rs/no-null-ptr-arith-in-fast-export' by Junio C Hamano · 7 years ago
- fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
- c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
- 87be252 revision.c: use commit-slab for show_source by Nguyễn Thái Ngọc Duy · 7 years ago
- d000414 remote: convert apply_refspecs to take a struct refspec by Brandon Williams · 7 years ago
- 16eefc8 fast-export: convert to use struct refspec by Brandon Williams · 7 years ago
- 0ad4a5f refspec: rename struct refspec to struct refspec_item by Brandon Williams · 7 years ago
- ec0cb49 refspec: move refspec parsing logic into its own file by Brandon Williams · 7 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- c112084 fast-export: avoid NULL pointer arithmetic by René Scharfe · 7 years ago
- ad3207e Merge branch 'ma/fast-export-skip-merge-fix' by Junio C Hamano · 7 years ago
- 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
- 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
- be011bb fast-export: fix regression skipping some merge-commits by Martin Ågren · 7 years ago
- 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
- 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
- b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
- abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
- 17e6545 sha1_file: convert check_sha1_signature to struct object_id by brian m. carlson · 7 years ago
- debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
- ddd3e31 decorate: clean up and document API by Jonathan Tan · 7 years ago
- 8cc6332 Merge branch 'bw/diff-opt-impl-to-bitfields' by Junio C Hamano · 7 years ago
- 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams · 7 years ago
- 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams · 7 years ago
- cca5fa6 refs: convert dwim_ref and expand_ref to struct object_id by brian m. carlson · 7 years ago
- 69c54c7 Merge branch 'ma/leakplugs' by Junio C Hamano · 7 years ago
- 8096e1d Merge branch 'jt/fast-export-copy-modify-fix' by Junio C Hamano · 7 years ago
- 7199203 object_array: add and use `object_array_pop()` by Martin Ågren · 7 years ago
- b3e8ca8 fast-export: do not copy from modified file by Jonathan Tan · 7 years ago
- 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller · 8 years ago
- f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
- a6f38c1 Merge branch 'bw/object-id' by Junio C Hamano · 8 years ago
- b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
- b9a7d55 Merge branch 'nd/fopen-errors' by Junio C Hamano · 8 years ago
- 66f414f diff-tree: convert diff_tree_sha1 to struct object_id by Brandon Williams · 8 years ago
- 7b8dea0 tree-diff: convert diff_root_tree_sha1 to struct object_id by Brandon Williams · 8 years ago
- 849e671 Merge branch 'js/plug-leaks' by Junio C Hamano · 8 years ago
- 23a9e07 use xfopen() in more places by Nguyễn Thái Ngọc Duy · 8 years ago
- c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 8 years ago
- 3aca1fc Convert lookup_blob to struct object_id by brian m. carlson · 8 years ago
- bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago