Commit Graph

  • bb250b5378 Merge branch 'jc/checkout-no-op-switch-errors' into maint-2.46 Junio C Hamano 2024-08-16 12:50:51 -07:00
  • 791b0df5fa What's cooking (2024/08 #06) Junio C Hamano 2024-08-16 10:35:16 -07:00
  • d2511eeae5 setup: make ref storage format configurable via config Patrick Steinhardt 2024-08-16 10:57:12 +02:00
  • 0c22e09b73 setup: make object format configurable via config Patrick Steinhardt 2024-08-16 10:57:03 +02:00
  • 39e15b789a setup: merge configuration of repository formats Patrick Steinhardt 2024-08-16 10:56:58 +02:00
  • 7689f6cbd1 t0001: delete repositories when object format tests finish Patrick Steinhardt 2024-08-16 10:56:55 +02:00
  • 05d20915bc t0001: exercise initialization with ref formats more thoroughly Patrick Steinhardt 2024-08-16 10:56:53 +02:00
  • e3209bd4df builtin/stash: fix --keep-index --include-untracked with empty HEAD Patrick Steinhardt 2024-08-16 12:42:25 +02:00
  • 98077d06b2 run-command: fix detaching when running auto maintenance Patrick Steinhardt 2024-08-16 12:45:17 +02:00
  • a6affd3343 builtin/maintenance: add a --detach flag Patrick Steinhardt 2024-08-16 12:45:15 +02:00
  • c7185df01b builtin/gc: add a --detach flag Patrick Steinhardt 2024-08-16 12:45:11 +02:00
  • 9b6b994f90 builtin/gc: stop processing log file on signal Patrick Steinhardt 2024-08-16 12:45:06 +02:00
  • 0ce44e2293 builtin/gc: fix leaking config values Patrick Steinhardt 2024-08-16 12:45:03 +02:00
  • d1ae15d68b builtin/gc: refactor to read config into structure Patrick Steinhardt 2024-08-16 12:45:00 +02:00
  • a70a9bf6ee config: fix constness of out parameter for git_config_get_expiry() Patrick Steinhardt 2024-08-16 12:44:57 +02:00
  • 87a1768b93 The fifth batch Junio C Hamano 2024-08-15 13:21:43 -07:00
  • 0da7673a51 Merge branch 'xx/diff-tree-remerge-diff-fix' Junio C Hamano 2024-08-15 13:22:16 -07:00
  • e7f86cb69d Merge branch 'jc/refs-symref-referent' Junio C Hamano 2024-08-15 13:22:15 -07:00
  • 88457a6151 Merge branch 'ps/submodule-ref-format' Junio C Hamano 2024-08-15 13:22:14 -07:00
  • 6891103f72 Merge branch 'ag/t7004-modernize' Junio C Hamano 2024-08-15 13:22:13 -07:00
  • 69b737999c Merge branch 'ps/reftable-stack-compaction' Junio C Hamano 2024-08-15 13:22:13 -07:00
  • 2b9b229cb4 Merge branch 'es/doc-platform-support-policy' Junio C Hamano 2024-08-15 13:22:12 -07:00
  • a3d71f2076 Merge branch 'gt/unit-test-hashmap' Junio C Hamano 2024-08-15 13:22:12 -07:00
  • f6df5e2d05 Merge branch 'jc/t3206-test-when-finished-fix' Junio C Hamano 2024-08-15 13:22:11 -07:00
  • 402f36f33e Merge branch 'rs/t-example-simplify' Junio C Hamano 2024-08-15 13:22:11 -07:00
  • 0ed3dde067 Merge branch 'jc/safe-directory' Junio C Hamano 2024-08-15 13:22:10 -07:00
  • a72dfab8b8 pseudo-merge.c: ensure pseudo-merge groups are closed Taylor Blau 2024-08-15 13:31:20 -04:00
  • 25b78668de pseudo-merge.c: do not generate empty pseudo-merge commits Taylor Blau 2024-08-15 13:31:17 -04:00
  • 42f80e361c t/t5333-pseudo-merge-bitmaps.sh: demonstrate empty pseudo-merge groups Taylor Blau 2024-08-15 13:31:14 -04:00
  • 187504f9b2 pack-bitmap-write.c: select pseudo-merges even for small bitmaps Taylor Blau 2024-08-15 13:31:12 -04:00
  • 11a08e8332 pack-bitmap: drop redundant args from bitmap_writer_finish() Taylor Blau 2024-08-15 13:31:08 -04:00
  • f00dda4849 pack-bitmap: drop redundant args from bitmap_writer_build() Taylor Blau 2024-08-15 13:31:06 -04:00
  • 125ee4ae80 pack-bitmap: drop redundant args from bitmap_writer_build_type_index() Taylor Blau 2024-08-15 13:31:03 -04:00
  • 01e9d12939 pack-bitmap: initialize bitmap_writer_init() with packing_data Taylor Blau 2024-08-15 13:31:00 -04:00
  • 49e5cc5b26 t4129: fix racy index when calling chmod after git-add Jeff King 2024-08-15 11:30:07 -04:00
  • 9b4df82634 Merge branch 'ps/reftable-stack-compaction' into ps/reftable-drop-generic Junio C Hamano 2024-08-15 08:22:03 -07:00
  • 90934966bb git-gui: strip commit messages less aggressively Oswald Buddenhagen 2024-08-13 11:06:31 +02:00
  • 1ae85ff6d4 git-gui: strip comments and consecutive empty lines from commit messages Oswald Buddenhagen 2024-08-13 11:06:30 +02:00
  • 983555a1f2 howto-maintain: mention preformatted docs Junio C Hamano 2024-08-14 16:03:26 -07:00
  • b07d820522 What's cooking (2024/08 #05) Junio C Hamano 2024-08-14 15:28:38 -07:00
  • be9bd463f1 git-svn: mention svn:global-ignores in help+docs Alex Galvin 2024-08-14 20:03:10 +00:00
  • 477ce5ccd6 The fourth batch Junio C Hamano 2024-08-14 14:17:22 -07:00
  • d639123742 Merge branch 'tb/t7704-deflake' Junio C Hamano 2024-08-14 14:54:58 -07:00
  • dd59778f76 Merge branch 'jc/document-use-of-local' Junio C Hamano 2024-08-14 14:54:58 -07:00
  • 4a443f00c4 Merge branch 'rs/use-decimal-width' Junio C Hamano 2024-08-14 14:54:57 -07:00
  • 81903d0472 Merge branch 'ss/packed-ref-store-leakfix' Junio C Hamano 2024-08-14 14:54:56 -07:00
  • 7b11e20bff Merge branch 'cp/unit-test-reftable-tree' Junio C Hamano 2024-08-14 14:54:56 -07:00
  • 61fd5de05f Merge branch 'kl/test-fixes' Junio C Hamano 2024-08-14 14:54:55 -07:00
  • 494c9788e4 Merge branch 'jc/reflog-expire-lookup-commit-fix' Junio C Hamano 2024-08-14 14:54:55 -07:00
  • 7a95eceb6b Merge branch 'jr/ls-files-expand-literal-doc' Junio C Hamano 2024-08-14 14:54:54 -07:00
  • c147b41f4c Merge branch 'jc/leakfix-mailmap' Junio C Hamano 2024-08-14 14:54:53 -07:00
  • dfaa04f3c6 Merge branch 'jc/leakfix-hashfile' Junio C Hamano 2024-08-14 14:54:53 -07:00
  • 44773b9f70 Merge branch 'jc/patch-id' Junio C Hamano 2024-08-14 14:54:53 -07:00
  • c7ca437d9f Merge branch 'ps/refs-wo-the-repository' Junio C Hamano 2024-08-14 14:54:52 -07:00
  • 5a74eb07ca Merge branch 'jc/jl-git-no-advice-fix' Junio C Hamano 2024-08-14 14:54:51 -07:00
  • 4cf2f1be56 Merge branch 'tb/config-fixed-value-with-valueless-true' Junio C Hamano 2024-08-14 14:54:51 -07:00
  • 0b2c4bc3ff Merge branch 'jk/apply-patch-mode-check-fix' Junio C Hamano 2024-08-14 14:54:50 -07:00
  • 505312a83f Merge branch 'ps/ref-api-cleanup' Junio C Hamano 2024-08-14 14:54:50 -07:00
  • 760348212b Merge branch 'ps/ls-remote-out-of-repo-fix' Junio C Hamano 2024-08-14 14:54:49 -07:00
  • ecbed3ff45 Merge branch 'jc/transport-leakfix' Junio C Hamano 2024-08-14 14:54:49 -07:00
  • 4bad0119f2 Merge branch 'rh/http-proxy-path' Junio C Hamano 2024-08-14 14:54:48 -07:00
  • d65332f241 Merge branch 'cp/unit-test-reftable-pq' Junio C Hamano 2024-08-14 14:54:48 -07:00
  • 6c3c451fb6 Merge branch 'jk/osxkeychain-username-is-nul-terminated' Junio C Hamano 2024-08-14 14:54:47 -07:00
  • 4385f8a52d Merge branch 'ps/leakfixes-part-3' Junio C Hamano 2024-08-14 14:54:47 -07:00
  • bbc04b0094 t9001-send-email.sh: update alias list used for pine test Jacob Keller 2024-08-13 17:05:10 -07:00
  • 4b707a6e99 p1500: add is-base performance tests Derrick Stolee 2024-08-14 10:31:30 +00:00
  • 9c1732ca11 for-each-ref: add 'is-base' token Derrick Stolee 2024-08-14 10:31:29 +00:00
  • 69020d034b commit: add gentle reference lookup method Derrick Stolee 2024-08-14 10:31:28 +00:00
  • e32eaf73b0 commit-reach: add get_branch_base_for_tip Derrick Stolee 2024-08-14 10:31:27 +00:00
  • 77d4b3dd73 builtin/diff: free symmetric diff members Patrick Steinhardt 2024-08-14 08:52:58 +02:00
  • 36f971f861 diff: free state populated via options Patrick Steinhardt 2024-08-14 08:52:55 +02:00
  • 0aaca0ec09 builtin/log: fix leak when showing converted blob contents Patrick Steinhardt 2024-08-14 08:52:53 +02:00
  • 38678e5df5 userdiff: fix leaking memory for configured diff drivers Patrick Steinhardt 2024-08-14 08:52:50 +02:00
  • 1bc158e750 builtin/format-patch: fix various trivial memory leaks Patrick Steinhardt 2024-08-14 08:52:44 +02:00
  • 6b15d9ca7f diff: fix leak when parsing invalid ignore regex option Patrick Steinhardt 2024-08-14 08:52:42 +02:00
  • 4dfd4f1dfe unpack-trees: clear index when not propagating it Patrick Steinhardt 2024-08-14 08:52:39 +02:00
  • 2f07d228c3 sequencer: release todo list on error paths Patrick Steinhardt 2024-08-14 08:52:36 +02:00
  • de54b450a3 merge-ort: unconditionally release attributes index Patrick Steinhardt 2024-08-14 08:52:33 +02:00
  • a0b82622cb builtin/fast-export: plug leaking tag names Patrick Steinhardt 2024-08-14 08:52:31 +02:00
  • 8ed4e96b5b builtin/fast-export: fix leaking diff options Patrick Steinhardt 2024-08-14 08:52:26 +02:00
  • 0662f0dacb builtin/fast-import: plug trivial memory leaks Patrick Steinhardt 2024-08-14 08:52:23 +02:00
  • 187b623eef builtin/notes: fix leaking struct notes_tree when merging notes Patrick Steinhardt 2024-08-14 08:52:20 +02:00
  • 1ca57bea4a builtin/rebase: fix leaking commit.gpgsign value Patrick Steinhardt 2024-08-14 08:52:17 +02:00
  • 648abbe22d config: fix leaking comment character config Patrick Steinhardt 2024-08-14 08:52:14 +02:00
  • 5f6519b62c submodule-config: fix leaking name entry when traversing submodules Patrick Steinhardt 2024-08-14 08:52:12 +02:00
  • d1c53f6703 read-cache: fix leaking hashfile when writing index fails Patrick Steinhardt 2024-08-14 08:52:06 +02:00
  • c81dcf630c bulk-checkin: fix leaking state TODO Patrick Steinhardt 2024-08-14 08:52:03 +02:00
  • 9ddd5f755d object-name: fix leaking symlink paths in object context Patrick Steinhardt 2024-08-14 08:52:00 +02:00
  • aa9ef614dc object-file: fix memory leak when reading corrupted headers Patrick Steinhardt 2024-08-14 08:51:58 +02:00
  • ce15f9eb9e git: fix leaking system paths Patrick Steinhardt 2024-08-14 08:51:55 +02:00
  • ce01f92889 remote: plug memory leak when aliasing URLs Patrick Steinhardt 2024-08-14 08:51:52 +02:00
  • 16d89aa975 t9001-send-email.sh: fix quoting for mailrc --dump-aliases test Jacob Keller 2024-08-13 17:05:09 -07:00
  • 1784522a1f midx: drop unused parameters from add_midx_to_chain() Jeff King 2024-08-13 01:02:16 -04:00
  • 96a9a3e42e bundle: default to SHA1 when reading bundle headers Patrick Steinhardt 2024-08-13 11:18:15 +02:00
  • 7298bcc573 builtin/bundle: have unbundle check for repo before opening its bundle Patrick Steinhardt 2024-08-13 11:18:08 +02:00
  • 5e440bf7f1 t-reftable-readwrite: add test for known error Chandra Pratap 2024-08-13 20:04:50 +05:30
  • 12f9ea473f t-reftable-readwrite: use 'for' in place of infinite 'while' loops Chandra Pratap 2024-08-13 20:04:49 +05:30
  • 3dd4fb13a0 t-reftable-readwrite: use free_names() instead of a for loop Chandra Pratap 2024-08-13 20:04:48 +05:30
  • 5b539a5361 t: move reftable/readwrite_test.c to the unit testing framework Chandra Pratap 2024-08-13 20:04:47 +05:30
  • 036876a106 config: hide functions using the_repository by default Patrick Steinhardt 2024-08-13 11:14:23 +02:00