public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-12 17:03:47 to 2024-11-15 11:10:01 UTC [more...]

[PATCH v6 0/9] add ref content check for files backend
 2024-11-15 11:10 UTC  (22+ messages)
` [PATCH v7 "
  ` [PATCH v7 5/9] ref: port git-fsck(1) regular refs "
  ` [PATCH v7 9/9] ref: add symlink ref content "
  ` [PATCH v8 0/9] add "
    ` [PATCH v8 1/9] ref: initialize "fsck_ref_report" with zero
    ` [PATCH v8 2/9] ref: check the full refname instead of basename
    ` [PATCH v8 3/9] ref: initialize ref name outside of check functions
    ` [PATCH v8 4/9] ref: support multiple worktrees check for refs
    ` [PATCH v8 5/9] ref: port git-fsck(1) regular refs check for files backend
    ` [PATCH v8 6/9] ref: add more strict checks for regular refs
    ` [PATCH v8 7/9] ref: add basic symref content check for files backend
    ` [PATCH v8 8/9] ref: check whether the target of the symref is a ref
    ` [PATCH v8 9/9] ref: add symlink ref content check for files backend

Shallow clone of a specific git revision?
 2024-11-15 10:43 UTC  (6+ messages)

[PATCH 0/2] pack-objects: more brown-paper-bag multi-pack reuse fixes
 2024-11-15  9:57 UTC  (11+ messages)
` [PATCH 1/2] t5332-multi-pack-reuse.sh: demonstrate duplicate packing failure
` [PATCH 2/2] pack-objects: only perform verbatim reuse on the preferred pack
` [PATCH v2 0/2] pack-objects: more brown-paper-bag multi-pack reuse fixes
  ` [PATCH v2 1/2] t5332-multi-pack-reuse.sh: demonstrate duplicate packing failure
  ` [PATCH v2 2/2] pack-objects: only perform verbatim reuse on the preferred pack

[PATCH 0/5] When fetching from a promisor remote, repack local objects referenced
 2024-11-15  9:52 UTC  (9+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] t5300: move --window clamp test next to unclamped

malloc: *** error for object 0x1: pointer being freed was not allocated on MacOS with git 2.47.0
 2024-11-15  9:40 UTC 

[bug] user may be cornered into delete files #9901
 2024-11-15  9:32 UTC  (6+ messages)
` Fw: "
    ` Fw: "

Trailers Containing Underscore or Dot Characters
 2024-11-15  7:42 UTC  (4+ messages)

[PATCH 0/3] Build improvements for clar
 2024-11-15  7:32 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] t/unit-tests: convert "clar-generate.awk" into a shell script
  ` [PATCH v3 2/4] cmake: use SH_EXE to execute clar scripts
  ` [PATCH v3 3/4] cmake: use verbatim arguments when invoking clar commands
  ` [PATCH v3 4/4] Makefile: let clar header targets depend on their scripts

[RFC PATCH 00/21] Modernize the build system
 2024-11-15  7:21 UTC  (59+ messages)
` [RFC PATCH v4 00/19] "
` [RFC PATCH v5 "
` [PATCH RFC v6 "
  ` [PATCH RFC v6 01/19] Makefile: use common template for GIT-BUILD-OPTIONS
  ` [PATCH RFC v6 08/19] Makefile: refactor GIT-VERSION-GEN to be reusable
  ` [PATCH RFC v6 18/19] Introduce support for the Meson build system
  ` [PATCH RFC v6 19/19] meson: fix conflicts with in-flight topics
  ` [-SPAM-] [PATCH RFC v6 00/19] Modernize the build system
` [PATCH RFC v7 00/22] "
  ` [PATCH RFC v7 01/22] Makefile: use common template for GIT-BUILD-OPTIONS
  ` [PATCH RFC v7 02/22] Makefile: consistently use @PLACEHOLDER@ to substitute
  ` [PATCH RFC v7 03/22] Makefile: refactor GIT-VERSION-GEN to be reusable
  ` [PATCH RFC v7 04/22] Makefile: propagate Git version via generated header
  ` [PATCH RFC v7 05/22] Makefile: generate "git.rc" via GIT-VERSION-GEN
  ` [PATCH RFC v7 06/22] Makefile: consistently use PERL_PATH
  ` [PATCH RFC v7 07/22] Makefile: extract script to massage Perl scripts
  ` [PATCH RFC v7 08/22] Makefile: use "generate-perl.sh" to massage Perl library
  ` [PATCH RFC v7 09/22] Makefile: extract script to massage Shell scripts
  ` [PATCH RFC v7 10/22] Makefile: extract script to generate gitweb.cgi
  ` [PATCH RFC v7 11/22] Makefile: extract script to generate gitweb.js
  ` [PATCH RFC v7 12/22] Makefile: refactor generators to be PWD-independent
  ` [PATCH RFC v7 13/22] Makefile: allow "bin-wrappers/" directory to exist
  ` [PATCH RFC v7 14/22] Makefile: simplify building of templates
  ` [PATCH RFC v7 15/22] Documentation: allow sourcing generated includes from separate dir
  ` [PATCH RFC v7 16/22] Documentation: teach "cmd-list.perl" about out-of-tree builds
  ` [PATCH RFC v7 17/22] Documentation: extract script to generate a list of mergetools
  ` [PATCH RFC v7 18/22] t: better support for out-of-tree builds
  ` [PATCH RFC v7 19/22] t: allow overriding build dir
  ` [PATCH RFC v7 20/22] Documentation: add comparison of build systems
  ` [PATCH RFC v7 21/22] Introduce support for the Meson build system
  ` [PATCH RFC v7 22/22] meson: fix conflicts with in-flight topics

[PATCH] refs: don't invoke reference-transaction hook for reflogs
 2024-11-15  7:01 UTC  (3+ messages)

[PATCH] worktree: detect from secondary worktree if main worktree is bare
 2024-11-15  6:52 UTC 

[PATCH v11 0/8] set-head/fetch remote/HEAD updates
 2024-11-15  5:50 UTC  (11+ messages)
` [PATCH v12 "
  ` [PATCH v12 1/8] t/t5505-remote: set default branch to main
  ` [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref
  ` [PATCH v12 3/8] remote set-head: refactor for readability
  ` [PATCH v12 4/8] remote set-head: better output for --auto

[PATCH] fast-import: avoid making replace refs point to themselves
 2024-11-15  3:51 UTC  (6+ messages)

[PATCH 0/1] Restore the ability to clone repositories owned by another user
 2024-11-15  2:02 UTC  (4+ messages)
` [PATCH 1/1] Allow cloning from "

[PATCH] diff: update conflict handling for whitespace to issue a warning
 2024-11-15  0:11 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/2] transport: don't ignore git-receive-pack(1) exit code on atomic push
 2024-11-14 23:36 UTC  (12+ messages)
