messages from 2024-11-18 15:34:20 to 2024-11-20 11:51:24 UTC [more...]
[PATCH v8 0/9] add ref content check for files backend
2024-11-20 11:51 UTC (6+ messages)
` [PATCH v9 "
` [PATCH v9 1/9] ref: initialize "fsck_ref_report" with zero
` [PATCH v9 2/9] ref: check the full refname instead of basename
` [PATCH v9 3/9] ref: initialize ref name outside of check functions
` [PATCH v9 4/9] ref: support multiple worktrees check for refs
[PATCH v12 0/8] set-head/fetch remote/HEAD updates
2024-11-20 10:45 UTC (27+ messages)
` [PATCH v13 0/9] "
` [PATCH v13 1/9] t/t5505-remote: set default branch to main
` [PATCH v13 2/9] refs: standardize output of refs_read_symbolic_ref
` [PATCH v13 5/9] remote set-head: better output for --auto
` [PATCH v13 7/9] refs: add create_only option to refs_update_symref_extended
` [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist
[PATCH 00/10] refs: optimize ref format migrations
2024-11-20 10:42 UTC (22+ messages)
` [PATCH v2 "
` [PATCH v2 01/10] refs: allow passing flags when setting up a transaction
` [PATCH v2 02/10] refs/files: move logic to commit initial transaction
` [PATCH v2 03/10] refs: introduce "initial" transaction flag
` [PATCH v2 04/10] refs/files: support symbolic and root refs in initial transaction
` [PATCH v2 05/10] refs: use "initial" transaction semantics to migrate refs
` [PATCH v2 06/10] refs: skip collision checks in initial transactions
` [PATCH v2 07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`
` [PATCH v2 08/10] reftable/writer: optimize allocations by using a scratch buffer
` [PATCH v2 09/10] reftable/block: rename `block_writer::buf` variable
` [PATCH v2 10/10] reftable/block: optimize allocations by using scratch buffer
[PATCH v2 00/27] Memory leak fixes (pt.10, final)
2024-11-20 10:40 UTC (9+ messages)
` [PATCH v2 07/27] bisect: fix various cases where we leak commit list items
` [PATCH v2 09/27] strvec: introduce new `strvec_splice()` function
` [PATCH v2 11/27] git: refactor builtin handling to use a `struct strvec`
` [PATCH v2 27/27] t: remove TEST_PASSES_SANITIZE_LEAK annotations
What's cooking in git.git (Nov 2024, #07; Wed, 20)
2024-11-20 10:39 UTC (3+ messages)
[PATCH] git: fix paginate handling for commands with DELAY_PAGER_CONFIG
2024-11-20 10:17 UTC
[RFC PATCH 00/21] Modernize the build system
2024-11-20 9:44 UTC (37+ messages)
` [PATCH RFC v7 00/22] "
` [-SPAM-] "
` [PATCH v8 00/23] "
` [PATCH v8 01/23] Makefile: use common template for GIT-BUILD-OPTIONS
` [PATCH v8 02/23] Makefile: consistently use @PLACEHOLDER@ to substitute
` [PATCH v8 03/23] Makefile: refactor GIT-VERSION-GEN to be reusable
` [PATCH v8 04/23] Makefile: propagate Git version via generated header
` [PATCH v8 05/23] Makefile: generate "git.rc" via GIT-VERSION-GEN
` [PATCH v8 06/23] Makefile: generate doc versions "
` [PATCH v8 07/23] Makefile: consistently use PERL_PATH
` [PATCH v8 08/23] Makefile: extract script to massage Perl scripts
` [PATCH v8 09/23] Makefile: use "generate-perl.sh" to massage Perl library
` [PATCH v8 10/23] Makefile: extract script to massage Shell scripts
` [PATCH v8 11/23] Makefile: extract script to generate gitweb.cgi
` [PATCH v8 12/23] Makefile: extract script to generate gitweb.js
` [PATCH v8 13/23] Makefile: refactor generators to be PWD-independent
` [PATCH v8 14/23] Makefile: allow "bin-wrappers/" directory to exist
` [PATCH v8 15/23] Makefile: simplify building of templates
` [PATCH v8 16/23] Documentation: allow sourcing generated includes from separate dir
` [PATCH v8 17/23] Documentation: teach "cmd-list.perl" about out-of-tree builds
` [PATCH v8 18/23] Documentation: extract script to generate a list of mergetools
` [PATCH v8 19/23] t: better support for out-of-tree builds
` [PATCH v8 20/23] t: allow overriding build dir
` [PATCH v8 21/23] Documentation: add comparison of build systems
` [PATCH v8 22/23] Introduce support for the Meson build system
` [PATCH v8 23/23] meson: fix conflicts with in-flight topics
git remote set-head automatically
2024-11-20 8:58 UTC (9+ messages)
[PATCH 00/13] midx: incremental multi-pack indexes, part two
2024-11-20 8:49 UTC (23+ messages)
` [PATCH v2 "
` [PATCH v2 13/13] midx: implement writing incremental MIDX bitmaps
` [PATCH] fixup! "
` [PATCH v3 00/13] midx: incremental multi-pack indexes, part two
` [PATCH v3 01/13] Documentation: describe incremental MIDX bitmaps
` [PATCH v3 02/13] pack-revindex: prepare for "
` [PATCH v3 03/13] pack-bitmap.c: open and store incremental bitmap layers
` [PATCH v3 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
` [PATCH v3 05/13] pack-bitmap.c: teach `show_objects_for_type()` "
` [PATCH v3 06/13] pack-bitmap.c: support bitmap pack-reuse with "
` [PATCH v3 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about "
` [PATCH v3 08/13] pack-bitmap.c: compute disk-usage with "
` [PATCH v3 09/13] pack-bitmap.c: apply pseudo-merge commits "
` [PATCH v3 10/13] ewah: implement `struct ewah_or_iterator`
` [PATCH v3 11/13] pack-bitmap.c: keep track of each layer's type bitmaps
` [PATCH v3 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
` [PATCH v3 13/13] midx: implement writing incremental MIDX bitmaps
[PATCH v2 3/4] t5300: move --window clamp test next to unclamped
2024-11-20 6:29 UTC (7+ messages)
` [PATCH] index-pack: teach --promisor to require --stdin
` [PATCH v2] index-pack: teach --promisor to forbid pack name
[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
2024-11-20 5:20 UTC (10+ messages)
` [PATCH v4 2/8] worktree: add `relativeWorktrees` extension
` [PATCH v4 3/8] worktree: refactor infer_backlink return
` [PATCH v4 5/8] worktree: add relative cli/config options to `add` command
rev-list --ancestry-path with arg - bug or undocumented requirement
2024-11-20 3:22 UTC (2+ messages)
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-11-20 1:19 UTC (9+ messages)
` [PATCH v6 "
[PATCH 0/3] Build improvements for clar
2024-11-20 1:24 UTC (7+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 2/4] cmake: use SH_EXE to execute clar scripts
[PATCH] diff: update conflict handling for whitespace to issue a warning
2024-11-20 1:23 UTC (9+ messages)
` [PATCH v2] "
[PATCH 0/7] reftable: stop using Git subsystems
2024-11-20 1:09 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 7/7] reftable/system: provide thin wrapper for lockfile subsystem
How do you undo an add
2024-11-20 0:02 UTC (9+ messages)
[PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible
2024-11-19 23:34 UTC (4+ messages)
Inquiry on Onboarding a z/OS Machine to Git Community CI/CD Pipeline
2024-11-19 22:30 UTC (3+ messages)
Unexpected effect of log.showSignature on tformat:%H
2024-11-19 22:14 UTC (4+ messages)
git-blame extremely slow in partial clones due to serial object fetching
2024-11-19 20:16 UTC
Long names for `git log -S` and `git log -G`
2024-11-19 18:58 UTC (3+ messages)
[PATCH] gitk: check main window visibility before waiting for it to show
2024-11-19 18:49 UTC (6+ messages)
` The health of gitk, was "
` Gitk maintainership, was Re: The health of gitk
[PATCH] builtin/gc: provide hint when maintenance hits a stale schedule lock
2024-11-19 17:17 UTC (2+ messages)
fresh ls-files looks inside submodules even when not asked to or asked not to
2024-11-19 15:44 UTC
[PATCH 0/8] Change midx.c and midx-write.c to not use global variables
2024-11-19 15:36 UTC (22+ messages)
` [PATCH 2/8] midx-write: add repository field to `write_midx_context`
` [PATCH 4/8] midx: cleanup internal usage of `the_repository` and `the_hash_algo`
` [PATCH 6/8] midx: pass down `hash_algo` to `get_midx_filename[_ext]`
` [PATCH v2 00/10] Change midx.c and midx-write.c to not use global variables
` [PATCH v2 01/10] builtin: pass repository to sub commands
` [PATCH v2 02/10] midx-write: pass down repository to static functions
` [PATCH v2 03/10] midx-write: use `revs->repo` inside `read_refs_snapshot`
` [PATCH v2 04/10] write-midx: add repository field to `write_midx_context`
` [PATCH v2 05/10] midx-write: pass down repository to `write_midx_file[_only]`
` [PATCH v2 06/10] midx: cleanup internal usage of `the_repository` and `the_hash_algo`
` [PATCH v2 07/10] midx: pass `repository` to `load_multi_pack_index`
` [PATCH v2 08/10] midx: pass down `hash_algo` to `get_midx_filename[_ext]`
` [PATCH v2 09/10] midx: pass down `hash_algo` to `get_split_midx_filename_ext`
` [PATCH v2 10/10] midx: inline the `MIDX_MIN_SIZE` definition
[PATCH] diff: --pickaxe{,-grep} arg names for -S and -G
2024-11-19 3:27 UTC
[PATCH] fast-import: avoid making replace refs point to themselves
2024-11-19 0:44 UTC (3+ messages)
` [PATCH v2] "
malloc: *** error for object 0x1: pointer being freed was not allocated on MacOS with git 2.47.0
2024-11-19 0:33 UTC (9+ messages)
Possible bug in Git submodule update --inti
2024-11-19 0:32 UTC (3+ messages)
What's cooking in git.git (Nov 2024, #06; Thu, 14)
2024-11-18 22:20 UTC (5+ messages)
How do you hyperlink a thread
2024-11-18 22:11 UTC (5+ messages)
Build failure with -std=gnu23 (GCC 15 default)
2024-11-18 22:11 UTC (4+ messages)
` [PATCH 0/2] C23 compatibility
[PATCH v3 0/5] doc: git diff reformatting
2024-11-18 22:05 UTC (7+ messages)
` [PATCH v4 "
` [PATCH v4 1/5] doc: git-diff: apply new documentation guidelines
` [PATCH v4 2/5] doc: git-diff: apply format changes to diff-options
` [PATCH v4 3/5] doc: git-diff: apply format changes to diff-format
` [PATCH v4 4/5] doc: git-diff: apply format changes to diff-generate-patch
` [PATCH v4 5/5] doc: git-diff: apply format changes to config part
[bug] user may be cornered into delete files #9901
2024-11-18 22:04 UTC (3+ messages)
What is the diff between a --soft and a blank reset
2024-11-18 22:01 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox