git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-11-23 02:19:16 to 2022-11-27 09:37:52 UTC [more...]

[PATCH 0/5] diff-merges: more features
 2022-11-27  9:37 UTC  (6+ messages)
` [PATCH 1/5] diff-merges: implement [no-]hide option and log.diffMergesHide config
` [PATCH 2/5] diff-merges: implement log.diffMerges-m-imply-p config
` [PATCH 3/5] diff-merges: implement log.diffMergesForce config
` [PATCH 4/5] diff-merges: support list of values for --diff-merges
` [PATCH 5/5] diff-merges: issue warning on lone '-m' option

[PATCH 0/2] Use fixed github-actions runner image
 2022-11-27  9:14 UTC  (46+ messages)
` [PATCH 1/2] github-actions: run gcc-8 on ubuntu-20.04 image
` [PATCH 2/2] ci: upgrade version of p4
` [PATCH v2 0/3] Fix broken CI on newer github-actions runner image
      ` python 2 EOL (was: [PATCH v2 0/3] Fix broken CI on newer github-actions runner image)
        ` python 2 EOL
  ` [PATCH v3 0/4] Fix broken CI on newer github-actions runner image
    ` [PATCH v4 "
    ` [PATCH v4 1/4] github-actions: run gcc-8 on ubuntu-20.04 image
    ` [PATCH v4 2/4] ci: remove the pipe after "p4 -V" to cache errors
    ` [PATCH v4 3/4] ci: p4 on Linux has the same version as on macOS
    ` [PATCH v4 4/4] ci: install python on ubuntu
  ` [PATCH v3 1/4] github-actions: run gcc-8 on ubuntu-20.04 image
  ` [PATCH v3 2/4] ci: show error message of "p4 -V"
  ` [PATCH v3 3/4] ci: p4 on Linux has the same version as on macOS
  ` [PATCH v3 4/4] ci: install python on ubuntu
` [PATCH v2 1/3] github-actions: run gcc-8 on ubuntu-20.04 image
` [PATCH v2 2/3] ci: upgrade version of p4 to 21.2
` [PATCH v2 3/3] ci: install python on ubuntu

[PATCH] i18n: fix command template placeholder format
 2022-11-27  4:30 UTC  (3+ messages)

(no subject)
 2022-11-27  3:34 UTC 

[PATCH v2] am: Allow passing --no-verify flag
 2022-11-27  1:27 UTC  (4+ messages)

[PATCH] send-email: disable option auto-abbreviation
 2022-11-27  1:25 UTC  (5+ messages)
    ` [PATCH v2] send-email: relay '-v N' to format-patch

[PATCH v3 0/2] git-jump: support Emacs
 2022-11-27  1:18 UTC  (38+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] git-jump: invoke emacs/emacsclient
  ` [PATCH v5 0/3] git-jump: support Emacs
    ` [PATCH v5 1/3] git-jump: add an optional argument '--stdout'
    ` [PATCH v5 2/3] git-jump: move valid-mode check earlier
    ` [PATCH v5 3/3] git-jump: invoke emacs/emacsclient
    ` [PATCH v6 0/3] git-jump: support Emacs
      ` [PATCH v6 1/3] git-jump: add an optional argument '--stdout'
      ` [PATCH v6 2/3] git-jump: move valid-mode check earlier
      ` [PATCH v6 3/3] git-jump: invoke emacs/emacsclient
      ` [PATCH v7 0/3] git-jump: support Emacs
        ` [PATCH v7 1/3] git-jump: add an optional argument '--stdout'
        ` [PATCH v7 2/3] git-jump: move valid-mode check earlier
        ` [PATCH v7 3/3] git-jump: invoke emacs/emacsclient
        ` [PATCH v8 0/3] git-jump: support Emacs
          ` [PATCH v8 1/3] git-jump: add an optional argument '--stdout'
          ` [PATCH v8 2/3] git-jump: move valid-mode check earlier
          ` [PATCH v8 3/3] git-jump: invoke emacs/emacsclient

[PATCH v3] pretty-formats: add hard truncation, without ellipsis, options
 2022-11-26 23:19 UTC  (10+ messages)
` [PATCH v4] "

[PATCH 0/3] Improve consistency of git-var
 2022-11-26 14:17 UTC  (15+ messages)
` [PATCH 1/3] var: do not print usage() with a correct invocation
` [PATCH 2/3] var: remove read_var
` [PATCH 3/3] var: allow GIT_EDITOR to return null
` [PATCH v2 0/2] Improve consistency of git-var
  ` [PATCH v2 1/2] var: do not print usage() with a correct invocation
  ` [PATCH v2 2/2] var: allow GIT_EDITOR to return null
  ` [PATCH v3 0/2] Improve consistency of git-var
    ` [PATCH v3 1/2] var: do not print usage() with a correct invocation
    ` [PATCH v3 2/2] var: allow GIT_EDITOR to return null

[PATCH] git-compat-util.h: Fix build without threads
 2022-11-25 23:47 UTC  (2+ messages)

[PATCH] merge-recursive: fix variable typo in error message
 2022-11-25 17:37 UTC 

git pull --verbose with submodules ends in error message
 2022-11-25 15:56 UTC  (2+ messages)

[PATCH v2 0/9] config API: make "multi" safe, fix numerous segfaults
 2022-11-25  9:50 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] for-each-repo tests: test bad --config keys
  ` [PATCH v3 2/9] config tests: cover blind spots in git_die_config() tests
  ` [PATCH v3 3/9] config tests: add "NULL" tests for *_get_value_multi()
  ` [PATCH v3 4/9] versioncmp.c: refactor config reading next commit
  ` [PATCH v3 5/9] config API: have *_multi() return an "int" and take a "dest"
  ` [PATCH v3 6/9] for-each-repo: error on bad --config
  ` [PATCH v3 7/9] config API users: test for *_get_value_multi() segfaults
  ` [PATCH v3 8/9] config API: add "string" version of *_value_multi(), fix segfaults
  ` [PATCH v3 9/9] for-each-repo: with bad config, don't conflate <path> and <cmd>

