messages from 2026-03-23 08:05:56 to 2026-03-25 07:08:34 UTC [more...]
[PATCH 00/11] detect misspelt test_expect_success and friends
2026-03-25 7:08 UTC (13+ messages)
` [PATCH 01/11] test-lib: catch misspelt 'test_expect_successo'
` [PATCH 02/11] t0008: make test "set -e" clean
` [PATCH 03/11] t6002: "
` [PATCH 04/11] t4032: "
` [PATCH 05/11] t7450: "
` [PATCH 06/11] tests: make svn "
` [PATCH 07/11] t7508: make "
` [PATCH 08/11] t9200: "
` [PATCH 09/11] t940?: "
` [PATCH 10/11] t5570: "
` [PATCH 11/11] t9902: "
[PATCH] t4014: fix call to `test_expect_success ()`
2026-03-25 7:07 UTC (16+ messages)
` Re* "
` [PATCH] t6002: make test "set -e" clean
` [PATCH] test-lib: catch misspelt 'test_expect_successo'
` [PATCH] t0008: make test "set -e" clean
` [PATCH] t7450: "
[GSoC PATCH WIP RFC v3 0/3] graph: add --graph-lane-limit option
2026-03-25 7:02 UTC (6+ messages)
` [GSoC PATCH v4 "
` [GSoC PATCH v4 1/3] "
` [GSoC PATCH v4 2/3] graph: truncate graph visual output
` [GSoC PATCH v4 3/3] graph: add documentation and tests about --graph-lane-limit
[PATCH v4 0/2] replay: add --revert mode to reverse commit changes
2026-03-25 6:29 UTC (5+ messages)
` [PATCH v5 "
` [PATCH v5 1/2] sequencer: extract revert message formatting into shared function
` [PATCH v5 2/2] replay: add --revert mode to reverse commit changes
What's cooking in git.git (Mar 2026, #10)
2026-03-25 6:13 UTC (2+ messages)
[PATCH] commit-graph: fix writing generations with dates exceeding 34 bits
2026-03-25 5:36 UTC (4+ messages)
` [PATCH v2] "
[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
2026-03-25 5:26 UTC (18+ messages)
` [PATCH v2 "
` [PATCH v2 02/10] hook: fix minor style issues
` [PATCH v2 05/10] hook: replace hook_list_clear() -> string_list_clear_func()
` [PATCH v2 09/10] hook: show config scope in git hook list
` [PATCH v2 10/10] hook: show disabled hooks in "git hook list"
[PATCH] remote: use plural-only message for diverged branch status
2026-03-25 4:29 UTC (8+ messages)
[GSoC] [Proposal]: Implement promisor remote fetch ordering
2026-03-24 22:47 UTC (5+ messages)
` [GSoC] [Proposal v2]: "
` [GSoC] [Proposal v3]: "
[PATCH 0/4] fast-import: extend signed object handling modes
2026-03-24 22:22 UTC (6+ messages)
` [PATCH 1/4] fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'
` [PATCH 2/4] fast-import: add 'strip-if-invalid' mode to '--signed-tags=<mode>'
` [PATCH 3/4] fast-import: add 'sign-if-invalid' "
` [PATCH 4/4] fast-import: add 'abort-if-invalid' "
[PATCH] replay: support replaying down from root commit
2026-03-24 19:53 UTC (5+ messages)
` [PATCH v2] "
[GSoC Proposal] Refactoring in order to reduce Git's global state
2026-03-24 19:31 UTC (2+ messages)
` [GSoC Proposal v2] "
[PATCH] repo: show subcommand-specific help text
2026-03-24 19:15 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[GSoC] Proposal direction for improving the new git repo command
2026-03-24 19:06 UTC
[PATCH 0/4] Run hooks in parallel
2026-03-24 18:59 UTC (18+ messages)
` [PATCH v4 0/9] "
` [PATCH v4 2/9] hook: parse the hook.jobs config
` [PATCH v4 3/9] hook: allow parallel hook execution
` [PATCH v4 6/9] hook: add -j/--jobs option to git hook run
` [PATCH v4 7/9] hook: add per-event jobs config
` [PATCH v4 8/9] hook: warn when hook.<friendly-name>.jobs is set
` [PATCH v4 9/9] hook: add hook.<event>.enabled switch
[PATCH v2 0/2] Avoid hardcoded "good"/"bad" bisect terms
2026-03-24 17:33 UTC (9+ messages)
` [PATCH v2 1/2] bisect: use selected alternate terms in status output
` [PATCH v2 2/2] rev-parse: use selected alternate terms too look up refs
[PATCH 0/7] improve "git format-patch --commit-list-format"
2026-03-24 16:19 UTC (16+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 4/8] docs/pretty-formats: add %(count) and %(total)
` [PATCH v3 0/8] improve "git format-patch --commit-list-format"
` [PATCH v3 1/8] pretty.c: better die message %(count) and %(total)
` [PATCH v3 2/8] format-patch: refactor generate_commit_list_cover
` [PATCH v3 3/8] format-patch: rename --cover-letter-format option
` [PATCH v3 4/8] docs/pretty-formats: add %(count) and %(total)
` [PATCH v3 5/8] format.commitListFormat: strip meaning from empty
` [PATCH v3 6/8] format-patch: wrap generate_commit_list_cover()
` [PATCH v3 7/8] format-patch: add preset for --commit-list-format
` [PATCH v3 8/8] format-patch: --commit-list-format without prefix
[PATCH] t/pack-refs-tests: drop '-f' from test_path_is_missing
2026-03-24 16:12 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] t/pack-refs-tests: use test_path_is_missing
` [PATCH v4] "
[GSOC][RFC] Draft Proposal: Complete and extend the remote-object-info command for git cat-file
2026-03-24 15:50 UTC (4+ messages)
[PATCH v2 0/8] repo_config_values: migrate more globals
2026-03-24 12:37 UTC (9+ messages)
` [PATCH v2 1/8] environment: move "trust_ctime" into `struct repo_config_values`
` [PATCH v2 2/8] environment: move "check_stat" "
` [PATCH v2 3/8] environment: move `zlib_compression_level` into repo_config_values
` [PATCH v2 4/8] environment: move "pack_compression_level" into `struct repo_config_values`
` [PATCH v2 5/8] environment: move "precomposed_unicode" "
` [PATCH v2 6/8] env: move "core_sparse_checkout_cone" "
` [PATCH v2 7/8] env: put "sparse_expect_files_outside_of_patterns" in `repo_config_values`
` [PATCH v2 8/8] env: move "warn_on_object_refname_ambiguity" into `repo_config_values`
[QUESTION] Improving disk space recovery for partial clones (GSoC 2026)
2026-03-24 11:04 UTC (7+ messages)
[PATCH 0/5] backfill: accept revision arguments
2026-03-24 7:59 UTC (12+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 1/6] revision: include object-name.h
` [PATCH v2 2/6] t5620: prepare branched repo for revision tests
` [PATCH v2 3/6] backfill: accept revision arguments
` [PATCH v2 4/6] backfill: work with prefix pathspecs
` [PATCH v2 5/6] path-walk: support wildcard pathspecs for blob filtering
` [PATCH v2 6/6] t5620: test backfill's unknown argument handling
[PATCH 0/5] pack-objects: handle excluded-but-open packs via `--stdin-packs=follow`
2026-03-24 7:39 UTC (5+ messages)
` [PATCH 1/5] pack-objects: plug leak in `read_stdin_packs()`
` [PATCH 2/5] pack-objects: refactor `read_packs_list_from_stdin()` to use `strmap`
[PATCH 0/8] some diff-highlight tweaks
2026-03-24 6:50 UTC (4+ messages)
` [PATCH v2 "
[GSoC][PROPOSAL] Improve the new git repo command
2026-03-24 4:58 UTC
[PATCH v2] refspec: safely parse refspecs outside a repository
2026-03-24 4:25 UTC (8+ messages)
` [PATCH v3 1/2] "
` [PATCH v4 1/2] remote-curl: fall back to default hash outside repo
` [PATCH v4 2/2] refspec: fix typo in comment
[RFC] [GSoC]: STRBUF_INIT_CONST: initialize `strbuf` to constant string
2026-03-24 3:33 UTC (4+ messages)
What's cooking in git.git (Mar 2026, #09)
2026-03-24 0:46 UTC
[GSOC Proposal v2][RFC] Improve disk space recovery for partial clones
2026-03-24 0:09 UTC (2+ messages)
[PATCH 00/16] Auto-configure advertised remotes via URL whitelist
2026-03-23 23:47 UTC (9+ messages)
` [PATCH 11/16] promisor-remote: refactor should_accept_remote() control flow
` [PATCH 12/16] t5710: use proper file:// URIs for absolute paths
` [PATCH 13/16] promisor-remote: introduce promisor.acceptFromServerUrl
` [PATCH 14/16] promisor-remote: trust known remotes matching acceptFromServerUrl
` [PATCH 15/16] promisor-remote: auto-configure unknown remotes
` [PATCH 16/16] doc: promisor: improve acceptFromServer entry
[GSoC PATCH 0/3] preserve promisor files content after repack
2026-03-23 21:48 UTC (9+ messages)
` [GSoC PATCH v2 0/4] "
` [GSoC PATCH v2 1/4] pack-write: add explanation to promisor file content
` [GSoC PATCH v2 2/4] pack-write: add helper to fill promisor file after repack
` [GSoC PATCH v2 3/4] repack-promisor: preserve content of promisor files "
[PATCH 0/3] Add option --ref to git-replay(1)
2026-03-23 20:06 UTC (8+ messages)
` [PATCH 1/3] t3650: use option with value consistenly with equal sign
` [PATCH 2/3] builtin/replay: improve documentation on options
` [PATCH 3/3] replay: allow to specify a ref with option --ref
[PATCH 0/2] name-rev: learn --format=<pretty>
2026-03-23 17:34 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] "
[PATCH v2 1/3] worktree: remove "the_repository" from is_current_worktree()
2026-03-23 17:05 UTC (4+ messages)
What's cooking in git.git (Mar 2026, #08)
2026-03-23 16:54 UTC (5+ messages)
[PATCH 00/14] fsck: drop use of `the_repository`
2026-03-23 15:48 UTC (19+ messages)
` [PATCH 01/14] fsck: drop `the_repository` in `fsck_walk()`
` [PATCH v2 00/12] fsck: drop use of `the_repository`
` [PATCH v2 01/12] fetch-pack: move fsck options into function scope
` [PATCH v2 02/12] fsck: initialize fsck options via a function
` [PATCH v2 03/12] fsck: store repository in fsck options
` [PATCH v2 04/12] fsck: drop USE_THE_REPOSITORY
` [PATCH v2 05/12] builtin/fsck: fix trivial dependence on `the_repository`
` [PATCH v2 06/12] builtin/fsck: stop using `the_repository` when snapshotting refs
` [PATCH v2 07/12] builtin/fsck: stop using `the_repository` when checking refs
` [PATCH v2 08/12] builtin/fsck: stop using `the_repository` when checking reflogs
` [PATCH v2 09/12] builtin/fsck: stop using `the_repository` with loose objects
` [PATCH v2 10/12] builtin/fsck: stop using `the_repository` when checking packed objects
` [PATCH v2 11/12] builtin/fsck: stop using `the_repository` when marking objects
` [PATCH v2 12/12] builtin/fsck: stop using `the_repository` in error reporting
[GSOC][RFC] Draft Proposal: Complete and extend the remote-object-info command for git cat-file
2026-03-23 11:41 UTC
[PATCH v1] path-walk: fix NULL pointer dereference in error message
2026-03-23 9:45 UTC (4+ 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