git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-09-02 01:36:23 to 2023-09-07 20:34:04 UTC [more...]

[PATCH v2 0/6] rebase -i: impove handling of failed commands
 2023-09-07 20:33 UTC  (22+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 5/7] rebase: fix rewritten list for failed pick
  ` [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] grep: reject --no-or
 2023-09-07 20:20 UTC 

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

[PATCH] grep: use OPT_INTEGER_F for --max-depth
 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  (31+ messages)

[PATCH 0/8] repack: refactor pack snapshot-ing logic
 2023-09-07 18:16 UTC  (21+ 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] rebase -i: ignore signals when forking subprocesses
 2023-09-07 12:57 UTC  (2+ 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 v2 00/15] Introduce new `git replay` command
 2023-09-07 10:25 UTC  (39+ 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

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

[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  (11+ messages)
` [PATCH v2] "
  ` [PATCH v2 1/3] rebase.c: Make a distiction between rebase.forkpoint and --fork-point arguments
  ` [PATCH v2 2/3] builtin/rebase.c: Emit warning when rebasing without a forkpoint
  ` [PATCH v2 3/3] git-rebase.txt: Add deprecation notice to the --fork-point options

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 

[PATCH] sequencer: update abort safety file more sparingly
 2023-09-04 12:48 UTC  (7+ messages)

[PATCH] sequencer: fix error message on failure to copy SQUASH_MSG
 2023-09-04 10:10 UTC  (2+ messages)

Azure Repos
 2023-09-04  7:00 UTC 

[PATCH 1/2] am: pay attention to user-defined context size
 2023-09-03 21:29 UTC 

[PATCH] sequencer: remove unreachable exit condition in pick_commits()
 2023-09-03 15:11 UTC 

[RFC] New configuration option "diff.statNameWidth"
 2023-09-03  3:43 UTC  (5+ messages)

[PATCH] merge-tree: add -X strategy option
 2023-09-03  1:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] builtin/rebase.c: Emit warning when rebasing without a forkpoint
 2023-09-02 22:36 UTC  (7+ messages)

[PATCH v4 1/2] sequencer: beautify subject of reverts of reverts
 2023-09-02 22:24 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] ref-filter: sort numerically when ":size" is used
 2023-09-02 22:19 UTC  (4+ messages)
` [PATCH v2] "

Git in Outreachy? (December, 2023)
 2023-09-02  6:06 UTC  (8+ messages)


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