[PATCH] trace2 tests: guard pthread test with "PTHREAD"
 2022-11-25  8:05 UTC  (3+ messages)

[PATCH v3 0/6] fsmonitor: Implement fsmonitor for Linux
 2022-11-25  7:31 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] fsmonitor: prepare to share code between Mac OS and Linux
  ` [PATCH v4 2/6] fsmonitor: determine if filesystem is local or remote
  ` [PATCH v4 3/6] fsmonitor: implement filesystem change listener for Linux
  ` [PATCH v4 4/6] fsmonitor: enable fsmonitor "
  ` [PATCH v4 5/6] fsmonitor: test updates
  ` [PATCH v4 6/6] fsmonitor: update doc for Linux

[PATCH] config: introduce an Operating System-specific `includeIf` condition
 2022-11-25  7:31 UTC  (12+ messages)
` [PATCH v2] "

[PATCH] object-file: use real paths when adding alternates
 2022-11-25  6:51 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

git download
 2022-11-25  6:06 UTC  (4+ messages)

[PATCH v7 0/2] merge-tree: allow specifying a base commit when --write-tree is passed
 2022-11-25  5:28 UTC  (6+ messages)
` [PATCH v8 0/3] "
  ` [PATCH v8 1/3] merge-tree.c: add --merge-base=<commit> option
  ` [PATCH v8 2/3] merge-tree.c: allow specifying the merge-base when --stdin is passed
  ` [PATCH v8 3/3] docs: fix description of the `--merge-base` option

[PATCH] t5516: fail to run in verbose mode
 2022-11-25  4:58 UTC  (6+ messages)

[PATCH v7] status: modernize git-status "slow untracked files" advice
 2022-11-25  4:58 UTC  (3+ messages)
` [PATCH v8] "

[PATCH] [RFC] diff: introduce scope option
 2022-11-25  2:45 UTC  (2+ messages)
` [PATCH v2] [RFC] diff: introduce --scope option

[ANNOUNCE] Git for Windows 2.39.0-rc0
 2022-11-24 23:44 UTC  (2+ messages)

[BUG} t2201.7+ Failure to Create Thread in 2.39.0-rc0
 2022-11-24 22:22 UTC  (6+ messages)

[bug] git log --invert-grep --grep=[sufficiently complicated regex] prints nothing
 2022-11-24 16:35 UTC  (5+ messages)

[Design RFC] Being more defensive about fetching commits in partial clone
 2022-11-24  1:04 UTC  (2+ messages)

[PATCH] chainlint.pl: fix /proc/cpuinfo regexp
 2022-11-23 23:53 UTC  (6+ messages)

[PATCH] revert: add angle bracket around argument 'parent-number' in usage
 2022-11-23 22:11 UTC 

chainlink.pl /proc/cpuinfo regexp fails on s390x
 2022-11-23 19:10 UTC  (5+ messages)

[PATCH v4 0/5] submodule: parallelize diff
 2022-11-23 17:49 UTC  (2+ messages)

[PATCH] var: add GIT_SEQUENCE_EDITOR variable
 2022-11-23 12:21 UTC  (3+ messages)

[PATCH v3] sparse-checkout.txt: new document with sparse-checkout directions
 2022-11-23  9:08 UTC  (7+ messages)
` [PATCH v4] "

[L10N] Kickoff for Git 2.39.0 round #1
 2022-11-23  8:26 UTC 

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2022-11-23  7:35 UTC  (16+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v3 "

[ANNOUNCE] Git v2.39.0-rc0
 2022-11-23  7:25 UTC 

What's cooking in git.git (Nov 2022, #06; Wed, 23)
 2022-11-23  7:25 UTC 

[PATCH v3 8/8] clone, submodule update: create and check out branches
 2022-11-23  4:00 UTC  (2+ messages)

What's cooking in git.git (Nov 2022, #05; Tue, 22)
 2022-11-23  2:19 UTC  (3+ messages)
` ab/remove--super-prefix & ab/submodule-no-abspath (was: What's cooking in git.git (Nov 2022, #05; Tue, 22))
  ` ab/remove--super-prefix & ab/submodule-no-abspath


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