git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-04-05 17:54:43 to 2023-04-10 16:46:34 UTC [more...]

[PATCH 0/4] rebase: cleanup merge strategy option handling
 2023-04-10 16:46 UTC  (22+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] sequencer: use struct strvec to store merge strategy options
  ` [PATCH v2 4/5] rebase -m: fix serialization of "
` [PATCH v3 0/5] rebase: cleanup merge strategy option handling
  ` [PATCH v3 1/5] rebase: stop reading and writing unnecessary strategy state
  ` [PATCH v3 2/5] sequencer: use struct strvec to store merge strategy options
  ` [PATCH v3 3/5] rebase -m: cleanup --strategy-option handling
  ` [PATCH v3 4/5] rebase -m: fix serialization of strategy options
  ` [PATCH v3 5/5] rebase: remove a couple of redundant strategy tests
` [PATCH v4 0/5] rebase: cleanup merge strategy option handling
  ` [PATCH v4 1/5] rebase: stop reading and writing unnecessary strategy state
  ` [PATCH v4 2/5] sequencer: use struct strvec to store merge strategy options
  ` [PATCH v4 3/5] rebase -m: cleanup --strategy-option handling
  ` [PATCH v4 4/5] rebase -m: fix serialization of strategy options
  ` [PATCH v4 5/5] rebase: remove a couple of redundant strategy tests

[PATCH] usage: clarify --recurse-submodules as a boolean
 2023-04-10 16:41 UTC  (7+ messages)

[PATCH] date: remove approxidate_relative()
 2023-04-10 16:20 UTC  (2+ messages)

[PATCH v2 00/24] Header cleanups (splitting up cache.h)
 2023-04-10 15:54 UTC  (4+ messages)

[PATCH v2 21/24] strbuf: move forward declarations to beginning of file
 2023-04-10 15:52 UTC  (4+ messages)

[PATCH] repack: fix geometric repacking with gitalternates
 2023-04-10 15:06 UTC  (4+ messages)

[PATCH] git-merge: improve conflict presentation documentation
 2023-04-10 14:03 UTC 

Add a way to disable «git clean» per repo
 2023-04-10 13:32 UTC  (4+ messages)

[GSOC] [PROPOSAL v3] Draft of proposal for "Unify ref-filter formats with other pretty formats"
 2023-04-10  8:10 UTC  (2+ messages)
`  "

[PATCH] doc: simplify man version
 2023-04-09 19:08 UTC  (3+ messages)

[PATCH] coccinelle: add and apply branch_get() rules
 2023-04-09  7:43 UTC  (6+ messages)

[Question] Can git cat-file have a type filtering option?
 2023-04-09  6:51 UTC  (10+ messages)

What's cooking in git.git (Mar 2023, #05; Wed, 22)
 2023-04-09  4:35 UTC 

-P '\d' in GNU and git grep
 2023-04-08 22:45 UTC  (16+ messages)
  ` bug#60690: "

Negative patterns in cone mode
 2023-04-08 21:52 UTC  (3+ messages)

[PATCH v1 0/6] t: fix unused files, part 2
 2023-04-08 20:54 UTC  (20+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] t0300: don't create unused file
  ` [PATCH v2 3/6] t1300: don't create unused files
        ` git config tests for "'git config ignores pairs ..." (was Re: [PATCH v2 3/6] t1300: don't create unused files)
  ` [PATCH v2 4/6] t1450: don't create unused files
  ` [PATCH v2 5/6] t1502: "
  ` [PATCH v2 6/6] t2019: "
      ` [PATCH] t2024: fix loose/strict local base branch DWIM test

git rebase does not rebase commits
 2023-04-08 18:00 UTC 

[GSOC][PATCH v1] diff-index: enable diff-index
 2023-04-08 11:23 UTC  (4+ messages)
` [GSOC][PATCH v2] diff-index: enable sparse index

[PATCH] get-tar-commit-id: use TYPEFLAG_GLOBAL_HEADER instead of magic value
 2023-04-08 10:25 UTC 

BUG: Inconsistent behavior for `git stash push`
 2023-04-07 22:13 UTC 

[PATCH] mailmap: change primary address for Emily Shaffer
 2023-04-07 21:58 UTC  (3+ messages)

[PATCH] fsmonitor: handle differences between Windows named pipe functions
 2023-04-07 20:55 UTC  (5+ messages)

[PATCH] e-mail workflow: Message-ID is spelled with ID in both capital letters
 2023-04-07 19:33 UTC  (2+ messages)

[PATCH 1/2] ref-filter: remove unused ref_format member
 2023-04-07 18:48 UTC  (7+ messages)
