git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-06 16:18:46 to 2024-10-08 07:58:18 UTC [more...]

[PATCH v4 0/5] add ref content check for files backend
 2024-10-08  7:58 UTC  (36+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 1/9] ref: initialize "fsck_ref_report" with zero
  ` [PATCH v5 2/9] builtin/refs: support multiple worktrees check for refs
  ` [PATCH v5 3/9] ref: port git-fsck(1) regular refs check for files backend
  ` [PATCH v5 4/9] ref: add more strict checks for regular refs
  ` [PATCH v5 5/9] ref: add basic symref content check for files backend
  ` [PATCH v5 6/9] ref: add escape check for the referent of symref
  ` [PATCH v5 7/9] ref: enhance escape situation for worktrees
  ` [PATCH v5 8/9] t0602: add ref content checks "
  ` [PATCH v5 9/9] ref: add symlink ref content check for files backend

[PATCH] blame: respect .git-blame-ignore-revs automatically
 2024-10-08  7:01 UTC 

[PATCH 0/3] object-name: don't allow @ as a branch name
 2024-10-08  6:54 UTC  (12+ messages)
` [PATCH 1/3] object-name: fix whitespace
` [PATCH 2/3] object-name: don't allow @ as a branch name
` [PATCH 3/3] t1402: exercise disallowed branch names

[PATCH] t7300-clean.sh: use test_path_* helper functions
 2024-10-08  5:12 UTC  (4+ messages)

[PATCH v3 0/3] Link worktrees with relative paths
 2024-10-08  4:48 UTC  (5+ messages)
` [PATCH v3 1/3] worktree: refactor infer_backlink() to use *strbuf
` [PATCH v3 2/3] worktree: link worktrees with relative paths
` [PATCH v3 3/3] worktree: add test for path handling in linked worktrees

[PATCH 0/1] Remove value from positional args in config unset usage
 2024-10-08  4:07 UTC  (2+ messages)
