Commit Graph

  • 34d3f2a984 t5300: add test for 'show-index --object-format' Abhijeet Sonar 2024-11-09 14:57:39 +05:30
  • 4da8d90fdd show-index: fix uninitialized hash function Abhijeet Sonar 2024-11-09 14:57:38 +05:30
  • e5033898da Merge branch 'ob/strip-comments-on-commit' Johannes Sixt 2024-11-09 14:37:45 +01:00
  • 492550155a Merge branch 'tb/mergetool-from-config' Johannes Sixt 2024-11-09 14:34:50 +01:00
  • 3b46b69370 What's cooking (2024/11 #04) Junio C Hamano 2024-11-08 16:39:43 +09:00
  • facbe4f633 The eighth batch Junio C Hamano 2024-11-08 12:55:48 +09:00
  • 02a2d5706d Merge branch 'jk/left-right-bitmap' Junio C Hamano 2024-11-08 12:56:28 +09:00
  • 1ee7dbde67 Merge branch 'ps/upgrade-clar' Junio C Hamano 2024-11-08 12:56:27 +09:00
  • 31fe1390cd Merge branch 'cw/config-extensions' Junio C Hamano 2024-11-08 12:56:27 +09:00
  • a2ac8b0707 Merge branch 'kn/ci-clang-format-tidy' Junio C Hamano 2024-11-08 12:56:26 +09:00
  • c14fa9a511 Merge branch 'kn/arbitrary-suffixes' Junio C Hamano 2024-11-08 12:56:25 +09:00
  • b8150bfee1 describe: stop traversing when we run out of names Jeff King 2024-11-06 16:17:17 -05:00
  • 7379046221 describe: stop digging for max_candidates+1 Jeff King 2024-11-06 16:17:14 -05:00
  • bb0830c682 t/perf: add tests for git-describe Jeff King 2024-11-06 16:17:08 -05:00
  • d0e52c1728 t6120: demonstrate weakness in disjoint-root handling Jeff King 2024-11-06 16:16:58 -05:00
  • 2664f2a0cb Merge branch 'ps/leakfixes-part-9' into ps/leakfixes-part-10 Junio C Hamano 2024-11-07 13:23:02 +09:00
  • 391bceae43 compat/mingw: support POSIX semantics for atomic renames Patrick Steinhardt 2024-10-27 16:39:43 +01:00
  • 5d4cc78f72 fetch-pack: die if in commit graph but not obj db Jonathan Tan 2024-11-05 11:24:19 -08:00
  • bf1feb9e53 Revert "fetch-pack: add a deref_without_lazy_fetch_extended()" Jonathan Tan 2024-11-05 11:24:18 -08:00
  • 00e10e0751 doc: correct misleading descriptions for --shallow-exclude Elijah Newren 2024-11-04 19:02:44 +00:00
  • c810549be1 list-objects-filter-options: work around reported leak on error Patrick Steinhardt 2024-11-05 07:17:54 +01:00
  • ff67083ccd builtin/merge: release output buffer after performing merge Patrick Steinhardt 2024-11-05 07:17:49 +01:00
  • 813b12b6f7 dir: fix leak when parsing "status.showUntrackedFiles" Patrick Steinhardt 2024-11-05 07:17:46 +01:00
  • 0bc0fcf0b2 t/helper: fix leaking buffer in "dump-untracked-cache" Patrick Steinhardt 2024-11-05 07:17:43 +01:00
  • a53144cf1b t/helper: stop re-initialization of the_repository Patrick Steinhardt 2024-11-05 07:17:40 +01:00
  • 1f5ff83eab sparse-index: correctly free EWAH contents Patrick Steinhardt 2024-11-05 07:17:38 +01:00
  • e4ba54d47b dir: release untracked cache data Patrick Steinhardt 2024-11-05 07:17:35 +01:00
  • 1981d1eb3e combine-diff: fix leaking lost lines Patrick Steinhardt 2024-11-05 07:17:28 +01:00
  • d06e3ec858 builtin/tag: fix leaking key ID on failure to sign Patrick Steinhardt 2024-11-05 07:17:26 +01:00
  • 1a99173de0 transport-helper: fix leaking import/export marks Patrick Steinhardt 2024-11-05 07:17:23 +01:00
  • 6ef9f77a15 builtin/commit: fix leaking cleanup config Patrick Steinhardt 2024-11-05 07:17:20 +01:00
  • ff31b7b941 trailer: fix leaking strbufs when formatting trailers Patrick Steinhardt 2024-11-05 07:17:17 +01:00
  • 3f692fe5be trailer: fix leaking trailer values Patrick Steinhardt 2024-11-05 07:17:12 +01:00
  • d34b5cbf02 builtin/commit: fix leaking change data contents Patrick Steinhardt 2024-11-05 07:17:09 +01:00
  • 3b373150c8 upload-pack: fix leaking URI protocols Patrick Steinhardt 2024-11-05 07:17:06 +01:00
  • 0b20a28811 pretty: clear signature check Patrick Steinhardt 2024-11-05 07:17:03 +01:00
  • 8dd3cb4b45 diff-lib: fix leaking diffopts in do_diff_cache() Patrick Steinhardt 2024-11-05 07:17:00 +01:00
  • e29ff075e0 revision: fix leaking bloom filters Patrick Steinhardt 2024-11-05 07:16:58 +01:00
  • 43fedde3df builtin/grep: fix leak with --max-count=0 Patrick Steinhardt 2024-11-05 07:16:52 +01:00
  • a6590ccdd4 grep: fix leak in grep_splice_or() Patrick Steinhardt 2024-11-05 07:16:50 +01:00
  • ee3e8c3afa t/helper: fix leaks in "reach" test tool Patrick Steinhardt 2024-11-05 07:16:46 +01:00
  • 5f5dd8e297 builtin/ls-remote: plug leaking server options Patrick Steinhardt 2024-11-05 07:16:43 +01:00
  • 0679a8132b What's cooking (2024/11 #03) Junio C Hamano 2024-11-04 21:36:26 -08:00
  • 5a875ff7fb upload-pack: fix ambiguous error message Elijah Newren 2024-11-04 19:02:43 +00:00
  • ad5e110b92 What's cooking (2024/11 #02) Junio C Hamano 2024-11-03 19:17:16 -08:00
  • a1fb77fcb8 t1016: clean up style Andrew Kreimer 2024-11-03 15:50:42 +02:00
  • d9e24ce2ca t5300: move --window clamp test next to unclamped Jonathan Tan 2024-11-01 13:11:47 -07:00
  • 78995ff57c t0410: use from-scratch server Jonathan Tan 2024-11-01 13:11:46 -07:00
  • da80429cef t0410: make test description clearer Jonathan Tan 2024-11-01 13:11:45 -07:00
  • 16a736931f What's cooking (2024/11 #01) Taylor Blau 2024-11-01 16:09:27 -04:00
  • 8f8d6eee53 The seventh batch Taylor Blau 2024-11-01 12:59:31 -04:00
  • 1c5a712f26 Merge branch 'jk/dumb-http-finalize' Taylor Blau 2024-11-01 12:53:31 -04:00
  • 6d81fe64dd Merge branch 'kh/update-ref' Taylor Blau 2024-11-01 12:53:30 -04:00
  • aebc4bd8ce Merge branch 'ak/more-typofixes' Taylor Blau 2024-11-01 12:53:29 -04:00
  • 43ac23945c Merge branch 'rs/grep-lookahead' Taylor Blau 2024-11-01 12:53:28 -04:00
  • 81a5461518 Merge branch 'ak/t1016-cleanup' Taylor Blau 2024-11-01 12:53:27 -04:00
  • 59dc0ab83c Merge branch 'ua/atoi' Taylor Blau 2024-11-01 12:53:26 -04:00
  • 20ab7fa3b6 Merge branch 'sa/notes-edit' Taylor Blau 2024-11-01 12:53:25 -04:00
  • 8237b49ade Merge branch 'sk/t9101-cleanup' Taylor Blau 2024-11-01 12:53:24 -04:00
  • 7b1f01f02e Merge branch 'ss/duplicate-typos' Taylor Blau 2024-11-01 12:53:23 -04:00
  • aabbcf2783 Merge branch 'ps/upload-pack-doc' Taylor Blau 2024-11-01 12:53:22 -04:00
  • 07c6066f82 Merge branch 'kh/mv-breakage' Taylor Blau 2024-11-01 12:53:20 -04:00
  • 787297b396 Merge branch 'rj/cygwin-exit' Taylor Blau 2024-11-01 12:53:19 -04:00
  • a524cc77ad Merge branch 'ua/t3404-cleanup' Taylor Blau 2024-11-01 12:53:18 -04:00
  • 268fd2fe58 Merge branch 'ps/platform-compat-fixes' Taylor Blau 2024-11-01 12:53:16 -04:00
  • 47c3170a3e Merge branch 'jc/breaking-changes-early-adopter-option' Taylor Blau 2024-11-01 12:53:14 -04:00
  • 16a186fede rev-list: skip bitmap traversal for --left-right Jeff King 2024-11-01 08:16:06 -04:00
  • ac112fd4f0 Add additional CI jobs to avoid accidental breakage brian m. carlson 2024-10-31 23:49:34 +00:00
  • ad797eace4 ci: remove clause for Ubuntu 16.04 brian m. carlson 2024-10-31 23:49:33 +00:00
  • c85bcb5de1 gitlab-ci: switch from Ubuntu 16.04 to 20.04 brian m. carlson 2024-10-31 23:49:32 +00:00
  • 6f4f63c36b What's cooking (2024/10 #12) Taylor Blau 2024-10-30 14:43:18 -04:00
  • 23d289d273 The sixth batch Taylor Blau 2024-10-30 13:36:44 -04:00
  • 6aa984af3b Merge branch 'sk/t7011-cleanup' Taylor Blau 2024-10-30 13:08:07 -04:00
  • 8d305fdaac Merge branch 'co/t6050-pipefix' Taylor Blau 2024-10-30 13:08:06 -04:00
  • cec4461e3f Merge branch 'ks/t4205-fixup' Taylor Blau 2024-10-30 13:08:05 -04:00
  • 9947803926 Merge branch 'kh/submitting-patches' Taylor Blau 2024-10-30 13:08:04 -04:00
  • 6f763d798b Merge branch 'ps/ref-filter-sort' Taylor Blau 2024-10-30 13:08:02 -04:00
  • bc627658b0 Merge branch 'ps/reftable-strbuf' Taylor Blau 2024-10-30 13:08:01 -04:00
  • 062d9fb033 Merge branch 'backport-github-actions-fixes' Johannes Schindelin 2024-10-30 15:03:51 +01:00
  • 83b08eb19f t7300: work around platform-specific behaviour with long paths on MinGW Patrick Steinhardt 2024-10-09 15:25:18 +02:00
  • 7e6073d270 compat/regex: fix argument order to calloc(3) Junio C Hamano 2024-05-11 23:25:04 -07:00
  • 5d828879f3 mingw: drop bogus (and unneeded) declaration of _pgmptr Johannes Schindelin 2024-06-19 06:09:58 +00:00
  • 0d606d8c2a ci: remove 'Upload failed tests' directories' step from linux32 jobs Junio C Hamano 2024-09-09 16:00:20 -07:00
  • dd6003f200 t6006: fix prereq handling with test_format () Patrick Steinhardt 2024-10-28 06:14:51 +01:00
  • a270cb1540 compat/mingw: allow deletion of most opened files Patrick Steinhardt 2024-10-27 16:39:40 +01:00
  • b0b65ec593 compat/mingw: share file handles created via CreateFileW() Patrick Steinhardt 2024-10-27 16:39:37 +01:00
  • 863f2459a2 packfile: use oidread() instead of hashcpy() to fill object_id Jeff King 2024-10-25 03:08:10 -04:00
  • 479ab76c9f packfile: use object_id in find_pack_entry_one() Jeff King 2024-10-25 03:06:06 -04:00
  • 4d99559147 packfile: convert find_sha1_pack() to use object_id Jeff King 2024-10-25 03:05:03 -04:00
  • 0af861e0c8 http-walker: use object_id instead of bare hash Jeff King 2024-10-25 03:03:42 -04:00
  • 6b2fc22050 packfile: warn people away from parse_packed_git() Jeff King 2024-10-25 03:02:22 -04:00
  • 4390fea963 packfile: drop sha1_pack_index_name() Jeff King 2024-10-25 03:01:25 -04:00
  • c2dc4c9fbb packfile: drop sha1_pack_name() Jeff King 2024-10-25 03:00:55 -04:00
  • 03b8eed7f5 packfile: drop has_pack_index() Jeff King 2024-10-25 03:00:09 -04:00
  • 63aca3f7f1 dumb-http: store downloaded pack idx as tempfile Jeff King 2024-10-25 02:58:06 -04:00
  • 019b21d402 t5550: count fetches in "previously-fetched .idx" test Jeff King 2024-10-25 02:44:17 -04:00
  • 8b5763e8fa midx: avoid duplicate packed_git entries Jeff King 2024-10-25 02:43:40 -04:00
  • 2cb913ae1d What's cooking (2024/10 #11) Taylor Blau 2024-10-25 15:37:18 -04:00
  • 6a11438f43 The fifth batch Taylor Blau 2024-10-25 14:11:13 -04:00
  • 55d12c24d7 Merge branch 'wm/shortlog-hash' Taylor Blau 2024-10-25 14:02:49 -04:00