messages from 2021-08-30 20:49:34 to 2021-08-31 20:53:27 UTC [more...]
[PATCH 00/22] multi-pack reachability bitmaps
2021-08-31 20:52 UTC (29+ messages)
` [PATCH v5 00/27] "
` [PATCH v5 01/27] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
` [PATCH v5 02/27] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
` [PATCH v5 03/27] pack-bitmap-write.c: free existing bitmaps
` [PATCH v5 04/27] Documentation: describe MIDX-based bitmaps
` [PATCH v5 05/27] midx: disallow running outside of a repository
` [PATCH v5 06/27] midx: fix `*.rev` cleanups with `--object-dir`
` [PATCH v5 07/27] midx: clear auxiliary .rev after replacing the MIDX
` [PATCH v5 08/27] midx: reject empty `--preferred-pack`'s
` [PATCH v5 09/27] midx: infer preferred pack when not given one
` [PATCH v5 10/27] midx: close linked MIDXs, avoid leaking memory
` [PATCH v5 11/27] midx: avoid opening multiple MIDXs when writing
` [PATCH v5 12/27] pack-bitmap.c: introduce 'bitmap_num_objects()'
` [PATCH v5 13/27] pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
` [PATCH v5 14/27] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'
` [PATCH v5 15/27] pack-bitmap.c: avoid redundant calls to try_partial_reuse
` [PATCH v5 16/27] pack-bitmap: read multi-pack bitmaps
` [PATCH v5 17/27] pack-bitmap: write "
` [PATCH v5 18/27] t5310: move some tests to lib-bitmap.sh
` [PATCH v5 19/27] t/helper/test-read-midx.c: add --checksum mode
` [PATCH v5 20/27] t5326: test multi-pack bitmap behavior
` [PATCH v5 21/27] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP
` [PATCH v5 22/27] t5310: "
` [PATCH v5 23/27] t5319: don't write MIDX bitmaps in t5319
` [PATCH v5 24/27] t7700: update to work with MIDX bitmap test knob
` [PATCH v5 25/27] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
` [PATCH v5 26/27] p5310: extract full and partial bitmap tests
` [PATCH v5 27/27] p5326: perf tests for MIDX bitmaps
UX suggestion
2021-08-31 20:36 UTC (6+ messages)
` [PATCH] gc: remove trailing dot from "gc.log" line
[PATCH v3] pull, fetch: fix segfault in --set-upstream option
2021-08-31 20:20 UTC (4+ messages)
` [PATCH v4] "
[PATCH v2 5/5] oidtree: a crit-bit tree for odb_loose_cache
2021-08-31 20:28 UTC (6+ messages)
` [PATCH/RFC 0/3] pedantic errors in next
` [PATCH/RFC 3/3] ci: run a pedantic build as part of the GitHub workflow
[PATCH 0/7] Add a new --remerge-diff capability to show & log
2021-08-31 20:23 UTC (13+ messages)
` [PATCH 1/7] merge-ort: mark a few more conflict messages as omittable
` [PATCH 2/7] merge-ort: add ability to record conflict messages in a file
` [PATCH 3/7] ll-merge: add API for capturing warnings in a strbuf instead of stderr
` [PATCH 4/7] merge-ort: capture and print ll-merge warnings in our preferred fashion
` [PATCH 5/7] tmp-objdir: new API for creating and removing primary object dirs
` [PATCH 6/7] show, log: provide a --remerge-diff capability
` [PATCH 7/7] doc/diff-options: explain the new --remerge-diff option
[PATCH] rebase, cherry-pick, revert: only run from toplevel
2021-08-31 20:14 UTC (5+ messages)
[PATCH v2 3/4] SANITIZE tests: fix memory leaks in t5701*, add to whitelist
2021-08-31 20:08 UTC (5+ messages)
` [PATCH] protocol-caps.c: fix memory leak in send_info()
[PATCH 0/2] [RFC] Implement a bulk-checkin option for core.fsyncObjectFiles
2021-08-31 19:59 UTC (8+ messages)
` [PATCH 2/2] core.fsyncobjectfiles: batch disk flushes
[PATCH v2 4/4] SANITIZE tests: fix leak in mailmap.c
2021-08-31 19:46 UTC (5+ messages)
` [PATCH] mailmap.c: fix a memory leak in free_mailap_{info,entry}()
BUG: `git commit` adding unstaged chunks of files to commits on 2.33.0
2021-08-31 19:45 UTC (6+ messages)
[PATCH] fast-export: fix anonymized tag using original length
2021-08-31 19:35 UTC (3+ messages)
[PATCH] userdiff: support enum keyword in PHP hunk header
2021-08-31 19:15 UTC (2+ messages)
[PATCH v3 0/6] config-based hooks restarted
2021-08-31 19:05 UTC (4+ messages)
` [PATCH v3 5/6] hook: include hooks from the config
[PATCH v4 05/25] midx: clear auxiliary .rev after replacing the MIDX
2021-08-31 18:48 UTC (26+ messages)
[PATCH 2/2] upload-pack: use stdio in send_ref callbacks
2021-08-31 18:13 UTC (9+ messages)
` [PATCH v3 0/2] send_ref buffering
` [PATCH v3 1/2] pkt-line: add stdio packet write functions
` [PATCH v3 2/2] upload-pack: use stdio in send_ref callbacks
[PATCH 0/6] Fix GIT_TEST_SPLIT_INDEX
2021-08-31 17:38 UTC (4+ messages)
` [PATCH v2 "
[PATCH 1/3] Remove unused var
2021-08-31 17:16 UTC (9+ messages)
` [PATCH 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules
` [PATCH v4 1/3] Remove unused var
` [PATCH v4 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules
` [PATCH v4 3/3] diff --submodule=diff: Don't print failure message twice
[PATCH RESEND v2] make: add install-stripped target
2021-08-31 17:06 UTC (2+ messages)
[PATCH 00/15] [RFC] Upstreaming the Scalar command
2021-08-31 16:47 UTC (29+ messages)
` [PATCH 01/15] scalar: create a rudimentary executable
` [PATCH 02/15] scalar: start documenting the command
` [PATCH 03/15] scalar: create test infrastructure
` [PATCH 04/15] scalar: 'register' sets recommended config and starts maintenance
` [PATCH 05/15] scalar: 'unregister' stops background maintenance
` [PATCH 06/15] scalar: let 'unregister' handle a deleted enlistment directory gracefully
` [PATCH 07/15] scalar: implement 'scalar list'
` [PATCH 08/15] scalar: implement the `clone` subcommand
` [PATCH 09/15] scalar: teach 'clone' to support the --single-branch option
` [PATCH 10/15] scalar: implement the `run` command
` [PATCH 11/15] scalar: allow reconfiguring an existing enlistment
` [PATCH 12/15] scalar: teach 'reconfigure' to optionally handle all registered enlistments
` [PATCH 13/15] scalar: implement the `delete` command
` [PATCH 14/15] scalar: implement the `version` command
` [PATCH 15/15] scalar: accept -C and -c options before the subcommand
Exec upload-pack on remote with what parameters to get direntries
2021-08-31 16:23 UTC (12+ messages)
[PATCH] t7900: add '--scheduler=launchctl' parameter to fix test
2021-08-31 15:59 UTC (4+ messages)
[PATCH] test-lib: set GIT_CEILING_DIRECTORIES to protect the surrounding repository
2021-08-31 14:40 UTC (3+ messages)
` [PATCH v2] "
Bug: All git operations fail when .git contains a non-existent gitdir
2021-08-31 14:16 UTC (5+ messages)
[ANNOUNCE] Git Rev News edition 78
2021-08-31 13:50 UTC
Draft of Git Rev News edition 78
2021-08-31 13:36 UTC (5+ messages)
[PATCH 0/4] add a test mode for SANITIZE=leak, run it in CI
2021-08-31 13:35 UTC (17+ messages)
` [PATCH v2 "
` [PATCH v2 2/4] SANITIZE tests: fix memory leaks in t13*config*, add to whitelist
` [PATCH v3 0/8] add a test mode for SANITIZE=leak, run it in CI
` [PATCH v3 1/8] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
` [PATCH v3 2/8] CI: refactor "if" to "case" statement
` [PATCH v3 3/8] tests: add a test mode for SANITIZE=leak, run it in CI
` [PATCH v3 4/8] tests: annotate t000*.sh with TEST_PASSES_SANITIZE_LEAK=true
` [PATCH v3 5/8] tests: annotate t001*.sh "
` [PATCH v3 6/8] tests: annotate t002*.sh "
` [PATCH v3 7/8] tests: annotate select t0*.sh "
` [PATCH v3 8/8] tests: annotate select t*.sh "
[PATCH] use get_merge_tool_path() also in is_available() to honor settings
2021-08-31 11:01 UTC (3+ messages)
Problem accessing git.kernel.org with git v2.33 plus gitproxy
2021-08-31 8:46 UTC (7+ messages)
[PATCH v2 1/3] Remove unused var
2021-08-31 6:19 UTC (5+ messages)
` [PATCH v2 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules
` [PATCH v2 3/3] diff --submodule=diff: Don't print failure message twice
Git re-creates newly added directory when it is pushed
2021-08-31 4:41 UTC (5+ messages)
[PATCH] add http.maxReceiveSpeed to limit git-receive-pack receiving speed
2021-08-31 4:15 UTC (4+ messages)
` [PATCH v2] http: add http.maxReceiveSpeed to limit receiving speed of "git-receive-pack"
What's cooking in git.git (Aug 2021, #09; Sun, 29)
2021-08-31 3:39 UTC (7+ messages)
Bug with line endings on git
2021-08-31 2:41 UTC (3+ messages)
[PATCH 0/1] ci: new github-action for git-l10n code review
2021-08-31 1:03 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH 0/2] builtin/add: minor unrelated fixes
2021-08-31 0:33 UTC (3+ messages)
` [PATCH 1/2] builtin/add: remove obsoleted support for legacy stash -p
[PATCH v2 0/6] tr2: plug memory leaks + logic errors + Win32 & Linux feature parity
2021-08-31 0:17 UTC (3+ messages)
` [PATCH v3 "
[PATCH v3 0/6] commit-graph: usage fixes
2021-08-30 23:58 UTC (4+ messages)
` [PATCH v4 0/7] "
[RFC PATCH] sequencer: warn on skipping previously seen commit
2021-08-30 23:40 UTC (9+ messages)
` [PATCH v2] sequencer: advise if skipping cherry-picked commit
` [PATCH v3] "
[PATCH 0/4] Gets rid of "if reflog exists, append to it regardless of config settings"
2021-08-30 21:59 UTC (12+ messages)
` [PATCH 1/4] test-ref-store: tweaks to for-each-reflog-ent format
` [PATCH 2/4] t1400: use test-helper ref-store to inspect reflog contents
` [PATCH 3/4] refs: drop force_create argument of create_reflog API
` [PATCH 4/4] RFC: refs: reflog entries aren't written based on reflog existence
[PATCH 0/3] pack-objects: simplify add_objects_in_unpacked_packs()
2021-08-30 21:30 UTC (3+ messages)
[PATCH v5] clone: set submodule.recurse=true if user enables feature.experimental flag
2021-08-30 21:23 UTC (9+ messages)
` [PATCH v6] clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabled
` [PATCH] fixup! "
[PATCH 0/7] progress: verify progress counters in the test suite
2021-08-30 21:17 UTC (8+ messages)
` [PATCH 2/7] progress: catch nested/overlapping progresses with GIT_TEST_CHECK_PROGRESS
` [PATCH 6/7] [RFC] entry: don't show "Filtering content: ... done." line in case of errors
What's cooking in git.git (Aug 2021, #02; Tue, 3)
2021-08-30 21:03 UTC (7+ messages)
[PATCH] merge-recursive: use fspathcmp() in path_hashmap_cmp()
2021-08-30 20:49 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).