` [PATCH 1/1] git-config.1: remove value from positional args in "

[PATCH 0/4] Support server option from configuration
 2024-10-08  4:00 UTC  (18+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] remote: introduce remote.<name>.serverOption configuration
      `  "
  ` [PATCH v2 4/5] fetch: respect --server-option when fetching multiple remotes
  ` [PATCH v2 5/5] ls-remote: leakfix for not clearing server_options
    ` Re:Re: [PATCH v2 0/5] Support server option from configuration
  ` [PATCH v3 "
    ` [PATCH v3 1/5] transport: introduce parse_transport_option() method
    ` [PATCH v3 2/5] remote: introduce remote.<name>.serverOption configuration
    ` [PATCH v3 3/5] transport.c::handshake: make use of server options from remote
    ` [PATCH v3 4/5] fetch: respect --server-option when fetching multiple remotes
    ` [PATCH v3 5/5] ls-remote: leakfix for not clearing server_options

[PATCH] Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o
 2024-10-08  3:58 UTC  (3+ messages)

[PATCH] submodule: correct remote name with fetch
 2024-10-08  1:49 UTC  (3+ messages)
` (no subject)
  ` [RFC PATCH v2] submodule: correct remote name with fetch

[PATCH v3 0/6] Introduce libgit-rs, a Rust wrapper around libgit.a
 2024-10-07 23:31 UTC  (16+ messages)
` [PATCH v3 3/6] libgit-sys: add repo initialization and config access
` [PATCH v3 5/6] libgit: add higher-level libgit crate
` [PATCH v3 6/6] Makefile: add option to build and test libgit-rs and libgit-rs-sys

[PATCH] docs: fix the `maintain-git` links in `technical/platform-support`
 2024-10-07 21:49 UTC 

how to use git with unreachable paths (namespaces, proc)?
 2024-10-07 21:48 UTC  (2+ messages)

[RFC PATCH 00/21] Modernize the build system
 2024-10-07 21:08 UTC  (19+ messages)
` [RFC PATCH 01/21] Documentation: add comparison of build systems
` [RFC PATCH 04/21] t/lib-gpg: fix setup of GNUPGHOME in MinGW
` [RFC PATCH 05/21] t3404: work around platform-specific behaviour on macOS 10.15

Bug: `git init` with hook `reference-transaction` running `git rev-parse --git-dir` fails
 2024-10-07 21:02 UTC  (7+ messages)

[Outreachy] Applicant Introduction
 2024-10-07 19:11 UTC  (3+ messages)

[Outreachy]
 2024-10-07 18:48 UTC  (7+ messages)

[PATCH v2 0/4] Link worktrees with relative paths
 2024-10-07 16:59 UTC  (36+ messages)
` [PATCH v2 1/4] worktree: refactor infer_backlink() to use *strbuf
` [PATCH v2 2/4] worktree: link worktrees with relative paths
` [PATCH v2 3/4] worktree: sync worktree paths after gitdir move
` [PATCH v2 4/4] worktree: prevent null pointer dereference

[Question] local paths when USE_THE_REPOSITORY_VARIABLE is not defined
 2024-10-07 16:54 UTC 

A note from the maintainer
 2024-10-07 16:13 UTC 

What's cooking in git.git (Oct 2024, #04; Sun, 6)
 2024-10-07 15:53 UTC 

[PATCH 0/3] doc: merge-tree: improve the script example
 2024-10-07 15:44 UTC  (13+ messages)
` [PATCH 1/3] doc: merge-tree: provide a commit message
` [PATCH 2/3] doc: merge-tree: use lower-case variables
` [PATCH 3/3] doc: merge-tree: use || directly

[PATCH 0/2] [Outreachy][Patch v2] t3404: avoid losing exit status to pipes
 2024-10-07 15:32 UTC  (48+ messages)
` [PATCH v2] [Outreachy][Patch v1] "
  ` [PATCH v3 0/2] [Outreachy][Patch v2] "
    ` [PATCH v3 1/2] t3404: avoid losing exit status with focus on `git show` and `git cat-files`
    ` [PATCH v3 2/2] [Outreachy][Patch v1] t3404: employing test_line_count() to replace test
    ` [PATCH v4 0/2] [Outreachy][Patch v2] t3404: avoid losing exit status to pipes
      ` [PATCH v4 1/2] t3404: avoid losing exit status with focus on `git show` and `git cat-file`
      ` [PATCH v4 2/2] [Outreachy][Patch v1] t3404: employing test_line_count() to replace test
      ` [PATCH v5 0/2] [Outreachy][Patch v2] t3404: avoid losing exit status to pipes
        ` [PATCH v5 1/2] t3404: avoid losing exit status with focus on `git show` and `git cat-file`
        ` [PATCH v5 2/2] t3404: employing test_line_count() to replace test
        ` [PATCH v6 0/2] [Outreachy][Patch v2] t3404: avoid losing exit status to pipes
          ` [PATCH v6 1/2] t3404: avoid losing exit status with focus on `git show` and `git cat-file`
          ` [PATCH v6 2/2] t3404: employing test_line_count() to replace test
          ` [PATCH v7 0/2] [Outreachy][Patch v2] t3404: avoid losing exit status to pipes
            ` [PATCH v7 1/2] t3404: avoid losing exit status with focus on `git show` and `git cat-file`
            ` [PATCH v7 2/2] t3404: replace test with test_line_count()

the latter half of october, the maintainer goes offline
 2024-10-07 15:28 UTC  (9+ messages)

[ANNOUNCE] Git v2.47.0
 2024-10-07 15:23 UTC 

[PATCH v2] remote: introduce config to set prefetch refs
 2024-10-07 14:30 UTC  (4+ messages)
` [PATCH v3] "

[Outreachy] Potential intern
 2024-10-07 11:23 UTC  (7+ messages)

[PATCH] fsmonitor: fix hangs by delayed fs event listening
 2024-10-07  9:45 UTC  (4+ messages)

[PATCH 00/23] Memory leak fixes (pt.8)
 2024-10-07  9:41 UTC  (7+ messages)
` [PATCH 15/23] pseudo-merge: fix leaking strmap keys
` [PATCH 17/23] midx-write: fix leaking buffer

[PATCH 0/3] cache-tree: fix segfaults with invalid cache-trees
 2024-10-07  4:38 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] cache-tree: refactor verification to return error codes
  ` [PATCH v2 2/3] cache-tree: detect mismatching number of index entries
  ` [PATCH v2 3/3] unpack-trees: detect mismatching number of cache-tree/index entries

[RFC PATCH] promisor-remote: always JIT fetch with --refetch
 2024-10-07  0:37 UTC  (4+ messages)

[PATCH 0/4] Link worktrees with relative paths
 2024-10-06 22:32 UTC  (16+ messages)

[BUG?] format-patch: --cover-letter doesn't use --from
 2024-10-06 18:46 UTC 

[PATCH v2 00/10] cat-file speedups
 2024-10-06 17:40 UTC  (4+ messages)
` [PATCH v2 04/10] packfile: inline cache_or_unpack_entry


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 NNTP newsgroup(s).