git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-10-31 02:26:47 to 2023-11-02 17:36:57 UTC [more...]

[ANNOUNCE] Git v2.43.0-rc0
 2023-11-02 17:36 UTC 

[ANNOUNCE] Git v2.42.1
 2023-11-02 17:36 UTC 

[PATCH 0/1] Object ID support for git merge-file
 2023-11-02 16:28 UTC  (14+ messages)
` [PATCH v2 "
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] git-merge-file doc: drop "-file" from argument placeholders
  ` [PATCH v3 2/2] merge-file: add an option to process object IDs

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

why does git set X in LESS env var?
 2023-11-02 14:19 UTC  (12+ messages)

mailing list question
 2023-11-02 12:23 UTC 

What's cooking in git.git (Nov 2023, #01; Thu, 2)
 2023-11-02  8:52 UTC 

[PATCH 00/11] t: reduce direct disk access to data structures
 2023-11-02  8:47 UTC  (11+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] t: allow skipping expected object ID in `ref-store update-ref`
  ` [PATCH v3 2/9] t: convert tests to not write references via the filesystem
  ` [PATCH v3 3/9] t: convert tests to not access symrefs "
  ` [PATCH v3 4/9] t: convert tests to not access reflog "
  ` [PATCH v3 5/9] t1450: convert tests to remove worktrees via git-worktree(1)
  ` [PATCH v3 6/9] t4207: delete replace references via git-update-ref(1)
  ` [PATCH v3 7/9] t7300: assert exact states of repo
  ` [PATCH v3 8/9] t7900: assert the absence of refs via git-for-each-ref(1)
  ` [PATCH v3 9/9] t: mark several tests that assume the files backend with REFFILES

[PATCH 1/1] add: enable attr pathspec magic
 2023-11-02  5:00 UTC  (3+ messages)
` [PATCH 1/1] attr: enable attr pathspec magic for git-add and git-stash

[PATCH v4] unit tests: Add a project plan document
 2023-11-01 23:49 UTC  (25+ messages)
` [PATCH v8 0/3] Add unit test framework and project plan
  ` [PATCH v8 1/3] unit tests: Add a project plan document
  ` [PATCH v8 2/3] unit tests: add TAP unit test framework
    ` [PATCH v8 2.5/3] fixup! "
` [PATCH v9 0/3] Add unit test framework and project plan
  ` [PATCH v9 1/3] unit tests: Add a project plan document
  ` [PATCH v9 2/3] unit tests: add TAP unit test framework
  ` [PATCH v9 3/3] ci: run unit tests in CI

[PATCH v3] bugreport: reject positional arguments
 2023-11-01 23:19 UTC  (6+ messages)
` [PATCH 0/2] Deprecate test_i18ngrep further
  ` [PATCH 1/2] test framework: further deprecate test_i18ngrep
  ` [PATCH 2/2] tests: teach callers of test_i18ngrep to use test_grep

[PATCH] merge: --ff-one-only to apply FF if commit is one
 2023-11-01 23:05 UTC  (11+ messages)

[ANNOUNCE] Git Rev News edition 104
 2023-11-01 21:19 UTC 

[PATCH] tests: handle "funny" exit code 127 produced by MSVC-compiled exes
 2023-11-01 20:18 UTC  (3+ messages)
` [PATCH v2] max_tree_depth: lower it for MSVC to avoid stack overflows

[PATCH v2 1/1] merge-file: add an option to process object IDs
 2023-11-01 19:16 UTC  (5+ messages)

[PATCH 2/2] pretty: add '%aA' to show domain-part of email addresses
 2023-11-01 19:06 UTC  (8+ messages)

'git stash' in one subfolder fails because some other subfolder has unmerged files
 2023-11-01 18:44 UTC 

[PATCH 0/5] ci: add GitLab CI definition
 2023-11-01 13:03 UTC  (38+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] ci: add support for GitLab CI
` [PATCH v4 0/8] ci: add GitLab CI definition
  ` [PATCH v4 1/8] ci: reorder definitions for grouping functions
  ` [PATCH v4 2/8] ci: make grouping setup more generic
  ` [PATCH v4 3/8] ci: group installation of Docker dependencies
  ` [PATCH v4 4/8] ci: split out logic to set up failed test artifacts
  ` [PATCH v4 5/8] ci: unify setup of some environment variables
  ` [PATCH v4 6/8] ci: squelch warnings when testing with unusable Git repo
  ` [PATCH v4 7/8] ci: install test dependencies for linux-musl
  ` [PATCH v4 8/8] ci: add support for GitLab CI
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] ci: reorder definitions for grouping functions
  ` [PATCH v5 2/8] ci: make grouping setup more generic
  ` [PATCH v5 3/8] ci: group installation of Docker dependencies
  ` [PATCH v5 4/8] ci: split out logic to set up failed test artifacts
  ` [PATCH v5 5/8] ci: unify setup of some environment variables
  ` [PATCH v5 6/8] ci: squelch warnings when testing with unusable Git repo
  ` [PATCH v5 7/8] ci: install test dependencies for linux-musl
  ` [PATCH v5 8/8] ci: add support for GitLab CI

facing issue in git in a perticuler directory
 2023-11-01  8:05 UTC  (4+ messages)

[PATCH v2 0/2] commit-graph: detect commits missing in ODB
 2023-11-01  5:01 UTC  (13+ messages)
` [PATCH v2 1/2] commit-graph: introduce envvar to disable commit existence checks
` [PATCH v3 0/2] commit-graph: detect commits missing in ODB
  ` [PATCH v3 1/2] commit-graph: introduce envvar to disable commit existence checks
  ` [PATCH v3 2/2] commit: detect commits that exist in commit-graph but not in the ODB

[PATCH] sequencer: remove use of comment character
 2023-11-01  4:59 UTC  (18+ messages)
` [PATCH v2 0/2] sequencer: remove use of hardcoded comment char
  ` [PATCH v2 1/2] sequencer: remove use of comment character
  ` [PATCH v2 2/2] sequencer: fix remaining hardcoded comment char