` [PATCH 1/2] t5504: modernize test by moving heredocs into test bodies
` [PATCH 2/2] transport: don't ignore git-receive-pack(1) exit code on atomic push
    ` [PATCH v2 0/6] fix behaviors of git-push --porcelain
      ` [PATCH v2 1/6] t5548: new test cases for push --porcelain and --dry-run
      ` [PATCH v2 2/6] push: fix the behavior of the Done message for porcelain
      ` [PATCH v2 3/6] t5504: modernize test by moving heredocs into test bodies
      ` [PATCH v2 4/6] t5543: atomic push reports exit code failure
      ` [PATCH v2 5/6] push: only ignore finish_connect() for dry-run mode
      ` [PATCH v2 6/6] push: not send push-options to server with --dry-run

[PATCH 0/3] Strengthen fsck checks for submodule URLs
 2024-11-14 19:11 UTC  (10+ messages)

SUBSCRIBE
 2024-11-14 17:35 UTC 

[PATCH v2 0/4] Build improvements for clar
 2024-11-14 10:28 UTC  (4+ messages)
` [PATCH v2 3/4] cmake: use verbatim arguments when invoking clar commands

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-11-14 10:04 UTC  (9+ messages)
` [PATCH v7 0/9] "
  ` [PATCH v7 1/9] packfile: add repository to struct `packed_git`

gpg-ssh signing with AgentForwarding
 2024-11-14  8:57 UTC  (3+ messages)

[PATCH] gitk: check main window visibility before waiting for it to show
 2024-11-14  8:07 UTC  (5+ messages)
    ` The health of gitk, was "

[RFC]: Test Were failing on Fedora Linux
 2024-11-14  1:39 UTC  (13+ messages)
                ` [PATCH] test-lib: check malloc debug LD_PRELOAD before using
                      ` [PATCH 2/1] test-lib: move malloc-debug setup after $PATH setup

[PATCH] sequencer: comment checked-out branch properly
 2024-11-13 23:00 UTC  (15+ messages)
` [PATCH v2 0/3] sequencer: comment out properly in todo list
  ` [PATCH v2 1/3] sequencer: comment checked-out branch properly
  ` [PATCH v2 2/3] sequencer: comment `--reference` subject line properly
  ` [PATCH v2 3/3] sequencer: comment commit messages properly

[PATCH] ci: update to jgit 7
 2024-11-13 11:24 UTC  (6+ messages)

[PATCH 0/5] doc: git diff reformatting
 2024-11-13  8:59 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] doc: git-diff: apply new documentation guidelines
  ` [PATCH v2 3/5] doc: git-diff: apply format changes to diff-format
  ` [PATCH v2 5/5] doc: git-diff: apply format changes to config part

[PATCH 0/5] git-mergetool: improve error code paths and messages
 2024-11-13  2:01 UTC  (9+ messages)
` [PATCH 1/5] completion: complete '--tool-help' in 'git mergetool'
` [PATCH 2/5] git-mergetool--lib.sh: use TOOL_MODE when erroring about unknown tool
` [PATCH 3/5] git-mergetool--lib.sh: add error message in 'setup_user_tool'
` [PATCH 4/5] git-mergetool--lib.sh: add error message for unknown tool variant
` [PATCH 5/5] git-difftool--helper.sh: exit upon initialize_merge_tool errors

[PATCH v2 0/3] Documentation/git-bundle.txt: promote --all for full backup
 2024-11-12 22:58 UTC  (7+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] Documentation/git-bundle.txt: mention full backup example

[PATCH] doc: git-add.txt: convert to new style convention
 2024-11-12 22:41 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox