Commit Graph

  • 6a4b4e7880 Merge branch 'ja/doc-synopsis-style-more' Junio C Hamano 2026-01-12 05:19:51 -08:00
  • 220f888d7e t1410: use test helpers in reflog rewind test Pushkar Singh 2026-01-11 19:07:52 +00:00
  • a8227ae8d5 http-backend: write newlines to stderr when responding with errors KJ Tsanaktsidis 2026-01-12 01:44:39 +00:00
  • 1f87b77810 Merge branch 'ml/doc-blame-markup' into next Junio C Hamano 2026-01-10 21:54:18 -08:00
  • 236f60e30d Merge branch 'ar/run-command-hook' into next Junio C Hamano 2026-01-10 21:54:18 -08:00
  • 27a1d947d1 Merge branch 'kh/doc-patch-id' into next Junio C Hamano 2026-01-10 21:54:17 -08:00
  • 48f26103bc Merge branch 'bc/doc-stash-import-export' into next Junio C Hamano 2026-01-10 21:54:17 -08:00
  • c33f8ae0bb Merge branch 'kj/t7101-modernize' into next Junio C Hamano 2026-01-10 21:54:17 -08:00
  • a98a468cf0 Merge branch 'ds/builtin-doc-update' into next Junio C Hamano 2026-01-10 21:54:17 -08:00
  • 6bccdd0e04 Merge branch 'ac/t1420-use-more-direct-check' into next Junio C Hamano 2026-01-10 21:54:17 -08:00
  • 5e3f0240f7 Merge branch 'jk/cat-file-avoid-bitmap-when-unneeded' into next Junio C Hamano 2026-01-10 21:54:16 -08:00
  • 9a633e87df Merge branch 'jk/t-perf-fixes' into next Junio C Hamano 2026-01-10 21:54:16 -08:00
  • 90c69f0044 Merge branch 'js/mailmap-karsten-blees' into next Junio C Hamano 2026-01-10 21:54:16 -08:00
  • e97678c4ef .mailmap: replace Karsten Blees' default address Johannes Schindelin 2026-01-10 11:06:44 +00:00
  • 28a7e27cff contrib/subtree: detect rewritten subtree commits Colin Stagner 2026-01-09 19:18:11 -06:00
  • ec7a16b145 cocci: convert parse_tree functions to repo_ variants René Scharfe 2026-01-09 22:30:21 +01:00
  • a8a50f29ae tree: stop using the_repository René Scharfe 2026-01-09 22:30:20 +01:00
  • e61c387a1b tree: use repo_parse_tree() René Scharfe 2026-01-09 22:30:19 +01:00
  • d473865154 path-walk: use repo_parse_tree_gently() René Scharfe 2026-01-09 22:30:18 +01:00
  • fd64c6fbcb pack-bitmap-write: use repo_parse_tree() René Scharfe 2026-01-09 22:30:17 +01:00
  • d54eb12910 delta-islands: use repo_parse_tree() René Scharfe 2026-01-09 22:30:16 +01:00
  • 83131ed25c bloom: use repo_parse_tree() René Scharfe 2026-01-09 22:30:15 +01:00
  • 548aaf9d06 add-interactive: use repo_parse_tree_indirect() René Scharfe 2026-01-09 22:30:14 +01:00
  • 2b74f68ca0 tree: add repo_parse_tree*() René Scharfe 2026-01-09 22:30:13 +01:00
  • e691395365 environment: move access to core.maxTreeDepth into repo settings René Scharfe 2026-01-09 22:30:12 +01:00
  • 44af34bde7 mingw: special-case index entries for symlinks with buggy size Johannes Schindelin 2026-01-09 20:05:15 +00:00
  • 2cba5746c0 mingw: emulate stat() a little more faithfully Johannes Schindelin 2026-01-09 20:05:14 +00:00
  • 6206f7aeb0 mingw: try to create symlinks without elevated permissions Johannes Schindelin 2026-01-09 20:05:13 +00:00
  • 97be7aa43a mingw: add support for symlinks to directories Karsten Blees 2026-01-09 20:05:12 +00:00
  • 593008b95d mingw: implement basic symlink() functionality (file symlinks only) Karsten Blees 2026-01-09 20:05:11 +00:00
  • 980852dbff mingw: implement readlink() Karsten Blees 2026-01-09 20:05:10 +00:00
  • 43745a7d55 mingw: allow mingw_chdir() to change to symlink-resolved directories Karsten Blees 2026-01-09 20:05:09 +00:00
  • 5e88e98c04 mingw: support renaming symlinks Karsten Blees 2026-01-09 20:05:08 +00:00
  • ac41bfa374 mingw: handle symlinks to directories in mingw_unlink() Karsten Blees 2026-01-09 20:05:07 +00:00
  • 9ac15c2ae3 mingw: add symlink-specific error codes Karsten Blees 2026-01-09 20:05:06 +00:00
  • 1bf1ffadc8 mingw: change default of core.symlinks to false Karsten Blees 2026-01-09 20:05:05 +00:00
  • b0b32ff16f mingw: factor out the retry logic Karsten Blees 2026-01-09 20:05:04 +00:00
  • 543a91ccf9 mingw: compute the correct size for symlinks in mingw_lstat() Bill Zissimopoulos 2026-01-09 20:05:03 +00:00
  • 8a4f4131aa mingw: teach dirent about symlinks Karsten Blees 2026-01-09 20:05:02 +00:00
  • 2c37842ff9 mingw: let mingw_lstat() error early upon problems with reparse points Karsten Blees 2026-01-09 20:05:01 +00:00
  • 882e5e0528 mingw: drop the separate do_lstat() function Karsten Blees 2026-01-09 20:05:00 +00:00
  • 48bc5094de mingw: implement stat() with symlink support Karsten Blees 2026-01-09 20:04:59 +00:00
  • 3b96b99683 mingw: don't call GetFileAttributes() twice in mingw_lstat() Karsten Blees 2026-01-09 20:04:58 +00:00
  • ec13dca8d0 Merge branch 'js/prep-symlink-windows' into js/symlink-windows Junio C Hamano 2026-01-09 18:32:29 -08:00
  • aa7b8864d8 trim_last_path_component(): avoid hard-coding the directory separator Karsten Blees 2026-01-09 20:05:09 +00:00
  • 21f368daab strbuf_readlink(): support link targets that exceed 2*PATH_MAX Johannes Schindelin 2026-01-09 20:05:08 +00:00
  • 0fcbb57f97 strbuf_readlink(): avoid calling readlink() twice in corner-cases Karsten Blees 2026-01-09 20:05:07 +00:00
  • 7997e36561 init: do parse _all_ core.* settings early Johannes Schindelin 2026-01-09 20:05:06 +00:00
  • f0af8b4aae mingw: do resolve symlinks in getcwd() Johannes Schindelin 2026-01-09 20:05:05 +00:00
  • 3d85d33650 hook: check for NULL pointer before deref Adrian Ratiu 2026-01-09 20:19:12 +02:00
  • f6b262581a fsck: snapshot default refs before object walk Elijah Newren 2026-01-09 17:49:13 +00:00
  • a282a8f163 packfile: move MIDX into packfile store Patrick Steinhardt 2026-01-09 09:33:18 +01:00
  • a593373b09 packfile: refactor find_pack_entry() to work on the packfile store Patrick Steinhardt 2026-01-09 09:33:17 +01:00
  • 6acefa0d2c packfile: inline find_kept_pack_entry() Patrick Steinhardt 2026-01-09 09:33:16 +01:00
  • 8384cbcb4c packfile: only prepare owning store in packfile_store_prepare() Patrick Steinhardt 2026-01-09 09:33:15 +01:00
  • 7b330a11de packfile: only prepare owning store in packfile_store_get_packs() Patrick Steinhardt 2026-01-09 09:33:14 +01:00
  • 84f0e60b28 packfile: move packfile store into object source Patrick Steinhardt 2026-01-09 09:33:13 +01:00
  • eb9ec52d95 packfile: refactor misleading code when unusing pack windows Patrick Steinhardt 2026-01-09 09:33:12 +01:00
  • 085de91b95 packfile: refactor kept-pack cache to work with packfile stores Patrick Steinhardt 2026-01-09 09:33:11 +01:00
  • 0316c63ca4 packfile: pass source to prepare_pack() Patrick Steinhardt 2026-01-09 09:33:10 +01:00
  • 480336a9ce packfile: create store via its owning source Patrick Steinhardt 2026-01-09 09:33:09 +01:00
  • 2ac93bfcbc builtin.h: update documentation Derrick Stolee 2026-01-09 03:39:01 +00:00
  • dbbf6a901b t7101: modernize test path checks K Jayatheerth 2026-01-09 08:50:27 +05:30
  • 02fc44a989 gitfaq: document using stash import/export to sync working tree brian m. carlson 2026-01-09 01:46:08 +00:00
  • e40e01a75a doc: git-blame: convert to new doc format Michael Lyons 2026-01-08 10:30:21 -05:00
  • 2bfc69e648 doc: blame-options: convert to new doc format Michael Lyons 2026-01-08 10:30:20 -05:00
  • 8cafc305e2 add -p: show user's hunk decision when selecting hunks Abraham Samuel Adekunle 2026-01-08 16:07:04 +01:00
  • 3f051fc9c9 doc: patch-id: --verbatim locks in --stable Kristoffer Haugsbakk 2026-01-08 07:28:20 +01:00
  • 89d4f3af16 doc: patch-id: spell out the git-diff-tree(1) form Kristoffer Haugsbakk 2026-01-08 07:28:19 +01:00
  • f671f5a83b doc: patch-id: use definite article for the result Kristoffer Haugsbakk 2026-01-08 07:28:18 +01:00
  • 285659cc98 patch-id: use “patch ID” throughout Kristoffer Haugsbakk 2026-01-08 07:28:17 +01:00
  • 92a61fe44d doc: patch-id: capitalize Git version Kristoffer Haugsbakk 2026-01-08 07:28:16 +01:00
  • 3d61c1988b doc: patch-id: don’t use semicolon between bullet points Kristoffer Haugsbakk 2026-01-08 07:28:15 +01:00
  • 3b6df43721 What's cooking (2026/01 #03) Junio C Hamano 2026-01-08 17:04:39 +09:00
  • a520c39293 Sync with 'master' Junio C Hamano 2026-01-08 16:41:59 +09:00
  • 9f9674ac20 Merge branch 'ps/clar-integers' into next Junio C Hamano 2026-01-08 16:41:50 +09:00
  • 1024748f91 Merge branch 'kh/replay-invalid-onto-advance' into next Junio C Hamano 2026-01-08 16:41:50 +09:00
  • 850d35a76d Merge branch 'ps/odb-misc-fixes' into next Junio C Hamano 2026-01-08 16:41:49 +09:00
  • d529f3a197 The 16th batch Junio C Hamano 2026-01-08 15:58:11 +09:00
  • 2db806d817 Merge branch 'en/ort-recursive-d-f-conflict-fix' Junio C Hamano 2026-01-08 16:40:12 +09:00
  • 512351f2a8 Merge branch 'dd/t5403-modernise' Junio C Hamano 2026-01-08 16:40:12 +09:00
  • c0754dc423 Merge branch 'ds/diff-lazy-fetch-with-name-only-fix' Junio C Hamano 2026-01-08 16:40:11 +09:00
  • d28d2be5f2 Merge branch 'rs/tag-wo-the-repository' Junio C Hamano 2026-01-08 16:40:11 +09:00
  • 5913fd26aa t5550: add netrc tests for http 401/403 Ashlesh Gawande 2026-01-07 13:17:24 +05:30
  • f42d7c9067 Merge branch 'kh/replay-invalid-onto-advance' into ps/history Junio C Hamano 2026-01-08 11:01:22 +09:00
  • f1ec43d4d2 Merge branch 'ps/odb-misc-fixes' into ps/packfile-store-in-odb-source Junio C Hamano 2026-01-07 09:37:29 +09:00
  • 6c5c7e7071 t1420: modernize the lost-found test Andrew Chitester 2026-01-06 08:26:58 -05:00
  • 3d09968656 odb: properly close sources before freeing them Patrick Steinhardt 2026-01-06 13:58:50 +01:00
  • b3449b1517 builtin/gc: fix condition for whether to write commit graphs Patrick Steinhardt 2026-01-06 13:58:49 +01:00
  • 9e8b448dd8 cat-file: only use bitmaps when filtering Jeff King 2026-01-06 05:25:58 -05:00
  • 79d301c767 t/perf/run: preserve GIT_PERF_* from environment Jeff King 2026-01-06 05:16:04 -05:00
  • aad1d1c0d5 t/perf/perf-lib: fix assignment of TEST_OUTPUT_DIRECTORY Jeff King 2026-01-06 05:13:49 -05:00
  • 9473a8513b Sync with 'master' Junio C Hamano 2026-01-06 16:34:58 +09:00
  • 572d775bca Merge branch 'pt/t7800-difftool-test-racefix' into next Junio C Hamano 2026-01-06 16:34:46 +09:00
  • e0bfec3dfc The 15th batch Junio C Hamano 2026-01-06 14:36:52 +09:00
  • d39e3ed716 Merge branch 'rs/parse-config-expiry-simplify' Junio C Hamano 2026-01-06 16:33:53 +09:00
  • f406b89552 Merge branch 'ar/run-command-hook' Junio C Hamano 2026-01-06 16:33:53 +09:00
  • 1627809eef Merge branch 'rs/show-branch-prio-queue' Junio C Hamano 2026-01-06 16:33:52 +09:00
  • b39aad0b0d Merge branch 'rs/macos-iconv-workaround' Junio C Hamano 2026-01-06 16:33:52 +09:00
  • 8fb86e1a42 Merge branch 'bc/checkout-error-message-fix' Junio C Hamano 2026-01-06 16:33:52 +09:00