Commit Graph

  • dd541aee9b What's cooking (2025/03 #06) Junio C Hamano 2025-03-21 05:36:57 -0700
  • 27afc272c4 midx: implement writing incremental MIDX bitmaps Taylor Blau 2025-03-20 13:57:08 -0400
  • 5999b44fcb pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators Taylor Blau 2025-03-20 13:57:05 -0400
  • e07af41139 pack-bitmap.c: keep track of each layer's type bitmaps Taylor Blau 2025-03-20 13:57:02 -0400
  • 5551ccfe97 ewah: implement `struct ewah_or_iterator` Taylor Blau 2025-03-20 13:56:59 -0400
  • e2837e29e6 pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs Taylor Blau 2025-03-20 13:56:56 -0400
  • db17e777c8 pack-bitmap.c: compute disk-usage with incremental MIDXs Taylor Blau 2025-03-20 13:56:49 -0400
  • faab03f9a1 pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs Taylor Blau 2025-03-20 13:56:46 -0400
  • 3886c72621 pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs Taylor Blau 2025-03-20 13:56:43 -0400
  • f77dbf0285 pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs Taylor Blau 2025-03-20 13:56:40 -0400
  • ae61324f0a pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs Taylor Blau 2025-03-20 13:56:37 -0400
  • f31a17cea5 pack-bitmap.c: open and store incremental bitmap layers Taylor Blau 2025-03-20 13:56:34 -0400
  • 8331c17b79 pack-revindex: prepare for incremental MIDX bitmaps Taylor Blau 2025-03-20 13:56:31 -0400
  • 4887bdd4c7 Documentation: describe incremental MIDX bitmaps Taylor Blau 2025-03-20 13:56:28 -0400
  • 4a9179d151 Documentation: remove a "future work" item from the MIDX docs Taylor Blau 2025-03-20 13:56:24 -0400
  • 0a3dceabf1 compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL` Patrick Steinhardt 2025-03-20 11:37:47 +0100
  • 871491f7ad meson: fix compat sources when compiling with MSVC Patrick Steinhardt 2025-03-20 11:37:46 +0100
  • b9fadeead7 builtin/fetch: avoid aborting closed reference transaction Justin Tobler 2025-03-20 19:44:37 -0500
  • 484d7adcda repack: begin combining cruft packs with `--combine-cruft-below-size` Taylor Blau 2025-03-19 18:52:58 -0400
  • 0855ed966c repack: avoid combining cruft packs with `--max-cruft-size` Taylor Blau 2025-03-19 18:52:54 -0400
  • 7fb12bb27e t/t7704-repack-cruft.sh: consolidate `write_blob()` Taylor Blau 2025-03-19 18:52:51 -0400
  • 1b01b03e52 t/t7704-repack-cruft.sh: clarify wording in --max-cruft-size tests Taylor Blau 2025-03-19 18:52:48 -0400
  • cee95f2670 t/t5329-pack-objects-cruft.sh: evict 'repack'-related tests Taylor Blau 2025-03-19 18:52:45 -0400
  • 340e7523c0 rev-list: support NUL-delimited --missing option Justin Tobler 2025-03-19 13:34:10 -0500
  • 1c3c1ab3d2 rev-list: support NUL-delimited --boundary option Justin Tobler 2025-03-19 13:34:09 -0500
  • c3d59c2e70 rev-list: support delimiting objects with NUL bytes Justin Tobler 2025-03-19 13:34:08 -0500
  • c9907a1916 rev-list: refactor early option parsing Justin Tobler 2025-03-19 13:34:07 -0500
  • 1481e29112 rev-list: inline `show_object_with_name()` in `show_object()` Justin Tobler 2025-03-19 13:34:06 -0500
  • 5633aa3af1 treewide: replace assert() with ASSERT() in special cases Elijah Newren 2025-03-19 16:22:58 +0000
  • 85e4f762c2 ci: add build checking for side-effects in assert() calls Elijah Newren 2025-03-19 16:22:57 +0000
  • 07fbc15c20 git-compat-util: introduce ASSERT() macro Elijah Newren 2025-03-19 16:22:56 +0000
  • 0e1b9c5eed reftable: adapt write_object_record() to propagate block_writer_add() errors Meet Soni 2025-03-19 20:59:27 +0530
  • 9ce297239b reftable: adapt writer_add_record() to propagate block_writer_add() errors Meet Soni 2025-03-19 20:59:26 +0530
  • 27571684dd reftable: propagate specific error codes in block_writer_add() Meet Soni 2025-03-19 20:59:25 +0530
  • c000918eb7 pseudo-merge.h: fix a typo Taylor Blau 2025-03-18 18:54:44 -0400
  • 459e54b549 refspec: replace `refspec_item_init()` with fetch/push variants Taylor Blau 2025-03-18 18:50:27 -0400
  • ec6829e484 refspec: remove refspec_item_init_or_die() Taylor Blau 2025-03-18 18:50:24 -0400
  • 0baad1f3ae refspec: replace `refspec_init()` with fetch/push variants Taylor Blau 2025-03-18 18:50:21 -0400
  • 3809633d0a refspec: treat 'fetch' as a Boolean value Taylor Blau 2025-03-18 18:50:18 -0400
  • f543202a16 Merge branch 'jk/fetch-ref-prefix-cleanup' into tb/refspec-fetch-cleanup Junio C Hamano 2025-03-21 01:43:22 -0700
  • 46e6f9af3e http.c: allow custom TCP keepalive behavior via config Taylor Blau 2025-03-19 18:23:56 -0400
  • bfdd2591b0 http.c: inline `set_curl_keepalive()` Taylor Blau 2025-03-19 18:23:53 -0400
  • 572795cff9 http.c: introduce `set_long_from_env()` for convenience Taylor Blau 2025-03-19 18:23:50 -0400
  • 894221d2af http.c: remove unnecessary casts to long Taylor Blau 2025-03-19 18:23:46 -0400
  • ee89f7c79d ci/github: add missing 'CI_JOB_IMAGE' env variable Karthik Nayak 2025-03-19 17:33:28 +0100
  • 7b399322a2 doc: apply new format to git-branch man page Jean-Noël Avila 2025-03-19 08:16:23 +0000
  • e1b81f54da completion: take into account the formatting backticks for options Jean-Noël Avila 2025-03-19 08:16:22 +0000
  • e7c03c3351 What's cooking (2025/03 #05) Junio C Hamano 2025-03-18 13:09:32 -0700
  • d39f04b638 index-pack, unpack-objects: restore missing ->init_fn Jensen Huang 2025-03-18 19:16:10 +0800
  • 2c0dcb9754 promisor-remote: compare remote names case sensitively Christian Couder 2025-03-18 12:00:08 +0100
  • caed258323 promisor-remote: fix possible issue when no URL is advertised Christian Couder 2025-03-18 12:00:07 +0100
  • b059339bb3 promisor-remote: fix segfault when remote URL is missing Christian Couder 2025-03-18 12:00:06 +0100
  • 9e05fbe61b t5710: arrange to delete the client before cloning Christian Couder 2025-03-18 12:00:05 +0100
  • aab0f899d9 fetch: don't ask for remote HEAD if followRemoteHEAD is "never" Jeff King 2025-03-18 01:41:22 -0400
  • c834d1a7ce fetch: only respect followRemoteHEAD with configured refspecs Jeff King 2025-03-18 01:40:17 -0400
  • 1a0413a850 Merge branch 'jk/fetch-ref-prefix-cleanup' into jk/fetch-follow-remote-head-fix Junio C Hamano 2025-03-18 12:21:20 -0700
  • ae85116f18 docs: add BreakingChanges to TECH_DOCS target Phillip Wood 2025-03-18 14:41:40 +0000
  • ee434e1807 pack-refs doc: fix indentation for --exclude Phillip Wood 2025-03-18 14:40:28 +0000
  • 3b20c839ba bundle-uri: add test for bundle-uri clones with tags Scott Chacon 2025-03-18 15:36:13 +0000
  • b2d32ae44b bundle-uri: copy all bundle references ino the refs/bundle space Scott Chacon 2025-03-18 15:36:12 +0000
  • e94155a9ec Merge branch 'hj/doc-rev-list-ancestry-fix' into next Junio C Hamano 2025-03-18 10:23:39 -0700
  • 1c1d88dcb7 Merge branch 'es/meson-building-docs-requires-perl' into next Junio C Hamano 2025-03-18 10:23:39 -0700
  • 87acd24a85 Merge branch 'en/random-cleanups' into next Junio C Hamano 2025-03-18 10:23:39 -0700
  • aca4b320d2 Merge branch 'rs/xdiff-context-length-fix' into next Junio C Hamano 2025-03-18 10:23:38 -0700
  • fe32168eef Merge branch 'jk/use-wunreachable-code-for-devs' into next Junio C Hamano 2025-03-18 10:23:38 -0700
  • 56808a7eda Merge branch 'en/diff-rename-follow-fix' into next Junio C Hamano 2025-03-18 10:23:37 -0700
  • e3f090e427 Merge branch 'tb/multi-cruft-pack-refresh-fix' into next Junio C Hamano 2025-03-18 10:23:37 -0700
  • 9075454132 Merge branch 'am/dir-dedup-decl-of-repository' into next Junio C Hamano 2025-03-18 10:23:37 -0700
  • 15b1c62eff Merge branch 'ps/meson-with-breaking-changes' into next Junio C Hamano 2025-03-18 10:23:36 -0700
  • ab3e5cf19f Merge branch 'jk/fetch-ref-prefix-cleanup' into next Junio C Hamano 2025-03-18 10:23:36 -0700
  • 7ede1484eb Merge branch 'ab/decorate-code-cleanup' into next Junio C Hamano 2025-03-18 10:23:36 -0700
  • a911944a1c Merge branch 'en/merge-ort-prepare-to-remove-recursive' into next Junio C Hamano 2025-03-18 10:23:35 -0700
  • 726197f7e0 Merge branch 'ps/refname-avail-check-optim' into next Junio C Hamano 2025-03-18 10:23:35 -0700
  • d98973e2cb Merge branch 'cc/signed-fast-export-import' into next Junio C Hamano 2025-03-18 10:23:35 -0700
  • 947e219fb6 am: switch from merge_recursive_generic() to merge_ort_generic() Elijah Newren 2025-03-13 02:46:41 +0000
  • a16e8efe5c merge-ort: fix merge.directoryRenames=false Elijah Newren 2025-03-13 02:46:40 +0000
  • a9185cc89b t3650: document bug when directory renames are turned off Johannes Schindelin 2025-03-13 02:46:39 +0000
  • 3965976edb merge-ort: support having merge verbosity be set to 0 Elijah Newren 2025-03-13 02:46:38 +0000
  • a707d4f941 merge-ort: allow rename detection to be disabled Elijah Newren 2025-03-13 02:46:37 +0000
  • 4e5d9de96c merge-ort: add new merge_ort_generic() function Elijah Newren 2025-03-13 02:46:36 +0000
  • 5af21c9acb doc: add missing commit C to the graph for --ancestry-path=H D..M Han Jiang 2025-03-16 01:47:39 +0000
  • 26d76ca284 doc: restore: remove note on --patch w/ pathspecs Adam Johnson 2023-06-01 21:14:57 +0000
  • 16f5d967e2 config.mak.dev: enable -Wunreachable-code Jeff King 2025-03-17 16:53:29 -0700
  • 82e79c6364 git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare() Junio C Hamano 2025-03-17 16:53:28 -0700
  • 77f32ba430 Merge branch 'tb/multi-cruft-pack-refresh-fix' into tb/combine-cruft-below-size Junio C Hamano 2025-03-17 17:00:38 -0700
  • d1270689a1 reflog: implement subcommand to drop reflogs Karthik Nayak 2025-03-14 09:40:35 +0100
  • 52f2dfb084 reflog: improve error for when reflog is not found Karthik Nayak 2025-03-14 09:40:34 +0100
  • 7e1bec1edd run-command: use errno to check for sigfillset() error Jeff King 2025-03-17 16:53:27 -0700
  • a18c18b470 merge-ort: remove extraneous word in comment Elijah Newren 2025-03-16 06:58:59 +0000
  • 5692a46b09 merge-ort: fix accidental strset<->strintmap Elijah Newren 2025-03-16 06:58:58 +0000
  • a373f93370 t7615: be more explicit about diff algorithm used Elijah Newren 2025-03-16 06:58:57 +0000
  • 9c69ad275e t6423: fix a comment that accidentally reversed two commits Elijah Newren 2025-03-16 06:58:56 +0000
  • e40eefba02 stash: remove merge-recursive.h include Elijah Newren 2025-03-16 06:58:55 +0000
  • 7c8cd9c158 meson: fix perl detection when docs are enabled, but perl bindings aren't Eli Schwartz 2025-03-16 02:06:05 -0400
  • 554051d691 diffcore-rename: fix BUG when break detection and --follow used together Elijah Newren 2025-03-15 01:08:13 +0000
  • d39e28e68c xdiff: avoid arithmetic overflow in xdl_get_hunk() René Scharfe 2025-03-14 23:00:42 +0100
  • 12beb8f557 Sync with Git 2.49 Junio C Hamano 2025-03-14 15:23:21 -0700
  • 9ff87b6cc9 MaintNotes: issues and contributions to friendly 3rd party projects Junio C Hamano 2025-03-14 10:33:26 -0700
  • d4034f49aa What's cooking (2025/03 #04) Junio C Hamano 2025-03-14 09:58:04 -0700
  • 683c54c999 Git 2.49 v2.49.0 maint Junio C Hamano 2025-03-14 09:19:41 -0700