[PATCH 0/2] Avoid passing global comment_line_char repeatedly
 2023-11-01  4:37 UTC  (16+ messages)
` [RFC PATCH 0/3] "
  ` [RFC PATCH 1/3] strbuf: make add_lines() public
  ` [RFC PATCH 2/3] strbuf_commented_addf(): drop the comment_line_char parameter
` [PATCH v2 0/4] Avoid passing global comment_line_char repeatedly
  ` [PATCH v2 1/4] strbuf_commented_addf(): drop the comment_line_char parameter
  ` [PATCH v2 2/4] strbuf_add_commented_lines(): "
  ` [PATCH v2 3/4] strbuf: make add_lines() public
  ` [PATCH v2 4/4] strbuf: move env-using functions to environment.c

[PATCH] chore: fix typo in .clang-format comment
 2023-10-31 23:40 UTC  (7+ messages)
` [PATCH v2] clang-format: fix typo in comment

[bug] 2.39.0: error in help for ls-remote
 2023-10-31 23:06 UTC  (3+ messages)

[PATCH 0/2] Documentation/gitformat-pack.txt: correct a few issues/typos
 2023-10-31 20:00 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] Documentation/gitformat-pack.txt: fix typo
  ` [PATCH v2 2/2] Documentation/gitformat-pack.txt: fix incorrect MIDX documentation

[PATCH 00/12] show-ref: introduce mode to check for ref existence
 2023-10-31 19:06 UTC  (26+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/12] builtin/show-ref: refactor `--exclude-existing` options
  ` [PATCH v2 09/12] builtin/show-ref: ensure mutual exclusiveness of subcommands
` [PATCH v3 00/12] builtin/show-ref: introduce mode to check for ref existence
  ` [PATCH v3 01/12] builtin/show-ref: convert pattern to a local variable
  ` [PATCH v3 02/12] builtin/show-ref: split up different subcommands
  ` [PATCH v3 03/12] builtin/show-ref: fix leaking string buffer
  ` [PATCH v3 04/12] builtin/show-ref: fix dead code when passing patterns
  ` [PATCH v3 05/12] builtin/show-ref: refactor `--exclude-existing` options
  ` [PATCH v3 06/12] builtin/show-ref: stop using global variable to count matches
  ` [PATCH v3 07/12] builtin/show-ref: stop using global vars for `show_one()`
  ` [PATCH v3 08/12] builtin/show-ref: refactor options for patterns subcommand
  ` [PATCH v3 09/12] builtin/show-ref: ensure mutual exclusiveness of subcommands
  ` [PATCH v3 10/12] builtin/show-ref: explicitly spell out different modes in synopsis
  ` [PATCH v3 11/12] builtin/show-ref: add new mode to check for reference existence
  ` [PATCH v3 12/12] t: use git-show-ref(1) to check for ref existence

Method for Calculating Statistics of Developer Contribution to a Specified Branch
 2023-10-31 19:05 UTC  (7+ messages)

[RESEND v2] git-rebase.txt: rewrite docu for fixup/squash (again)
 2023-10-31 18:48 UTC  (5+ messages)
` [PATCH v3] "

ls-remote bug
 2023-10-31 10:00 UTC  (6+ messages)
    ` [EXT] "

[PATCH 0/3] Add `-p' option to `git-mv', inspired by `mkdir'
 2023-10-31  6:38 UTC  (7+ messages)

[PATCH] reflog: fix expire --single-worktree
 2023-10-31  6:16 UTC  (5+ messages)

How to get started with contribution
 2023-10-31  3:29 UTC  (2+ messages)

Repository cloned using SSH does not respect bare repository initial branch
 2023-10-31  2:38 UTC  (2+ 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).