public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 16:57:59 to 2026-03-25 16:55:11 UTC [more...]

[PATCH] repo: show subcommand-specific help text
 2026-03-25 16:55 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "

[RFC PATCH 0/1] add -p: support discarding hunks
 2026-03-25 16:49 UTC  (5+ messages)
` [RFC PATCH 1/1] add -p: support discarding hunks with 'x'

[PATCH] replay: support replaying down from root commit
 2026-03-25 16:49 UTC  (11+ messages)
` [PATCH v2] "
        ` Make git-replay(1) warn if revision-range isn't a range (was: Re: [PATCH v2] replay: support replaying down from root commit)

[PATCH 0/5] refs: reduce reliance on the_repository global state
 2026-03-25 16:44 UTC  (6+ messages)
` [PATCH 1/5] refs: make branchname helpers repository aware
` [PATCH 2/5] refs: make get_files_ref_lock_timeout_ms() repostory aware
` [PATCH 3/5] refs: remove the_hash_algo global state
` [PATCH 4/5] refs/reftable-backend: drop uses of the_repository
` [PATCH 5/5] refs/packed-backend: use ref_store->repo instead "

[PATCH v4 0/2] replay: add --revert mode to reverse commit changes
 2026-03-25 16:44 UTC  (9+ 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

[PATCH 0/3] Add option --ref to git-replay(1)
 2026-03-25 15:59 UTC  (14+ messages)
` [PATCH 1/3] t3650: use option with value consistenly with equal sign
` [PATCH 3/3] replay: allow to specify a ref with option --ref
` [PATCH v2 0/3] Add option --ref to git-replay(1)
  ` [PATCH v2 1/3] builtin/replay: mark options as not negatable
  ` [PATCH v2 2/3] replay: use stuck form in documentation and help message
  ` [PATCH v2 3/3] replay: allow to specify a ref with option --ref

[PATCH 00/11] detect misspelt test_expect_success and friends
 2026-03-25 15:50 UTC  (22+ 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: "

[GSoC PATCH WIP RFC v3 0/3] graph: add --graph-lane-limit option
 2026-03-25 12:29 UTC  (14+ 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 1/2] repo: factor repo usage strings into shared macros
 2026-03-25 11:51 UTC  (2+ messages)
  ` [PATCH v4 2/2] repo: show subcommand-specific help text

[GSoC Proposal] Improve Disk Space Recovery for Partial Clones
 2026-03-25 11:46 UTC  (4+ messages)

[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
 2026-03-25 11:28 UTC  (19+ 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"

What's cooking in git.git (Mar 2026, #10)
 2026-03-25  8:33 UTC  (3+ messages)

[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: "

[PATCH] commit-graph: fix writing generations with dates exceeding 34 bits
 2026-03-25  5:36 UTC  (4+ messages)
` [PATCH v2] "

[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' "

[GSoC Proposal] Refactoring in order to reduce Git's global state
 2026-03-24 19:31 UTC  (2+ messages)
` [GSoC Proposal v2] "

[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 v2 0/8] improve "git format-patch --commit-list-format"
 2026-03-24 16:19 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/8] format-patch: rename --cover-letter-format option
  ` [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  (9+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 3/6] "
  ` [PATCH v2 4/6] backfill: work with prefix pathspecs
  ` [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  (3+ 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  (4+ messages)
` [PATCH 14/16] promisor-remote: trust known remotes matching acceptFromServerUrl

[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/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  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox