Commit Graph

  • 5962acfb4d What's cooking (2025/10 #12) Junio C Hamano 2025-10-30 13:10:31 -07:00
  • a99f379adf The 27th batch Junio C Hamano 2025-10-30 07:34:16 -07:00
  • be414e17e5 Merge branch 'rz/bisect-help-unknown' Junio C Hamano 2025-10-30 08:00:20 -07:00
  • ee335b9f81 Merge branch 'kf/log-shortlog-completion-fix' Junio C Hamano 2025-10-30 08:00:20 -07:00
  • 27a1735807 Merge branch 'ly/diff-name-only-with-diff-from-content' Junio C Hamano 2025-10-30 08:00:19 -07:00
  • 5554738038 Merge branch 'ps/remove-packfile-store-get-packs' Junio C Hamano 2025-10-30 08:00:19 -07:00
  • c43d4cf762 Merge branch 'ob/gpg-interface-cleanup' Junio C Hamano 2025-10-30 08:00:19 -07:00
  • 48d0b6545a Merge branch 'ps/symlink-symref-deprecation' Junio C Hamano 2025-10-30 08:00:19 -07:00
  • 923436e23d Merge branch 'ey/commit-graph-changed-paths-config' Junio C Hamano 2025-10-30 08:00:18 -07:00
  • c31bad4f7d packfile: track packs via the MRU list exclusively Patrick Steinhardt 2025-10-30 11:38:45 +01:00
  • 6aff1f25a0 packfile: always add packfiles to MRU when adding a pack Patrick Steinhardt 2025-10-30 11:38:44 +01:00
  • 589127caa7 packfile: move list of packs into the packfile store Patrick Steinhardt 2025-10-30 11:38:43 +01:00
  • 0d0e4b5954 builtin/pack-objects: simplify logic to find kept or nonlocal objects Patrick Steinhardt 2025-10-30 11:38:42 +01:00
  • 02a7f6ffab packfile: fix approximation of object counts Patrick Steinhardt 2025-10-30 11:38:41 +01:00
  • 89219bc0cd http: refactor subsystem to use packfile_lists Patrick Steinhardt 2025-10-30 11:38:40 +01:00
  • f905a855b1 packfile: move the MRU list into the packfile store Patrick Steinhardt 2025-10-30 11:38:39 +01:00
  • e78ab37054 packfile: use a strmap to store packs by name Patrick Steinhardt 2025-10-30 11:38:38 +01:00
  • 93cef5bda5 gpg-interface: mark a string for translation Christian Couder 2025-10-30 13:33:32 +01:00
  • c295115ec6 fast-import: mark strings for translation Christian Couder 2025-10-30 13:33:31 +01:00
  • d53287b734 fast-export: mark strings for translation Christian Couder 2025-10-30 13:33:30 +01:00
  • 2d7cc86b3b gpg-interface: use left shift to define GPG_VERIFY_* Christian Couder 2025-10-30 13:33:29 +01:00
  • ee74c5b167 gpg-interface: simplify ssh fingerprint parsing Christian Couder 2025-10-30 13:33:28 +01:00
  • dc70283dfc The 26th batch Junio C Hamano 2025-10-29 12:40:39 -07:00
  • c1b23bd8aa Merge branch 'tb/incremental-midx-part-3.1' Junio C Hamano 2025-10-29 12:38:24 -07:00
  • 85333aa1af test-tool: fix leak in delete-gpgsig command Jeff King 2025-10-29 15:10:31 -04:00
  • 8a6d158a1d doc: document backslash in gitignore patterns Jeff King 2025-10-29 11:32:37 -04:00
  • f711f37b05 t1016-compatObjectFormat: really freeze time for reproduciblity Eric W. Biederman 2025-10-28 11:01:45 -05:00
  • bb42dc9710 bisect: update usage and docs to match each other Ruoyu Zhong 2025-10-28 22:27:41 +00:00
  • d24220b9e8 doc: git-checkout: fix placeholder markup Kristoffer Haugsbakk 2025-10-28 19:19:19 +01:00
  • de6bd74d9b What's cooking (2025/10 #11) Junio C Hamano 2025-10-28 11:54:40 -07:00
  • 57da342c78 The 25th batch Junio C Hamano 2025-10-28 10:28:54 -07:00
  • fe95c55549 Merge branch 'ps/ci-rust' Junio C Hamano 2025-10-28 10:29:09 -07:00
  • 3deb97fe24 Merge branch 'cc/fast-import-strip-signed-tags' Junio C Hamano 2025-10-28 10:29:09 -07:00
  • 54ac3809c3 Merge branch 'ds/sparse-checkout-clean' Junio C Hamano 2025-10-28 10:29:08 -07:00
  • ed3305fff7 Merge branch 'ps/remove-packfile-store-get-packs' into ps/packed-git-in-object-store Junio C Hamano 2025-10-28 10:00:56 -07:00
  • a4265572bb t7900: fix a flaky test due to git-repack always regenerating MIDX Patrick Steinhardt 2025-10-27 09:30:50 +01:00
  • 29181abead MyFirstContribution: add note on confirming patches Queen Ediri Jessa 2025-10-27 12:16:00 +01:00
  • 6661cde2be refs: add missing remove_on_disk implementation for debug backend Xinyu Ruan 2025-10-24 08:38:14 +00:00
  • 670511c490 What's cooking (2025/10 #10) Junio C Hamano 2025-10-27 08:17:44 -07:00
  • 419c72cb8a Sync with Git 2.51.2 Junio C Hamano 2025-10-26 20:05:40 -07:00
  • bb5c624209 Git 2.51.2 v2.51.2 Junio C Hamano 2025-10-26 17:47:52 -07:00
  • b42b995d22 Merge branch 'so/t2401-use-test-path-helpers' into maint-2.51 Junio C Hamano 2025-10-26 19:48:21 -07:00
  • 476b2407be Merge branch 'js/ci-github-actions-update' into maint-2.51 Junio C Hamano 2025-10-26 19:48:20 -07:00
  • 3b9055c369 Merge branch 'kh/doc-continued-paragraph-fix' into maint-2.51 Junio C Hamano 2025-10-26 19:48:20 -07:00
  • 4b67e53fd6 Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51 Junio C Hamano 2025-10-26 19:48:20 -07:00
  • ed931ebe18 Merge branch 'ps/t7528-ssh-agent-uds-workaround' into maint-2.51 Junio C Hamano 2025-10-26 19:48:20 -07:00
  • 2ad0fc2add Merge branch 'tb/unicode-width-table-17' into maint-2.51 Junio C Hamano 2025-10-26 19:48:19 -07:00
  • 3d638cb389 Merge branch 'jk/status-z-short-fix' into maint-2.51 Junio C Hamano 2025-10-26 19:48:19 -07:00
  • 2319fbae48 Merge branch 'jk/diff-no-index-with-pathspec-fix' into maint-2.51 Junio C Hamano 2025-10-26 19:48:19 -07:00
  • 70b475f938 Merge branch 'ps/gitlab-ci-disable-windows-monitoring' into maint-2.51 Junio C Hamano 2025-10-26 19:48:18 -07:00
  • 306eb9ae56 Merge branch 'jc/diff-from-contents-fix' into maint-2.51 Junio C Hamano 2025-10-26 19:48:18 -07:00
  • e56c419347 Merge branch 'jk/diff-from-contents-fix' into maint-2.51 Junio C Hamano 2025-10-26 19:48:18 -07:00
  • e56f6dcd7b add-patch: quit on EOF René Scharfe 2025-10-25 07:48:28 +02:00
  • 1940a02dc1 match_pathname(): give fnmatch one char of prefix context Jeff King 2025-10-26 11:42:22 -04:00
  • 9d6c580d01 match_pathname(): reorder prefix-match check Jeff King 2025-10-26 11:41:46 -04:00
  • 595be20d22 contrib/credential: add install target Thomas Uhle 2025-10-25 22:30:07 +02:00
  • d9ba542c73 What's cooking (2025/10 #09) Junio C Hamano 2025-10-25 10:08:29 -07:00
  • 13768117f5 add-patch: quit without skipping undecided hunks René Scharfe 2025-10-25 07:46:42 +02:00
  • 4e98b730f1 The twenty-fourth batch Junio C Hamano 2025-10-24 13:47:53 -07:00
  • 52b56e8b79 Merge branch 'ps/t7528-ssh-agent-uds-workaround' Junio C Hamano 2025-10-24 13:48:05 -07:00
  • 7d763b98ef Merge branch 'rs/add-patch-document-p-for-pager' Junio C Hamano 2025-10-24 13:48:05 -07:00
  • 78bf9ce0d1 Merge branch 'jc/t1016-setup-fix' Junio C Hamano 2025-10-24 13:48:05 -07:00
  • 503789c250 Merge branch 'tb/unicode-width-table-17' Junio C Hamano 2025-10-24 13:48:04 -07:00
  • 42737585fa Merge branch 'tu/credential-makefile-updates' Junio C Hamano 2025-10-24 13:48:04 -07:00
  • e7909b3a90 Merge branch 'jk/status-z-short-fix' Junio C Hamano 2025-10-24 13:48:04 -07:00
  • 385772e183 Merge branch 'js/t7500-pwd-windows-fix' Junio C Hamano 2025-10-24 13:48:04 -07:00
  • 411903ce4c Merge branch 'rj/doc-technical-fixes' Junio C Hamano 2025-10-24 13:48:04 -07:00
  • d9bccf2ec3 builtin/maintenance: introduce "geometric" strategy Patrick Steinhardt 2025-10-24 08:57:23 +02:00
  • 40a7415833 builtin/maintenance: make "gc" strategy accessible Patrick Steinhardt 2025-10-24 08:57:22 +02:00
  • 0e994d9f38 builtin/maintenance: extend "maintenance.strategy" to manual maintenance Patrick Steinhardt 2025-10-24 08:57:21 +02:00
  • 6a7d3eeb47 builtin/maintenance: run maintenance tasks depending on type Patrick Steinhardt 2025-10-24 08:57:20 +02:00
  • e83e92e876 builtin/maintenance: improve readability of strategies Patrick Steinhardt 2025-10-24 08:57:19 +02:00
  • d465be2327 builtin/maintenance: don't silently ignore invalid strategy Patrick Steinhardt 2025-10-24 08:57:18 +02:00
  • 5c2ad50193 builtin/maintenance: make the geometric factor configurable Patrick Steinhardt 2025-10-24 08:57:17 +02:00
  • 9bc151850c builtin/maintenance: introduce "geometric-repack" task Patrick Steinhardt 2025-10-24 08:57:16 +02:00
  • 60c0af8e20 builtin/gc: make too_many_loose_objects() reusable without GC config Patrick Steinhardt 2025-10-24 08:57:15 +02:00
  • 0ea94b023a builtin/gc: remove global repack variable Patrick Steinhardt 2025-10-24 08:57:14 +02:00
  • 2ecb8857e7 diff: simplify run_external_diff() quiet logic Jeff King 2025-10-24 13:25:07 -04:00
  • 1ad2760020 diff: drop dry-run redirection to /dev/null Jeff King 2025-10-24 13:09:25 -04:00
  • b2b5ad514d diff: replace diff_options.dry_run flag with NULL file Jeff King 2025-10-24 13:08:53 -04:00
  • 0152831d96 diff: drop save/restore of color_moved in dry-run mode Jeff King 2025-10-24 13:07:53 -04:00
  • 57c2b6cc86 diff: send external diff output to diff_options.file Jeff King 2025-10-24 13:06:49 -04:00
  • a7f01ac59b Merge branch 'ly/diff-name-only-with-diff-from-content' into jk/diff-patch-dry-run-cleanup Junio C Hamano 2025-10-24 10:15:09 -07:00
  • 134ec330d2 commit-reach: avoid commit_list_insert_by_date() René Scharfe 2025-10-24 18:47:10 +02:00
  • 1d10771264 The twenty-third batch Junio C Hamano 2025-10-24 09:13:52 -07:00
  • 5139fce01f Merge branch 'jc/diff-from-contents-fix' Junio C Hamano 2025-10-24 09:10:37 -07:00
  • 88b3704ab1 Merge branch 'jk/diff-from-contents-fix' Junio C Hamano 2025-10-24 09:10:37 -07:00
  • 7ddb9a9d5d What's cooking (2025/10 #08) Junio C Hamano 2025-10-23 13:58:25 -07:00
  • b7fb2194b9 t7528: work around ETOOMANY in OpenSSH 10.1 and newer Patrick Steinhardt 2025-10-23 09:14:59 +02:00
  • 2ab72a16d9 gpg-interface: do not use misdesigned strbuf_split*() Olamide Caleb Bello 2025-10-23 11:13:47 +00:00
  • bee1bdd588 gpg-interface: do not use misdesigned strbuf_split*() Olamide Caleb Bello 2025-10-23 11:13:46 +00:00
  • 3ed5d8bd73 diff: stop output garbled message in dry run mode Lidong Yan 2025-10-20 00:30:24 +08:00
  • 0adac327a7 Merge branch 'jc/diff-from-contents-fix' into ly/diff-name-only-with-diff-from-content Junio C Hamano 2025-10-23 09:06:29 -07:00
  • 3da4413dbc diff: make sure the other caller of diff_flush_patch_quietly() is silent Junio C Hamano 2025-10-22 10:39:12 -07:00
  • 45b5ae65e8 Merge branch 'jk/diff-from-contents-fix' into ly/diff-name-only-with-diff-from-content Junio C Hamano 2025-10-22 12:58:50 -07:00
  • c54a18ef67 The twenty-second batch Junio C Hamano 2025-10-22 11:38:46 -07:00
  • f3fac332c0 Merge branch 'so/t2401-use-test-path-helpers' Junio C Hamano 2025-10-22 11:38:58 -07:00
  • 0e746434e8 Merge branch 'je/doc-pull' Junio C Hamano 2025-10-22 11:38:58 -07:00
  • 98401c10fc Merge branch 'bc/sha1-256-interop-01' Junio C Hamano 2025-10-22 11:38:58 -07:00
  • c9ccf81948 Merge branch 'js/ci-github-actions-update' Junio C Hamano 2025-10-22 11:38:58 -07:00