Commit Graph

  • 6866b42260 t1007: choose the built-in hash outside of a repo brian m. carlson 2025-07-01 21:22:33 +00:00
  • c470ac4ac4 t: default to compile-time default hash if not set brian m. carlson 2025-07-01 21:22:32 +00:00
  • d6e616cee7 setup: use the default algorithm to initialize repo format brian m. carlson 2025-07-01 21:22:31 +00:00
  • 667d251a04 Use legacy hash for legacy formats brian m. carlson 2025-07-01 21:22:30 +00:00
  • dc9c16c2fc builtin: use default hash when outside a repository brian m. carlson 2025-07-01 21:22:29 +00:00
  • 1f68f3da87 hash: add a constant for the legacy hash algorithm brian m. carlson 2025-07-01 21:22:28 +00:00
  • ca6daa1368 hash: add a constant for the default hash algorithm brian m. carlson 2025-07-01 21:22:27 +00:00
  • 841a03b404 odb: rename read_object_with_reference() Patrick Steinhardt 2025-07-01 14:22:29 +02:00
  • 08218b8cd4 odb: rename pretend_object_file() Patrick Steinhardt 2025-07-01 14:22:28 +02:00
  • fcf8e3e111 odb: rename has_object() Patrick Steinhardt 2025-07-01 14:22:27 +02:00
  • d4ff88aee3 odb: rename repo_read_object_file() Patrick Steinhardt 2025-07-01 14:22:26 +02:00
  • e989dd96b8 odb: rename oid_object_info() Patrick Steinhardt 2025-07-01 14:22:25 +02:00
  • 16cf749496 odb: trivial refactorings to get rid of the_repository Patrick Steinhardt 2025-07-01 14:22:24 +02:00
  • fc28a8a856 odb: get rid of the_repository when handling submodule sources Patrick Steinhardt 2025-07-01 14:22:23 +02:00
  • 7eafd4472d odb: get rid of the_repository when handling the primary source Patrick Steinhardt 2025-07-01 14:22:22 +02:00
  • 798c661ce3 odb: get rid of the_repository in for_each() functions Patrick Steinhardt 2025-07-01 14:22:21 +02:00
  • c44185f6c1 odb: get rid of the_repository when handling alternates Patrick Steinhardt 2025-07-01 14:22:20 +02:00
  • 1b1679c688 odb: get rid of the_repository in odb_mkstemp() Patrick Steinhardt 2025-07-01 14:22:19 +02:00
  • 961038856b odb: get rid of the_repository in assert_oid_type() Patrick Steinhardt 2025-07-01 14:22:18 +02:00
  • bd52ea343d odb: get rid of the_repository in find_odb() Patrick Steinhardt 2025-07-01 14:22:17 +02:00
  • 2f5181fce6 odb: introduce parent pointers Patrick Steinhardt 2025-07-01 14:22:16 +02:00
  • 8f49151763 object-store: rename files to "odb.{c,h}" Patrick Steinhardt 2025-07-01 14:22:15 +02:00
  • a1e2581a1e object-store: rename object_directory to odb_source Patrick Steinhardt 2025-07-01 14:22:14 +02:00
  • 1ace066449 object-store: rename raw_object_store to object_database Patrick Steinhardt 2025-07-01 14:22:13 +02:00
  • bfd5522e98 pack-bitmap: add load corrupt bitmap test Lidong Yan 2025-07-01 05:32:09 +00:00
  • 73bf771b95 pack-bitmap: reword comments in test_bitmap_commits() Lidong Yan 2025-07-01 05:32:08 +00:00
  • 3367b6657c pack-bitmap: fix memory leak if load_bitmap() failed Taylor Blau 2025-07-01 05:32:07 +00:00
  • b0e9d25865 send-pack: clean-up even when taking an early exit Junio C Hamano 2025-07-01 14:17:25 -07:00
  • c4e9775c60 config: mention --url in the synopsis Kristoffer Haugsbakk 2025-07-01 17:14:32 +02:00
  • d46f698626 config: use --value instead of value-pattern Kristoffer Haugsbakk 2025-07-01 17:14:31 +02:00
  • 5ba6e6cfe3 config: document --[no-]value Kristoffer Haugsbakk 2025-07-01 17:14:30 +02:00
  • f322f86e30 config: use --value=<pattern> consistently Kristoffer Haugsbakk 2025-07-01 17:14:29 +02:00
  • 88a4ed40c0 config: document --[no-]show-names Kristoffer Haugsbakk 2025-07-01 17:14:28 +02:00
  • 1e77de1864 ci: update FreeBSD image to 14.3 Carlo Marcelo Arenas Belón 2025-07-01 04:52:58 +00:00
  • 83014dc05f The fifth batch Junio C Hamano 2025-06-30 14:30:15 -07:00
  • e3aa0eafbd Merge branch 'jk/test-seq-format' Junio C Hamano 2025-06-30 14:30:31 -07:00
  • d2e49d2b76 Merge branch 'jc/merge-compact-summary' Junio C Hamano 2025-06-30 14:30:31 -07:00
  • 91f10d7ca2 Merge branch 'bc/stash-export-import' Junio C Hamano 2025-06-30 14:30:30 -07:00
  • a013680162 Merge branch 'jc/cocci-avoid-regexp-constraint' Junio C Hamano 2025-06-30 14:30:30 -07:00
  • ac1a32ea52 docs: mention possible options for Proton Mail users Aditya Garg 2025-06-30 18:06:56 +00:00
  • 95ce81f68d docs: add a paragraph explaining the sendmailCmd option of sendemail Aditya Garg 2025-06-30 18:06:46 +00:00
  • 18617b2afd docs: add an OAuth2.0 credential helper for AOL accounts Aditya Garg 2025-06-30 18:06:40 +00:00
  • a717ef18f2 docs: add outlookidfix config option to sendemail documentation Aditya Garg 2025-06-30 18:06:34 +00:00
  • 96e5b72d1a docs: link OpenSSL's verify(1) manual page to know about -CAfile and -CApath options Aditya Garg 2025-06-30 18:06:28 +00:00
  • 996f14c02b doc: improve formatting in branch section Jakub Ječmínek 2025-06-29 21:04:45 +02:00
  • 78b6601ca3 daemon: correctly handle soft accept() errors in service_loop Carlo Marcelo Arenas Belón 2025-06-27 16:14:04 -07:00
  • d1c44861f9 send-pack: clean up extra_have oid array Jacob Keller 2025-06-27 15:09:04 -07:00
  • 7af8e2e034 What's cooking (2025/06 #09) Junio C Hamano 2025-06-27 15:02:59 -07:00
  • 0c856224d2 daemon: remove unnecesary restriction for listener fd Carlo Marcelo Arenas Belón 2025-06-26 02:51:39 -07:00
  • cf6f63ea6b The fourth batch Junio C Hamano 2025-06-25 14:06:36 -07:00
  • d5ee0e2961 Merge branch 'jg/mailinfo-leakfix' Junio C Hamano 2025-06-25 14:07:37 -07:00
  • 567dc419b2 Merge branch 'jc/diff-no-index-with-pathspec-fix' Junio C Hamano 2025-06-25 14:07:36 -07:00
  • 4c9a5d7729 Merge branch 'ps/maintenance-ref-lock' Junio C Hamano 2025-06-25 14:07:36 -07:00
  • a5cc6a2bc5 Merge branch 'jc/you-still-use-whatchanged' Junio C Hamano 2025-06-25 14:07:35 -07:00
  • 1926d9b6da contrib: better support symbolic port names in git-credential-netrc Maxim Cournoyer 2025-06-25 23:25:11 +09:00
  • 53ca38298d contrib: warn for invalid netrc file ports in git-credential-netrc Maxim Cournoyer 2025-06-25 23:25:10 +09:00
  • 3570fba943 contrib: use a more portable shebang for git-credential-netrc Maxim Cournoyer 2025-06-25 23:25:09 +09:00
  • 5c697f0b7d receive-pack: handle reference deletions separately Karthik Nayak 2025-06-20 09:15:45 +02:00
  • 15c45c7458 refs/files: skip updates with errors in batched updates Karthik Nayak 2025-06-20 09:15:44 +02:00
  • f0135a9047 The third batch Junio C Hamano 2025-06-24 09:47:25 -07:00
  • 277c3e82ed Merge branch 'ly/run-builtin-use-passed-in-repo' Junio C Hamano 2025-06-24 09:48:52 -07:00
  • da59201dfc Merge branch 'rm/t2400-modernize' Junio C Hamano 2025-06-24 09:48:52 -07:00
  • 1e60e1d6d8 Merge branch 'sa/multi-mailmap-fix' Junio C Hamano 2025-06-24 09:48:51 -07:00
  • 1f082506ba Merge branch 'jc/cg-let-bss-do-its-job' Junio C Hamano 2025-06-24 09:48:50 -07:00
  • 2859812ca3 Merge branch 'ac/preload-index-wo-the-repository' Junio C Hamano 2025-06-24 09:48:49 -07:00
  • f6e507f7cb Merge branch 'ly/prepare-show-merge-leakfix' Junio C Hamano 2025-06-24 09:48:49 -07:00
  • 77eb1dc722 Merge branch 'kj/stash-onbranch-submodule-fix' Junio C Hamano 2025-06-24 09:48:48 -07:00
  • 91e15c5e0c Merge branch 'ag/send-email-edit-threading-fix' Junio C Hamano 2025-06-24 09:48:47 -07:00
  • d2fb103447 Merge branch 'pw/stash-p-pathspec-fixes' Junio C Hamano 2025-06-24 09:48:47 -07:00
  • afe1a7aee7 Merge branch 'pw/subtree-gpg-sign' Junio C Hamano 2025-06-24 09:48:46 -07:00
  • b32c7ec02f test-lib: teach test_seq the -f option Jeff King 2025-06-23 06:56:25 -04:00
  • fefffbb315 What's cooking (2025/06 #08) Junio C Hamano 2025-06-23 17:06:19 -07:00
  • ca62f524c1 submodule: look up remotes by URL first Jacob Keller 2025-06-23 16:11:35 -07:00
  • fedfb0735b submodule: move get_default_remote_submodule() Jacob Keller 2025-06-23 16:11:34 -07:00
  • e759275c8f submodule--helper: improve logic for fallback remote name Jacob Keller 2025-06-23 16:11:33 -07:00
  • f8542961da remote: remove the_repository from some functions Jacob Keller 2025-06-23 16:11:32 -07:00
  • 059268fd05 dir: move starts_with_dot(_dot)_slash to dir.h Jacob Keller 2025-06-23 16:11:31 -07:00
  • 2084f119b4 remote: fix tear down of struct remote Jacob Keller 2025-06-23 16:11:30 -07:00
  • f62dcc7f30 remote: remove branch->merge_name and fix branch_release() Jacob Keller 2025-06-23 16:11:29 -07:00
  • 5ee86c273b repack: exclude cruft pack(s) from the MIDX where possible Taylor Blau 2025-06-23 18:32:32 -04:00
  • cd846bacc7 pack-objects: introduce '--stdin-packs=follow' Taylor Blau 2025-06-23 18:32:30 -04:00
  • 63195f013b pack-objects: swap 'show_{object,commit}_pack_hint' Taylor Blau 2025-06-23 18:32:27 -04:00
  • 8ed5d87bdd pack-objects: fix typo in 'show_object_pack_hint()' Taylor Blau 2025-06-23 18:32:24 -04:00
  • d6220cce6b pack-objects: perform name-hash traversal for unpacked objects Taylor Blau 2025-06-23 18:32:21 -04:00
  • 97ec43247c pack-objects: declare 'rev_info' for '--stdin-packs' earlier Taylor Blau 2025-06-23 18:32:18 -04:00
  • 67e1a7827b pack-objects: factor out handling '--stdin-packs' Taylor Blau 2025-06-23 18:32:15 -04:00
  • 9809d4ae9f pack-objects: limit scope in 'add_object_entry_from_pack()' Taylor Blau 2025-06-23 18:32:13 -04:00
  • 798ddd947f pack-objects: use standard option incompatibility functions Taylor Blau 2025-06-23 18:32:10 -04:00
  • 1129596dc8 t7422: replace confusing printf with echo Jeff King 2025-06-23 06:55:42 -04:00
  • 819d3a55fc coccicheck: fail "make" when it fails Junio C Hamano 2025-06-23 09:14:11 -07:00
  • e8dd723956 Merge branch 'ob/strip-comments-on-commit' Johannes Sixt 2025-06-21 16:39:14 +02:00
  • cd25301f52 What's cooking (2025/06 #07) Junio C Hamano 2025-06-20 16:45:15 -07:00
  • f2ad545813 cocci: matching (multiple) identifiers Junio C Hamano 2025-06-18 10:55:02 -07:00
  • d30bf28d09 imap-send: improve error messages with configuration hints Jörg Thalheim 2025-06-20 17:56:14 +02:00
  • 1d304ce130 imap-send: fix confusing 'store' terminology in error message Jörg Thalheim 2025-06-20 17:56:13 +02:00
  • 0ed16dc3c4 Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fix Junio C Hamano 2025-06-20 08:29:34 -07:00
  • 5ec81b33b0 imap-send: fix minor mistakes in the logs Aditya Garg 2025-06-20 12:10:33 +05:30
  • bf22c370b9 imap-send: display the destination mailbox when sending a message Aditya Garg 2025-06-20 12:10:32 +05:30
  • 2dacd35731 imap-send: display port alongwith host when git credential is invoked Aditya Garg 2025-06-20 12:10:31 +05:30
  • 067a91b03f imap-send: add ability to list the available folders Aditya Garg 2025-06-20 12:10:30 +05:30