` [PATCH v2 0/2] branch, for-each-ref: add option to omit empty lines
  ` [PATCH v2 1/2] ref-filter: remove unused ref_format member
  ` [PATCH v2 2/2] branch, for-each-ref: add option to omit empty lines
    ` [PATCH v3] branch, for-each-ref, tag: "

regex compilation error with --color-words
 2023-04-07 17:23 UTC  (13+ messages)
          ` [PATCH] userdiff: support regexec(3) with multi-byte support

git revert with partial commit
 2023-04-07 17:20 UTC  (14+ messages)

[PATCH 0/2] builtin/sparse-checkout: add check-rules command
 2023-04-07 16:38 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] builtin/sparse-checkout: remove NEED_WORK_TREE flag

[PATCH v7 0/9] config API: make "multi" safe, fix segfaults, propagate "ret"
 2023-04-07 15:51 UTC  (4+ messages)
` [PATCH v8 "
  ` [PATCH v8 9/9] for-each-repo: with bad config, don't conflate <path> and <cmd>

[PATCH] doc: asciidoc: remove custom header macro
 2023-04-07 14:30 UTC  (8+ messages)

[PATCH 00/14] Introduce new `git replay` command
 2023-04-07  7:24 UTC  (15+ messages)
` [PATCH 01/14] replay: introduce new builtin
` [PATCH 02/14] replay: start using parse_options API
` [PATCH 03/14] replay: die() instead of failing assert()
` [PATCH 04/14] replay: introduce pick_regular_commit()
` [PATCH 05/14] replay: don't simplify history
` [PATCH 06/14] replay: add an important FIXME comment about gpg signing
` [PATCH 07/14] replay: remove progress and info output
` [PATCH 08/14] replay: remove HEAD related sanity check
` [PATCH 09/14] replay: very coarse worktree updating
` [PATCH 10/14] replay: make it a minimal server side command
` [PATCH 11/14] replay: use standard revision ranges
` [PATCH 12/14] replay: introduce guess_new_base()
` [PATCH 13/14] replay: add different modes
` [PATCH 14/14] replay: stop assuming replayed branches do not diverge

[RFC PATCH] rebase: implement --rewind
 2023-04-07  7:00 UTC  (10+ messages)

Possible bug in git-rebase man page
 2023-04-07  6:12 UTC  (5+ messages)

[PATCH 0/2] Add fetch.updateHead option
 2023-04-07  2:41 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH v2 0/2] Add fetch.updateHead option
 2023-04-07  2:37 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] fetch: add support for HEAD update on mirrors

What's cooking in git.git (Apr 2023, #02; Thu, 6)
 2023-04-06 23:27 UTC 

[PATCH] clone: error specifically with --local and symlinked objects
 2023-04-06 21:55 UTC  (7+ messages)

[PATCH] MyFirstContribution: render literal *
 2023-04-06 21:14 UTC  (7+ messages)

[PATCH 0/2] branch, for-each-ref: add option to omit empty lines
 2023-04-06 18:20 UTC  (8+ messages)
` [PATCH 2/2] "

[PATCH] global: resolve Perl executable via PATH
 2023-04-06 16:34 UTC  (22+ messages)
    ` [PATCH] t/lib-httpd: pass PERL_PATH to CGI scripts

regex compilation error with --color-words
 2023-04-06 16:03 UTC 

regex compilation error with --color-words
 2023-04-06 13:39 UTC 

git clone of empty repositories doesn't preserve hash
 2023-04-06 13:11 UTC  (10+ messages)

[PATCH 0/8] sequencer refactoring
 2023-04-06 12:09 UTC  (3+ messages)

[PATCH RESEND] hooks: add sendemail-validate-series
 2023-04-06  8:56 UTC  (10+ messages)
` [PATCH v2] "

Can see log for a renamed file
 2023-04-06  3:59 UTC  (2+ messages)

[PATCH v3] RFC: mergetool: new config guiDefault supports auto-toggling gui by DISPLAY
 2023-04-06  3:33 UTC  (6+ messages)
` [PATCH v4] "

What's cooking in git.git (Apr 2023, #01; Tue, 4)
 2023-04-06  2:31 UTC  (4+ messages)

Improving support for name changes in git
 2023-04-06  1:59 UTC  (2+ messages)

[PATCH] SubmittingPatches: clarify MUA discussion with "the"
 2023-04-05 21:50 UTC  (2+ messages)

[RFC][PATCH v1] write-tree: integrate with sparse index
 2023-04-05 19:48 UTC  (4+ messages)
` [PATCH v2] "

Decoration of "other" refs
 2023-04-05 18:07 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).