Commit Graph

  • 4f8108b5ff merge-ort: pass repository to write_tree() Elijah Newren 2026-02-21 23:59:49 +00:00
  • 84325f0730 merge,diff: remove the_repository check before prefetching blobs Elijah Newren 2026-02-21 23:59:48 +00:00
  • 0ceb40560a What's cooking (2026/02 #07) Junio C Hamano 2026-02-20 15:18:10 -08:00
  • 96286f14b0 symlinks: use unsigned int for flags Tian Yuchen 2026-02-17 01:20:28 +08:00
  • 4a7958ca14 Sync with 'master' Junio C Hamano 2026-02-20 11:42:22 -08:00
  • d847fcad1e Merge branch 'ap/use-test-seq-f-more' into next Junio C Hamano 2026-02-20 11:42:12 -08:00
  • 4e20a85963 Merge branch 'db/doc-fetch-jobs-auto' into next Junio C Hamano 2026-02-20 11:42:11 -08:00
  • 7a30cb262f Merge branch 'jt/object-file-use-container-of' into next Junio C Hamano 2026-02-20 11:42:11 -08:00
  • d3efdd79b2 Merge branch 'mf/format-patch-honor-from-for-cover-letter' into next Junio C Hamano 2026-02-20 11:42:11 -08:00
  • b9a5c15c4f Merge branch 'jh/alias-i18n' into next Junio C Hamano 2026-02-20 11:42:10 -08:00
  • 277b2c99aa Merge branch 'ps/tests-wo-iconv-fixes' into next Junio C Hamano 2026-02-20 11:42:10 -08:00
  • b2a8b7bf93 Merge branch 'ps/ci-gitlab-msvc-updates' into next Junio C Hamano 2026-02-20 11:42:10 -08:00
  • 1d5f62e778 Merge branch 'jc/whitespace-incomplete-line' into next Junio C Hamano 2026-02-20 11:42:09 -08:00
  • a386d47625 Merge branch 'jc/checkout-switch-restore' into next Junio C Hamano 2026-02-20 11:42:09 -08:00
  • 88c2fb76b8 Merge branch 'jk/ref-filter-lrstrip-optim' into next Junio C Hamano 2026-02-20 11:42:09 -08:00
  • 7c02d39fc2 The 6th batch Junio C Hamano 2026-02-20 10:28:05 -08:00
  • c61120cf65 Merge branch 'ak/t9812-test-path-is-helpers' Junio C Hamano 2026-02-20 11:36:18 -08:00
  • 8ceb69f85d Merge branch 'pw/diff-anchored-optim' Junio C Hamano 2026-02-20 11:36:18 -08:00
  • 2a0a64b9d4 Merge branch 'jc/doc-cg-c-comment' Junio C Hamano 2026-02-20 11:36:18 -08:00
  • 5465d3683a Merge branch 'pw/xdiff-cleanups' Junio C Hamano 2026-02-20 11:36:17 -08:00
  • 1e50d839f8 tree-diff: remove the usage of the_hash_algo global Shreyansh Paliwal 2026-02-20 23:21:26 +05:30
  • 1f70684b51 contrib/subtree: process out-of-prefix subtrees Colin Stagner 2026-02-17 20:31:32 -06:00
  • 715b406e47 contrib/subtree: test history depth Colin Stagner 2026-02-17 20:31:31 -06:00
  • 767ee993b7 contrib/subtree: capture additional test-cases Colin Stagner 2026-02-17 20:31:30 -06:00
  • 0fbf380daf apply: normalize path in --directory argument Joaquim Rocha 2026-02-18 00:15:32 +00:00
  • 4fa8cfd68a Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-each Junio C Hamano 2026-02-20 10:09:32 -08:00
  • f79189a653 replay: add --revert mode to reverse commit changes Siddharth Asthana 2026-02-19 05:12:15 +05:30
  • c57385167e sequencer: extract revert message formatting into shared function Siddharth Asthana 2026-02-19 05:12:14 +05:30
  • 02a0d297a1 Merge branch 'lo/repo-info-keys' into lo/repo-leftover-bits Junio C Hamano 2026-02-20 09:17:56 -08:00
  • 8b0061b5c5 ref-filter: clarify lstrip/rstrip component counting Jeff King 2026-02-20 01:00:03 -05:00
  • 1e744f87b5 send-mail: add client certificate options David Timber 2026-02-20 17:17:13 +09:00
  • 6aea51bc3b mailmap: drop global config variables Burak Kaan Karaçay 2026-02-20 09:04:42 +03:00
  • 999b09348d mailmap: stop using the_repository Burak Kaan Karaçay 2026-02-20 09:04:41 +03:00
  • 3e9cc24e68 osxkeychain: define build targets in the top-level Makefile. Koji Nakamaru 2026-02-20 01:39:00 +00:00
  • eb49c6ef43 t6006: don't use iconv(1) without ICONV prereq Patrick Steinhardt 2026-02-20 09:26:03 +01:00
  • c70bea26c7 t5550: add ICONV prereq to tests that use "$HTTPD_URL/error" Patrick Steinhardt 2026-02-20 09:26:02 +01:00
  • effb0aa84b t4205: improve handling of ICONV prerequisite Patrick Steinhardt 2026-02-20 09:26:01 +01:00
  • 9ce639c76f t40xx: don't use iconv(1) without ICONV prereq Patrick Steinhardt 2026-02-20 09:26:00 +01:00
  • 68ac70b6c9 t: don't set ICONV prereq when iconv(1) is missing Patrick Steinhardt 2026-02-20 09:25:59 +01:00
  • 6efc8a2023 Merge branch 'jk/ref-filter-lrstrip-optim' into next Junio C Hamano 2026-02-19 14:29:06 -08:00
  • 9d5bc4efc5 Merge branch 'ps/history-ergonomics-updates' into next Junio C Hamano 2026-02-19 14:29:06 -08:00
  • 5397753d41 Merge branch 'ps/for-each-ref-in-fixes' into next Junio C Hamano 2026-02-19 14:29:06 -08:00
  • 3a9b510b86 Merge branch 'lo/repo-info-keys' into next Junio C Hamano 2026-02-19 14:29:05 -08:00
  • 4b12cd3ae3 hook: add -z option to "git hook list" Adrian Ratiu 2026-02-19 00:23:52 +02:00
  • b51e238ddf hook: allow out-of-repo 'git hook' invocations Emily Shaffer 2026-02-19 00:23:51 +02:00
  • d084fa2a91 hook: allow event = "" to overwrite previous values Adrian Ratiu 2026-02-19 00:23:50 +02:00
  • 1ecce722cd hook: allow disabling config hooks Adrian Ratiu 2026-02-19 00:23:49 +02:00
  • 03b4043b91 hook: include hooks from the config Adrian Ratiu 2026-02-19 00:23:48 +02:00
  • 9fdaa67889 hook: add "git hook list" command Emily Shaffer 2026-02-19 00:23:47 +02:00
  • 4a36cb4c9f hook: run a list of hooks to prepare for multihook support Emily Shaffer 2026-02-19 00:23:46 +02:00
  • ee2fbfd6b2 hook: add internal state alloc/free callbacks Adrian Ratiu 2026-02-19 00:23:45 +02:00
  • a49cb0f093 path: remove repository argument from worktree_git_path() Phillip Wood 2026-02-19 14:26:33 +00:00
  • cb18484385 wt-status: avoid passing NULL worktree Phillip Wood 2026-02-19 14:26:32 +00:00
  • 6375a00ef1 bisect: simplify string_list memory handling Jeff King 2026-02-19 08:57:52 +01:00
  • 9e86e1a05b bisect: fix misuse of refs_for_each_ref_in() Patrick Steinhardt 2026-02-19 08:57:51 +01:00
  • 7174098834 pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips" Patrick Steinhardt 2026-02-19 08:57:50 +01:00
  • ed693078e9 pack-bitmap: deduplicate logic to iterate over preferred bitmap tips Patrick Steinhardt 2026-02-19 08:57:49 +01:00
  • 5133837392 gitlab-ci: handle failed tests on MSVC+Meson job Patrick Steinhardt 2026-02-19 07:25:33 +01:00
  • 055f0b9f32 gitlab-ci: use "run-test-slice-meson.sh" Patrick Steinhardt 2026-02-19 07:25:32 +01:00
  • 2cca4ef343 ci: make test slicing consistent across Meson/Make Patrick Steinhardt 2026-02-19 07:25:31 +01:00
  • 420b4ca2dc github: fix Meson tests not executing at all Patrick Steinhardt 2026-02-19 07:25:30 +01:00
  • 01b7be0d20 meson: fix MERGE_TOOL_DIR with "--no-bin-wrappers" Patrick Steinhardt 2026-02-19 07:25:29 +01:00
  • 3141df7ec4 ci: don't skip smallest test slice in GitLab Patrick Steinhardt 2026-02-19 07:25:28 +01:00
  • 4a631fee36 ci: handle failures of test-slice helper Patrick Steinhardt 2026-02-19 07:25:27 +01:00
  • edd8ad18a6 completion: fix zsh alias listing for subsection aliases Jonatan Holmgren 2026-02-18 22:57:37 +01:00
  • ac1f12a9de alias: support non-alphanumeric names via subsection syntax Jonatan Holmgren 2026-02-18 22:57:36 +01:00
  • 2ad33ea6b5 alias: prepare for subsection aliases Jonatan Holmgren 2026-02-18 22:57:35 +01:00
  • 3f0cdfa879 help: use list_aliases() for alias listing Jonatan Holmgren 2026-02-18 22:57:34 +01:00
  • 20daad2db4 object-file: use container_of() to convert from base types Justin Tobler 2026-02-18 15:01:20 -06:00
  • 143e84958c doc: fetch: document --jobs=0 behavior Daniel D. Beck 2026-02-18 19:32:39 +00:00
  • bb5da75d61 commit: use commit graph in lookup_commit_reference_gently() Patrick Steinhardt 2026-02-16 16:38:03 +01:00
  • 024b4c9697 commit: make repo_parse_commit_no_graph() more robust Patrick Steinhardt 2026-02-16 16:38:02 +01:00
  • f23ac77a43 commit: avoid parsing non-commits in lookup_commit_reference_gently() Patrick Steinhardt 2026-02-16 16:38:01 +01:00
  • 0678e01f02 t: use test_seq -f and pipes in a few more places Aaron Plattner 2026-02-18 10:10:19 -08:00
  • a7cd24de0b wt-status: use hash_algo from local repository instead of global the_hash_algo Shreyansh Paliwal 2026-02-18 23:23:42 +05:30
  • 9d0d2ba217 wt-status: replace uses of the_repository with local repository instances Shreyansh Paliwal 2026-02-18 23:23:41 +05:30
  • 4631e22f92 wt-status: pass struct repository through function parameters Shreyansh Paliwal 2026-02-18 23:23:40 +05:30
  • a8e89346a7 format-patch: fix From header in cover letter Mirko Faina 2026-02-18 00:25:18 +01:00
  • 826ce6a98a What's cooking (2026/02 #06) Junio C Hamano 2026-02-17 15:15:04 -08:00
  • f7e9f6c205 Sync with 'master' Junio C Hamano 2026-02-17 13:36:51 -08:00
  • 14b7b5d918 Merge branch 'ac/string-list-sort-u-and-tests' into next Junio C Hamano 2026-02-17 13:36:43 -08:00
  • 2ebebfc02c Merge branch 'mc/tr2-process-ancestry-cleanup' into next Junio C Hamano 2026-02-17 13:36:43 -08:00
  • 221d0623a2 Merge branch 'ps/pack-concat-wo-backfill' into next Junio C Hamano 2026-02-17 13:36:43 -08:00
  • 406e4cc3ee Merge branch 'dk/complete-stash-import-export' into next Junio C Hamano 2026-02-17 13:36:43 -08:00
  • 5e35bc87bd Merge branch 'jc/doc-cg-needswork' into next Junio C Hamano 2026-02-17 13:36:42 -08:00
  • 1ed2797464 Merge branch 'ds/revision-maximal-only' into next Junio C Hamano 2026-02-17 13:36:42 -08:00
  • f10e546e7b Merge branch 'cc/lop-filter-auto' into next Junio C Hamano 2026-02-17 13:36:42 -08:00
  • 6a23eb7fc3 Merge branch 'pw/commit-msg-sample-hook' into next Junio C Hamano 2026-02-17 13:36:42 -08:00
  • 73fd77805f The 5th batch Junio C Hamano 2026-02-17 13:29:49 -08:00
  • 05e54d2d60 Merge branch 'jc/doc-rerere-update' Junio C Hamano 2026-02-17 13:30:43 -08:00
  • 11294bb0fa Merge branch 'sd/t7003-test-path-is-helpers' Junio C Hamano 2026-02-17 13:30:43 -08:00
  • dba8cfa9c0 Merge branch 'kh/doc-rerere-options-xref' Junio C Hamano 2026-02-17 13:30:43 -08:00
  • 70d3916a7d Merge branch 'bk/t2003-modernise' Junio C Hamano 2026-02-17 13:30:42 -08:00
  • 83037cb357 Merge branch 'rs/commit-commit-stack' Junio C Hamano 2026-02-17 13:30:42 -08:00
  • 354b8d89ac Merge branch 'rs/clean-includes' Junio C Hamano 2026-02-17 13:30:42 -08:00
  • d445421a54 Merge branch 'rs/xdiff-wo-the-repository' Junio C Hamano 2026-02-17 13:30:42 -08:00
  • e8b7e16e7b Merge branch 'rs/version-wo-the-repository' Junio C Hamano 2026-02-17 13:30:41 -08:00
  • 73f29c8ca9 Merge branch 'yt/merge-file-outside-a-repository' Junio C Hamano 2026-02-17 13:30:41 -08:00
  • 6de2d1493a Merge branch 'ja/doc-synopsis-style-even-more' Junio C Hamano 2026-02-17 13:30:41 -08:00
  • 5779c47fa0 Merge branch 'pc/lockfile-pid' Junio C Hamano 2026-02-17 13:30:41 -08:00