git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-09-05 16:01:38 to 2023-09-08 22:55:48 UTC [more...]

[PATCH v2 00/15] Introduce new `git replay` command
 2023-09-08 22:55 UTC  (42+ messages)
` [PATCH v3 "
  ` [PATCH v3 10/15] replay: make it a minimal server side command
  ` [PATCH v3 11/15] replay: use standard revision ranges
  ` [PATCH v3 12/15] replay: disallow revision specific options and pathspecs
  ` [PATCH v3 13/15] replay: add --advance or 'cherry-pick' mode
  ` [PATCH v3 14/15] replay: add --contained to rebase contained branches
  ` [PATCH v4 00/15] Introduce new `git replay` command
    ` [PATCH v4 01/15] t6429: remove switching aspects of fast-rebase
    ` [PATCH v4 02/15] replay: introduce new builtin
    ` [PATCH v4 03/15] replay: start using parse_options API
    ` [PATCH v4 04/15] replay: die() instead of failing assert()
    ` [PATCH v4 05/15] replay: introduce pick_regular_commit()
    ` [PATCH v4 06/15] replay: don't simplify history
    ` [PATCH v4 07/15] replay: add an important FIXME comment about gpg signing
    ` [PATCH v4 08/15] replay: remove progress and info output
    ` [PATCH v4 09/15] replay: remove HEAD related sanity check
    ` [PATCH v4 10/15] replay: make it a minimal server side command
    ` [PATCH v4 11/15] replay: use standard revision ranges
    ` [PATCH v4 12/15] replay: disallow revision specific options and pathspecs
    ` [PATCH v4 13/15] replay: add --advance or 'cherry-pick' mode
    ` [PATCH v4 14/15] replay: add --contained to rebase contained branches
    ` [PATCH v4 15/15] replay: stop assuming replayed branches do not diverge

[PATCH] grep: use OPT_INTEGER_F for --max-depth
 2023-09-08 22:28 UTC  (5+ messages)

[PATCH v2 00/13] Fixes to trailer test script, help text, and documentation
 2023-09-08 21:57 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/13] trailer tests: make test cases self-contained
  ` [PATCH v3 02/13] trailer test description: this tests --where=after, not --where=before
  ` [PATCH v3 03/13] trailer: add tests to check defaulting behavior with --no-* flags
  ` [PATCH v3 04/13] trailer doc: narrow down scope of --where and related flags
  ` [PATCH v3 05/13] trailer: trailer location is a place, not an action
  ` [PATCH v3 06/13] trailer --no-divider help: describe usual "---" meaning
  ` [PATCH v3 07/13] trailer --parse help: expose aliased options
  ` [PATCH v3 08/13] trailer --only-input: prefer "configuration variables" over "rules"
  ` [PATCH v3 09/13] trailer --parse docs: add explanation for its usefulness
  ` [PATCH v3 10/13] trailer --unfold help: prefer "reformat" over "join"
  ` [PATCH v3 11/13] trailer doc: emphasize the effect of configuration variables
  ` [PATCH v3 12/13] trailer doc: separator within key suppresses default separator
  ` [PATCH v3 13/13] trailer doc: <token> is a <key> or <keyAlias>, not both

