1. 1eb0a12 Merge branch 'nd/tree-walk-with-repo' by Junio C Hamano · 6 years ago
  2. f496b06 Merge branch 'nd/switch-and-restore' by Junio C Hamano · 6 years ago
  3. 34e7771 Use the right 'struct repository' instead of the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
  4. 0dd1f0c tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks() by Nguyễn Thái Ngọc Duy · 6 years ago
  5. 50ddb08 tree-walk.c: remove the_repo from get_tree_entry() by Nguyễn Thái Ngọc Duy · 6 years ago
  6. 8c59ba9 Merge branch 'jk/get-oid-indexed-object-name' by Junio C Hamano · 6 years ago
  7. 454b419 Merge branch 'ds/midx-too-many-packs' by Junio C Hamano · 6 years ago
  8. 581d2fd get_oid: handle NULL repo->index by Jeff King · 6 years ago
  9. 0b179f3 Merge branch 'nd/sha1-name-c-wo-the-repository' by Junio C Hamano · 6 years ago
  10. 96379f0 Merge branch 'en/merge-directory-renames' by Junio C Hamano · 6 years ago
  11. af96fe3 midx: add packs to packed_git linked list by Derrick Stolee · 6 years ago
  12. e36adf7 Merge branch 'ps/stash-in-c' by Junio C Hamano · 6 years ago
  13. 0daf7ff sha1-name.c: remove the_repo from get_oid_mb() by Nguyễn Thái Ngọc Duy · 6 years ago
  14. 65e5046 sha1-name.c: remove the_repo from other get_oid_* by Nguyễn Thái Ngọc Duy · 6 years ago
  15. e270f42 sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name by Nguyễn Thái Ngọc Duy · 6 years ago
  16. ec580ea sha1-name.c: add repo_get_oid() by Nguyễn Thái Ngọc Duy · 6 years ago
  17. efe461b sha1-name.c: remove the_repo from get_oid_with_context_1() by Nguyễn Thái Ngọc Duy · 6 years ago
  18. 0381f7f sha1-name.c: remove the_repo from resolve_relative_path() by Nguyễn Thái Ngọc Duy · 6 years ago
  19. 0488481 sha1-name.c: remove the_repo from diagnose_invalid_index_path() by Nguyễn Thái Ngọc Duy · 6 years ago
  20. c931ba4 sha1-name.c: remove the_repo from handle_one_ref() by Nguyễn Thái Ngọc Duy · 6 years ago
  21. 2b1790f sha1-name.c: remove the_repo from get_oid_1() by Nguyễn Thái Ngọc Duy · 6 years ago
  22. 49281cf sha1-name.c: remove the_repo from get_oid_basic() by Nguyễn Thái Ngọc Duy · 6 years ago
  23. 0c6b5ba sha1-name.c: remove the_repo from get_describe_name() by Nguyễn Thái Ngọc Duy · 6 years ago
  24. 0bb41a1 sha1-name.c: remove the_repo from get_oid_oneline() by Nguyễn Thái Ngọc Duy · 6 years ago
  25. 71588ed sha1-name.c: add repo_interpret_branch_name() by Nguyễn Thái Ngọc Duy · 6 years ago
  26. ea1c873 sha1-name.c: remove the_repo from interpret_branch_mark() by Nguyễn Thái Ngọc Duy · 6 years ago
  27. 23a5712 sha1-name.c: remove the_repo from interpret_nth_prior_checkout() by Nguyễn Thái Ngọc Duy · 6 years ago
  28. c6c0235 sha1-name.c: remove the_repo from get_short_oid() by Nguyễn Thái Ngọc Duy · 6 years ago
  29. 4e99f2d sha1-name.c: add repo_for_each_abbrev() by Nguyễn Thái Ngọc Duy · 6 years ago
  30. ef9b037 sha1-name.c: store and use repo in struct disambiguate_state by Nguyễn Thái Ngọc Duy · 6 years ago
  31. 8bb9557 sha1-name.c: add repo_find_unique_abbrev_r() by Nguyễn Thái Ngọc Duy · 6 years ago
  32. 7f07c03 sha1-name.c: remove the_repo from find_abbrev_len_packed() by Nguyễn Thái Ngọc Duy · 6 years ago
  33. fae2ae4 sha1-name.c: remove the_repo from sort_ambiguous() by Nguyễn Thái Ngọc Duy · 6 years ago
  34. 7fdff47 refs.c: remove the_repo from read_ref_at() by Nguyễn Thái Ngọc Duy · 6 years ago
  35. 8f56e9d refs.c: remove the_repo from substitute_branch_name() by Nguyễn Thái Ngọc Duy · 6 years ago
  36. 5ec1e72 Use 'unsigned short' for mode, like diff_filespec does by Elijah Newren · 6 years ago
  37. 328c6cb doc: promote "git switch" by Nguyễn Thái Ngọc Duy · 6 years ago
  38. 6d67a99 get_oid(): when an object was not found, try harder by Johannes Schindelin · 6 years ago
  39. f5116f4 sha1-name.c: add `get_oidf()` which acts like `get_oid()` by Paul-Sebastian Ungureanu · 6 years ago
  40. 127b48f get_oid_with_context(): match prototype and implementation by Duy Nguyen · 6 years ago
  41. 7589e63 Merge branch 'nd/the-index-final' by Junio C Hamano · 6 years ago
  42. d1dd94b Do not print 'dangling' for cat-file in case of ambiguity by David Turner · 6 years ago
  43. 3a7a698 sha1-name.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  44. e1ff0a3 read-cache.c: kill read_index() by Nguyễn Thái Ngọc Duy · 6 years ago
  45. 0000d65 object-store: factor out odb_loose_cache() by René Scharfe · 6 years ago
  46. 3a2e082 object-store: provide helpers for loose_objects_cache by Jeff King · 6 years ago
  47. f0eaf63 sha1-file: use an object_directory for the main object dir by Jeff King · 6 years ago
  48. f3f043a handle alternates paths the same as the main object dir by Jeff King · 6 years ago
  49. 263db40 rename "alternate_object_database" to "object_directory" by Jeff King · 6 years ago
  50. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 6 years ago
  51. 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano · 6 years ago
  52. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  53. c00ba22 Sync 'ds/multi-pack-index' to v2.19.0-rc0 by Junio C Hamano · 7 years ago
  54. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 7 years ago
  55. 37aac3e Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  56. 53cae9e Merge branch 'wc/find-commit-with-pattern-on-detached-head' by Junio C Hamano · 7 years ago
  57. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
  58. 8aac67a midx: use midx in abbreviation calculations by Derrick Stolee · 7 years ago
  59. 7b38efa sha1-name: use the_hash_algo when parsing object names by brian m. carlson · 7 years ago
  60. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  61. ce71efb tag: add repository argument to lookup_tag by Stefan Beller · 7 years ago
  62. c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller · 7 years ago
  63. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
  64. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  65. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  66. ab48bc0 Merge branch 'ab/get-short-oid' by Junio C Hamano · 7 years ago
  67. 42c8ce1 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  68. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  69. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  70. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
  71. 5cc044e get_short_oid: sort ambiguous objects by type, then SHA-1 by Ævar Arnfjörð Bjarmason · 7 years ago
  72. a885c93 sha1-name.c: move around the collect_ambiguous() function by Ævar Arnfjörð Bjarmason · 7 years ago
  73. a264f22 sha1-name.c: remove stray newline by Ævar Arnfjörð Bjarmason · 7 years ago
  74. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  75. e5e5e088 sha1_name.c: rename to use dash in file name by Stefan Beller · 7 years ago[Renamed from sha1_name.c]
  76. 3a1ec60 Merge branch 'sb/packfiles-in-repository' by Junio C Hamano · 7 years ago
  77. cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
  78. 464416a packfile: keep prepare_packed_git() private by Nguyễn Thái Ngọc Duy · 7 years ago
  79. 6fdb4e9 packfile: add repository argument to prepare_packed_git by Stefan Beller · 7 years ago
  80. 0b20903 sha1_file: add repository argument to prepare_alt_odb by Stefan Beller · 7 years ago
  81. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  82. 902f5a2 sha1_name: use bsearch_pack() in unique_in_pack() by René Scharfe · 7 years ago
  83. 031dc92 object-store: move alt_odb_list and alt_odb_tail to object store by Stefan Beller · 7 years ago
  84. 0d4a132 object-store: migrate alternates struct and functions from cache.h by Stefan Beller · 7 years ago
  85. 0aaf05b sha1_name: use bsearch_pack() for abbreviations by Derrick Stolee · 7 years ago
  86. 626fd98 sha1_name: convert struct min_abbrev_data to object_id by brian m. carlson · 7 years ago
  87. 916bc35 tree-walk: convert tree entry functions to object_id by brian m. carlson · 7 years ago
  88. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  89. aab9583 Convert find_unique_abbrev* to struct object_id by brian m. carlson · 7 years ago
  90. 7519a60 Merge branch 'ds/find-unique-abbrev-optim' by Junio C Hamano · 7 years ago
  91. 21abed5 sha1_name: fix uninitialized memory errors by Derrick Stolee · 7 years ago
  92. debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
  93. 1616928 Merge branch 'jc/branch-name-sanity' by Junio C Hamano · 7 years ago
  94. a625b09 branch: correctly reject refs/heads/{-dash,HEAD} by Junio C Hamano · 7 years ago
  95. 5a74ce2 Merge branch 'jc/check-ref-format-oor' by Junio C Hamano · 7 years ago
  96. e7e456f Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  97. cb52b49 Merge branch 'ds/find-unique-abbrev-optim' by Junio C Hamano · 7 years ago
  98. 7c3f847 check-ref-format --branch: do not expand @{...} outside repository by Junio C Hamano · 7 years ago
  99. 8eb36d9 refs: convert read_ref_at to struct object_id by brian m. carlson · 7 years ago
  100. 334dc52 refs: convert dwim_log to struct object_id by brian m. carlson · 7 years ago