git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-11-02 17:53:37 to 2023-11-08 12:47:52 UTC [more...]

[PATCH v4 00/15] Introduce new `git replay` command
 2023-11-08 12:47 UTC  (13+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v6 "

Error when "git mv" file in a sparsed checkout
 2023-11-08 11:36 UTC  (3+ messages)

[PATCH 0/3] t: improve compatibility with NixOS
 2023-11-08 10:42 UTC  (7+ messages)
` [PATCH 1/3] t/lib-httpd: dynamically detect httpd and modules path
` [PATCH 2/3] t/lib-httpd: stop using legacy crypt(3) for authentication
` [PATCH 3/3] t9164: fix inability to find basename(1) in hooks

[PATCH 0/9] for-each-ref optimizations & usability improvements
 2023-11-08 10:00 UTC  (30+ messages)
` [PATCH 1/9] ref-filter.c: really don't sort when using --no-sort
` [PATCH 2/9] for-each-ref: clarify interaction of --omit-empty & --count
` [PATCH 3/9] ref-filter.h: add max_count and omit_empty to ref_format
` [PATCH 4/9] ref-filter.h: move contains caches into filter
` [PATCH 5/9] ref-filter.h: add functions for filter/format & format-only
` [PATCH 6/9] ref-filter.c: refactor to create common helper functions
` [PATCH 7/9] ref-filter.c: filter & format refs in the same callback
` [PATCH 8/9] for-each-ref: add option to fully dereference tags
` [PATCH 9/9] t/perf: add perf tests for for-each-ref

first-class conflicts?
 2023-11-08  7:31 UTC  (14+ messages)
    `  "

[PATCH v4 0/7] merge-ort: implement support for packing objects together
 2023-11-08  7:05 UTC  (12+ messages)
` [PATCH v5 0/5] "
        ` [RFC PATCH 0/3] replay: implement support for writing new objects to a pack
          ` [RFC PATCH 1/3] merge-ort.c: finalize ODB transactions after each step
          ` [RFC PATCH 2/3] tmp-objdir: introduce `tmp_objdir_repack()`
          ` [RFC PATCH 3/3] builtin/replay.c: introduce `--write-pack`

[PATCH] diff: implement config.diff.renames=copies-harder
 2023-11-08  4:38 UTC  (8+ messages)

issue unable to commit file and folder name to upper lower case
 2023-11-08  1:48 UTC  (3+ messages)

Regression: git send-email Message-Id: numbering doesn't start at 1 any more
 2023-11-08  1:34 UTC  (4+ messages)

git-send-email: Send with mutt(1)
 2023-11-07 20:16 UTC  (4+ messages)

Explanation of `eol` attribute doesn't seem correct for Windows machines
 2023-11-07 17:12 UTC  (4+ messages)

[PATCH 0/2] revision: exclude all packed objects with `--unpacked`
 2023-11-07  9:43 UTC  (10+ messages)
` [PATCH 1/2] list-objects: drop --unpacked non-commit objects from results
` [PATCH 2/2] pack-bitmap: "

Git Rename Detection Bug
 2023-11-07  8:05 UTC  (2+ messages)

Bug: magic-less pathspecs that start with ":" not processed as expected
 2023-11-07  3:25 UTC  (5+ messages)

[PATCH 0/4] Memory leak fixes
 2023-11-07  2:20 UTC  (9+ messages)
` [PATCH 1/4] test-bloom: stop setting up Git directory twice
` [PATCH 2/4] shallow: fix memory leak when registering shallow roots
` [PATCH 3/4] setup: refactor `upgrade_repository_format()` to have common exit
` [PATCH 4/4] setup: fix leaking repository format

[PATCH 0/2] RelNotes: minor changes in 2.43.0 draft
 2023-11-07  1:32 UTC  (4+ messages)
` [PATCH 1/2] RelNotes: minor typo fixes "
` [PATCH 2/2] RelNotes: improve wording of credential helper notes

git refusing to merge branches when pulling using a refspec
 2023-11-06 23:38 UTC  (2+ messages)

[PATCH] revision: Don't queue uninteresting commits
 2023-11-06 11:28 UTC  (3+ messages)

[PATCH 1/2] rebase: support non-interactive autosquash
 2023-11-06 11:07 UTC  (11+ messages)
` [PATCH 2/2] docs: rewrite rebase --(no-)autosquash description
` [PATCH v2 1/2] rebase: support non-interactive autosquash
  ` [PATCH v2 2/2] docs: rewrite rebase --(no-)autosquash description
  ` [PATCH v3 1/2] rebase: support non-interactive autosquash
    ` [PATCH v3 2/2] docs: rewrite rebase --(no-)autosquash description

[PATCH 0/5] ci: add GitLab CI definition
 2023-11-06  7:16 UTC  (4+ messages)
` [PATCH 4/5] ci: split out logic to set up failed test artifacts

[PATCH] credential/wincred: store oauth_refresh_token
 2023-11-06  6:16 UTC  (2+ messages)
` [PATCH v2] "

An analogue for commit.gpgsign but for verifying signatures on each pull
 2023-11-06  5:34 UTC 

why does git set X in LESS env var?
 2023-11-06  3:47 UTC  (15+ messages)

What's cooking in git.git (Nov 2023, #02; Mon, 6)
 2023-11-06  2:47 UTC 

git init --initial-branch (should docs mention v2 protocol)
 2023-11-05 23:17 UTC 

Request for Help - Too many perl arguments as of 2.43.0-rc0
 2023-11-05  5:34 UTC  (12+ messages)

BUG: fsmonitor.c:21: fsmonitor_dirty has more entries than the index
 2023-11-04 22:05 UTC  (5+ messages)

[PATCH 2/2] pretty: add '%aA' to show domain-part of email addresses
 2023-11-04  9:51 UTC  (6+ messages)

[PATCH 1/1] attr: enable attr pathspec magic for git-add and git-stash
 2023-11-04  7:14 UTC  (10+ messages)

[RFC PATCH] status: avoid reporting worktrees as "Untracked files"
 2023-11-04  6:58 UTC  (3+ messages)

[BUG] Git 2.43.0-rc0 - t4216 unpack(Q) invalid type
 2023-11-04  4:59 UTC  (10+ messages)
    ` [PATCH] t: avoid perl's pack/unpack "Q" specifier

What's cooking in git.git (Nov 2023, #01; Thu, 2)
 2023-11-03 22:48 UTC  (2+ messages)

[PATCH v4] unit tests: Add a project plan document
 2023-11-03 21:54 UTC  (4+ messages)
` [PATCH v9 0/3] Add unit test framework and project plan
  ` [PATCH v9 2/3] unit tests: add TAP unit test framework

mintty bug in current git bash (Git-2.42.0.2-64-bit.exe)
 2023-11-03 14:58 UTC  (2+ messages)

[L10N] Kickoff for Git 2.43.0 round #1
 2023-11-03 11:41 UTC 

[ANNOUNCE] Git for Windows 2.43.0-rc0
 2023-11-03  8:55 UTC 

[PATCH] ci: upgrade to using macos-13
 2023-11-03  8:16 UTC  (2+ messages)

General question about "git range-diff"
 2023-11-03  1:25 UTC  (4+ messages)

[PATCH] strvec: drop unnecessary include of hex.h
 2023-11-02 23:25 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).