Commit Graph

  • d4347fab01 Merge branch 'jh/alias-i18n-fixes' into next Junio C Hamano 2026-03-03 13:41:22 -08:00
  • b899c2b411 Merge branch 'pt/fsmonitor-watchman-sample-fix' into next Junio C Hamano 2026-03-03 13:41:22 -08:00
  • fcff548ddb Merge branch 'mm/diff-no-index-find-object' into next Junio C Hamano 2026-03-03 13:41:21 -08:00
  • e2d1e47015 Merge branch 'ps/ci-reduce-gitlab-envsize' into next Junio C Hamano 2026-03-03 13:41:21 -08:00
  • c01b2c73d8 Merge branch 'fp/t3310-test-path-is-helpers' into next Junio C Hamano 2026-03-03 13:41:21 -08:00
  • 1224b73913 Merge branch 'ss/test-that-that-typofix' into next Junio C Hamano 2026-03-03 13:41:20 -08:00
  • 70cbc2ea97 Merge branch 'rs/parse-options-duplicated-long-options' into next Junio C Hamano 2026-03-03 13:41:20 -08:00
  • 5a4be22ab6 Merge branch 'ar/config-hooks' into next Junio C Hamano 2026-03-03 13:41:20 -08:00
  • 54bc051969 Merge branch 'kh/format-patch-noprefix-is-boolean' into next Junio C Hamano 2026-03-03 13:41:19 -08:00
  • 0d6bb8b541 t3700: use test_grep helper for better diagnostics Siddharth Shrimali 2026-03-04 02:10:29 +05:30
  • fc2ead0053 t3700: avoid suppressing git's exit code Siddharth Shrimali 2026-03-04 02:10:28 +05:30
  • 50d063e335 The 10th batch Junio C Hamano 2026-03-03 11:08:01 -08:00
  • e924432393 Merge branch 'hy/diff-lazy-fetch-with-break-fix' Junio C Hamano 2026-03-03 11:08:13 -08:00
  • a751e79aca Merge branch 'aa/add-p-no-auto-advance' Junio C Hamano 2026-03-03 11:08:13 -08:00
  • f19f1b6cf3 Merge branch 'lg/t2004-test-path-is-helpers' Junio C Hamano 2026-03-03 11:08:13 -08:00
  • 07ecbfa8fe Merge branch 'ps/simplify-normalize-path-copy-len' Junio C Hamano 2026-03-03 11:08:12 -08:00
  • d455602a4d Merge branch 'sc/pack-redundant-leakfix' Junio C Hamano 2026-03-03 11:08:12 -08:00
  • 2f9980cfeb Merge branch 'cs/subtree-split-fixes' Junio C Hamano 2026-03-03 11:08:12 -08:00
  • e87493b9b4 for-each-repo: simplify passing of parameters Derrick Stolee 2026-03-03 17:31:54 +00:00
  • 2ef539bcee for-each-repo: work correctly in a worktree Derrick Stolee 2026-03-03 17:31:53 +00:00
  • 5f031fe4f1 run-command: extract sanitize_repo_env helper Derrick Stolee 2026-03-03 17:31:52 +00:00
  • c5e62e1aa0 for-each-repo: test outside of repo context Derrick Stolee 2026-03-03 17:31:51 +00:00
  • 73cc549559 doc: fix list continuation in alias.adoc Jonatan Holmgren 2026-03-03 16:12:38 +01:00
  • b095803c90 builtin/pack-objects: reduce lock contention when writing packfile data Patrick Steinhardt 2026-03-03 16:00:25 +01:00
  • b7b5cde063 csum-file: drop hashfd_throughput() Patrick Steinhardt 2026-03-03 16:00:24 +01:00
  • 0cd8f12b23 csum-file: introduce hashfd_ext() Patrick Steinhardt 2026-03-03 16:00:23 +01:00
  • ba9ec78248 sideband: use writev(3p) to send pktlines Patrick Steinhardt 2026-03-03 16:00:22 +01:00
  • 0b2112ccfc wrapper: introduce writev(3p) wrappers Patrick Steinhardt 2026-03-03 16:00:21 +01:00
  • 50869da7e6 compat/posix: introduce writev(3p) wrapper Patrick Steinhardt 2026-03-03 16:00:20 +01:00
  • a677fed600 git-compat-util: introduce cast_size_t_to_ssize_t() Patrick Steinhardt 2026-03-03 16:00:19 +01:00
  • d0477dd05a upload-pack: reduce lock contention when writing packfile data Patrick Steinhardt 2026-03-03 16:00:18 +01:00
  • 2a00891ccc upload-pack: adapt keepalives based on buffering Patrick Steinhardt 2026-03-03 16:00:17 +01:00
  • d52a1bb4c5 upload-pack: fix debug statement when flushing packfile data Patrick Steinhardt 2026-03-03 16:00:16 +01:00
  • e417277ae9 xdiff: re-diff shifted change groups when using histogram algorithm Yee Cheng Chin 2026-03-02 14:54:25 +00:00
  • a56fa1ca05 doc: gitprotocol-pack: normalize italic formatting LorenzoPegorari 2026-03-03 02:46:29 +01:00
  • b8091b7935 doc: gitprotocol-pack: improve paragraphs structure LorenzoPegorari 2026-03-03 02:46:10 +01:00
  • 267807eae1 doc: gitprotocol-pack: fix pronoun-antecedent agreement LorenzoPegorari 2026-03-03 02:45:59 +01:00
  • eca3c3734c What's cooking (2026/03 #01) Junio C Hamano 2026-03-02 17:41:10 -08:00
  • 3b413bdd32 hook: allow runtime enabling extensions.hookStdoutToStderr Adrian Ratiu 2026-02-22 02:29:04 +02:00
  • ba413967bd hook: introduce extensions.hookStdoutToStderr Adrian Ratiu 2026-02-22 02:29:03 +02:00
  • a333477f98 hook: add per-event jobs config Adrian Ratiu 2026-02-22 02:29:02 +02:00
  • 267b7e560b hook: add -j/--jobs option to git hook run Emily Shaffer 2026-02-22 02:29:01 +02:00
  • 4744a38c6b hook: mark non-parallelizable hooks Emily Shaffer 2026-02-22 02:29:00 +02:00
  • b72153d36e hook: allow parallel hook execution Emily Shaffer 2026-02-22 02:28:59 +02:00
  • aae91aa2e4 hook: parse the hook.jobs config Adrian Ratiu 2026-02-22 02:28:58 +02:00
  • 537911e0d8 hook: refactor hook_config_cache from strmap to named struct Adrian Ratiu 2026-02-22 02:28:57 +02:00
  • 26139cabf7 config: add a repo_config_get_uint() helper Adrian Ratiu 2026-02-22 02:28:56 +02:00
  • c1c9510a8d repository: fix repo_init() memleak due to missing _clear() Adrian Ratiu 2026-02-22 02:28:55 +02:00
  • 663093def0 Merge branch 'ar/config-hooks' into ar/parallel-hooks Junio C Hamano 2026-03-02 17:30:16 -08:00
  • 1c1a636109 Sync with 'master' Junio C Hamano 2026-03-02 17:21:09 -08:00
  • e1647839fa Merge branch 'jk/repo-structure-cleanup' into next Junio C Hamano 2026-03-02 17:21:00 -08:00
  • b979797314 Merge branch 'lp/diff-stat-utf8-display-width-fix' into next Junio C Hamano 2026-03-02 17:21:00 -08:00
  • 914bcef227 Merge branch 'jh/alias-i18n-fixes' into next Junio C Hamano 2026-03-02 17:21:00 -08:00
  • c7251cc68f Merge branch 'cs/add-skip-submodule-ignore-all' into next Junio C Hamano 2026-03-02 17:20:59 -08:00
  • f5aabac117 Merge branch 'ar/run-command-hook-take-2' into next Junio C Hamano 2026-03-02 17:20:57 -08:00
  • 4805bb9930 The 9th batch Junio C Hamano 2026-03-02 16:05:51 -08:00
  • 9db3644607 Merge branch 'jt/object-file-use-container-of' Junio C Hamano 2026-03-02 17:06:53 -08:00
  • 13763ecf7d Merge branch 'ps/receive-pack-shallow-optim' Junio C Hamano 2026-03-02 17:06:53 -08:00
  • 34113149cf Merge branch 'kh/doc-patch-id-4' Junio C Hamano 2026-03-02 17:06:53 -08:00
  • 427d39ca4f Merge branch 'ps/meson-gitk-git-gui' Junio C Hamano 2026-03-02 17:06:52 -08:00
  • 112252c844 Merge branch 'pw/meson-doc-mergetool' Junio C Hamano 2026-03-02 17:06:52 -08:00
  • 05c4af5c8f Merge branch 'kh/doc-am-xref' Junio C Hamano 2026-03-02 17:06:52 -08:00
  • 10dd04a3fe Merge branch 'ps/object-info-bits-cleanup' Junio C Hamano 2026-03-02 17:06:52 -08:00
  • 02c31a8ddc Merge branch 'ag/http-netrc-tests' Junio C Hamano 2026-03-02 17:06:51 -08:00
  • 664bd4e15a Merge branch 'ty/symlinks-use-unsigned-for-bitset' Junio C Hamano 2026-03-02 17:06:51 -08:00
  • 146487360c Merge branch 'ps/validate-prefix-in-subtree-split' Junio C Hamano 2026-03-02 17:06:51 -08:00
  • dbae219b22 Merge branch 'uk/signature-is-good-after-key-expires' Junio C Hamano 2026-03-02 17:06:50 -08:00
  • 9eb5b3b999 Merge branch 'ps/odb-for-each-object' Junio C Hamano 2026-03-02 17:06:50 -08:00
  • ec1c4d974a Merge branch 'ar/run-command-hook-take-2' into ar/config-hooks Junio C Hamano 2026-03-02 16:01:33 -08:00
  • 005f3fbe07 builtin/receive-pack: avoid spinning no-op sideband async threads Adrian Ratiu 2026-03-02 21:17:04 +02:00
  • af649b169a sequencer: use oidmap_clear_with_free() for string_entry cleanup Seyi Kufoiji 2026-03-02 21:00:17 +01:00
  • bbf4b4b6db odb: use oidmap_clear_with_free() to release replace_map entries Seyi Kufoiji 2026-03-02 21:00:16 +01:00
  • 6ff1507b1e list-objects-filter: use oidmap_clear_with_free() for cleanup Seyi Kufoiji 2026-03-02 21:00:15 +01:00
  • bbf93f9a3a builtin/rev-list: migrate missing_objects cleanup to oidmap_clear_with_free() Seyi Kufoiji 2026-03-02 21:00:14 +01:00
  • 75ae563040 oidmap: make entry cleanup explicit in oidmap_clear Seyi Kufoiji 2026-03-02 21:00:13 +01:00
  • 42e6959411 builtin/repo: find tree with most entries Justin Tobler 2026-03-02 15:45:26 -06:00
  • 18952a1ef1 builtin/repo: find commit with most parents Justin Tobler 2026-03-02 15:45:25 -06:00
  • e00bb8c76e builtin/repo: add OID annotations to table output Justin Tobler 2026-03-02 15:45:24 -06:00
  • e33ac9cc9e builtin/repo: collect largest inflated objects Justin Tobler 2026-03-02 15:45:23 -06:00
  • fa17527927 builtin/repo: add helper for printing keyvalue output Justin Tobler 2026-03-02 15:45:22 -06:00
  • 31c771ab44 builtin/repo: update stats for each object Justin Tobler 2026-03-02 15:45:21 -06:00
  • 5ee8782f87 t: fix "that that" typo in lib-unicode-nfc-nfd.sh Siddharth Shrimali 2026-03-03 00:56:27 +05:30
  • f31b322008 t3310: replace test -f/-d with test_path_is_file/test_path_is_dir Francesco Paparatto 2026-02-28 01:59:39 +01:00
  • eb35167dd4 ci: unset GITLAB_FEATURES envvar to not bust xargs(1) limits Patrick Steinhardt 2026-03-02 12:55:02 +01:00
  • 9754b0acda sideband: conditional documentation fix Junio C Hamano 2026-03-02 10:11:49 -08:00
  • c372fe2b12 sideband: delay sanitizing by default to Git v3.0 Johannes Schindelin 2026-03-02 10:11:48 -08:00
  • a50f0ba799 sideband: drop 'default' configuration Junio C Hamano 2026-03-02 10:11:47 -08:00
  • ea3a62c40e doc: diff-options.adoc: make *.noprefix split translatable Kristoffer Haugsbakk 2026-03-01 20:21:14 +01:00
  • a8215a2051 send-email: add client certificate options David Timber 2026-03-02 12:16:41 +09:00
  • b0ddc7947c diff: fix crash with --find-object outside repository Michael Montalbo 2026-02-28 20:31:16 +00:00
  • 41366e4677 fsmonitor-watchman: fix variable reference and remove redundant code Paul Tarjan 2026-02-28 17:37:57 +00:00
  • c52f085a47 send-email: validate charset name in 8bit encoding prompt Shreyansh Paliwal 2026-02-28 16:50:45 +05:30
  • 571ce8c3f6 help: cleanup the contruction of keys_uniq Amisha Chhajed 2026-02-28 16:16:54 +05:30
  • 237e520d81 parseopt: check for duplicate long names and numerical options René Scharfe 2026-02-28 10:19:16 +01:00
  • fa21dda678 What's cooking (2026/02 #11) Junio C Hamano 2026-02-27 15:51:12 -08:00
  • 625c4fb2da Sync with 'master' Junio C Hamano 2026-02-27 15:16:50 -08:00
  • ec9e0a36ff Merge branch 'ps/refs-for-each' into next Junio C Hamano 2026-02-27 15:16:31 -08:00
  • b378558c1a Merge branch 'ps/fsck-stream-from-the-right-object-instance' into next Junio C Hamano 2026-02-27 15:16:30 -08:00
  • 2b2e3a1fa9 Merge branch 'ob/core-attributesfile-in-repository' into next Junio C Hamano 2026-02-27 15:16:30 -08:00
  • 6a04cca28e Merge branch 'ar/config-hooks' into next Junio C Hamano 2026-02-27 15:16:30 -08:00