[RFC PATCH v2 0/7] Introduce Git Standard Library
 2023-09-08 21:30 UTC  (10+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] hex-ll: split out functionality from hex
  ` [PATCH v3 2/6] wrapper: remove dependency to Git-specific internal file
  ` [PATCH v3 3/6] config: correct bad boolean env value error message
  ` [PATCH v3 4/6] parse: create new library for parsing strings and env values
  ` [PATCH v3 5/6] git-std-lib: introduce git standard library
  ` [PATCH v3 6/6] git-std-lib: add test file to call git-std-lib.a functions

[PATCH] start_command: reset disposition of all signals in child
 2023-09-08 19:57 UTC  (7+ messages)

[PATCH] revision: add `--ignore-missing-links` user option
 2023-09-08 19:19 UTC  (2+ messages)

[PATCH v3 0/6] Introduce Git Standard Library
 2023-09-08 17:03 UTC 

[ANNOUNCE] Virtual Contributor's Summit 2023
 2023-09-08 16:29 UTC  (2+ messages)

[PATCH] completion(switch/checkout): treat --track and -t the same
 2023-09-08 16:25 UTC  (4+ messages)

Strange diff-index with fsmonitor, submodules
 2023-09-08 15:00 UTC  (8+ messages)
` [PATCH] [diff-lib] Fix check_removed when fsmonitor is on
    ` [PATCH v2] diff-lib: "

[PATCH] rebase -i: ignore signals when forking subprocesses
 2023-09-08 13:11 UTC  (7+ messages)

[PATCH 0/2] repack: implement `--cruft-max-size`
 2023-09-08 11:21 UTC  (6+ messages)
` [PATCH 1/2] t7700: split cruft-related tests to t7704
` [PATCH 2/2] builtin/repack.c: implement support for `--cruft-max-size`

Please explain avoiding history simplifications when diffing merges
 2023-09-08  9:09 UTC 

[PATCH 0/8] repack: refactor pack snapshot-ing logic
 2023-09-07 22:10 UTC  (22+ messages)
` [PATCH 1/8] builtin/repack.c: extract structure to store existing packs
` [PATCH 2/8] builtin/repack.c: extract marking packs for deletion
` [PATCH 3/8] builtin/repack.c: extract redundant pack cleanup for --geometric
` [PATCH 4/8] builtin/repack.c: extract redundant pack cleanup for existing packs
` [PATCH 5/8] builtin/repack.c: extract `has_existing_non_kept_packs()`
` [PATCH 6/8] builtin/repack.c: store existing cruft packs separately
` [PATCH 7/8] builtin/repack.c: drop `DELETE_PACK` macro
` [PATCH 8/8] builtin/repack.c: extract common cruft pack loop

[PATCH v3 2/2] doc: revert: add discussion
 2023-09-07 21:29 UTC  (4+ messages)

[PATCH] grep: reject --no-or
 2023-09-07 20:34 UTC  (2+ messages)

[PATCH v2 0/6] rebase -i: impove handling of failed commands
 2023-09-07 20:33 UTC  (19+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 6/7] rebase --continue: refuse to commit after failed command
  ` [PATCH v4 0/7] rebase -i: impove handling of failed commands
    ` [PATCH v4 1/7] rebase -i: move unlink() calls
    ` [PATCH v4 2/7] rebase -i: remove patch file after conflict resolution
    ` [PATCH v4 3/7] sequencer: use rebase_path_message()
    ` [PATCH v4 4/7] sequencer: factor out part of pick_commits()
    ` [PATCH v4 5/7] rebase: fix rewritten list for failed pick
    ` [PATCH v4 6/7] rebase --continue: refuse to commit after failed command
    ` [PATCH v4 7/7] rebase -i: fix adding failed command to the todo list

[PATCH v2 0/10] more unused parameters in parseopt callbacks
 2023-09-07 20:20 UTC  (17+ messages)
` [PATCH v2 02/10] merge: simplify parsing of "-n" option
` [PATCH v2 04/10] checkout-index: delay automatic setting of to_tempfile
    ` [PATCH v3 "
` [PATCH v2 05/10] parse-options: prefer opt->value to globals in callbacks
` [PATCH v2 06/10] parse-options: mark unused "opt" parameter "
` [PATCH v2 10/10] parse-options: mark unused parameters in noop callback

[PATCH] name-rev: use OPT_HIDDEN_BOOL for --peel-tag
 2023-09-07 20:20 UTC  (3+ messages)

[PATCH] completion: commit: complete configured trailer tokens
 2023-09-07 20:20 UTC  (2+ messages)

Is "bare"ness in the context of multiple worktrees weird? Bitmap error in git gc
 2023-09-07 20:11 UTC  (28+ messages)

What's cooking in git.git (Sep 2023, #02; Tue, 5)
 2023-09-07  7:51 UTC  (2+ messages)

[PATCH 0/2] replacing ci/config/allow-ref with a repo variable
 2023-09-07 10:04 UTC  (11+ messages)
` [PATCH 1/2] ci: allow branch selection through "vars"

[PATCH 00/14] Introduce new `git replay` command
 2023-09-07 10:22 UTC  (16+ messages)
` [PATCH 11/14] replay: use standard revision ranges

[bug]fatal: fetch-pack: invalid index-pack output
 2023-09-07  9:06 UTC  (4+ messages)

[PATCH] show doc: redirect user to git log manual instead of git diff-tree
 2023-09-06 17:26 UTC  (4+ messages)

[PATCH 1/1] doc/diff-options: fix link to generating patch section
 2023-09-06 15:58 UTC  (6+ messages)
  ` [PATCH v2 "

[PATCH] cherry-pick: refuse cherry-pick sequence if index is dirty
 2023-09-06  5:02 UTC  (4+ messages)
` [PATCH v2] "

Plumbing for mapping from a remote tracking ref to the remote ref?
 2023-09-06  4:21 UTC  (7+ messages)

[PATCH] advice: improve hint for diverging branches
 2023-09-06  0:03 UTC  (4+ messages)

Potential bug in `git checkout --quiet`
 2023-09-05 22:36 UTC  (3+ messages)

[PATCH v1 0/3] range-diff: treat notes like `log`
 2023-09-05 22:19 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] "

[PATCH 1/2] builtin/rebase.c: Emit warning when rebasing without a forkpoint
 2023-09-05 22:01 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v2 2/3] builtin/rebase.c: "

git clone command leaves orphaned ssh process on system
 2023-09-05 19:06 UTC 

[PATCH] var: avoid a segmentation fault when `HOME` is unset
 2023-09-05 10:58 UTC  (3+ messages)

git gui - add new tool command not working
 2023-09-05 14:03 UTC 


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).