git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-08 23:44:43 to 2024-04-11 18:52:34 UTC [more...]

Reply
 2024-04-11 18:49 UTC 

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-04-11 18:44 UTC  (5+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 6/7] t/Makefile: run unit tests alongside shell tests

[PATCH 0/2] fuzz: build fuzzers by default on Linux
 2024-04-11 18:14 UTC  (18+ messages)
` [PATCH 1/2] ci: also define CXX environment variable
` [PATCH 2/2] fuzz: link fuzz programs with `make all` on Linux
` [PATCH v2 0/2] fuzz: build fuzzers by default "
  ` [PATCH v2 1/2] ci: also define CXX environment variable
  ` [PATCH v2 2/2] fuzz: link fuzz programs with `make all` on Linux

[PATCH] doc: git.txt-Fix inconsistency param description
 2024-04-11 18:11 UTC  (7+ messages)
` [PATCH v2 0/2] Fix the inconsistency in the description of the namespace option's parameter
  ` [PATCH v2 1/2] doc: git.txt-Fix inconsistency param description
  ` [PATCH v2 2/2] doc: git.txt-Change "--user-formats" to "--user-interfaces"

Short form of --force-with-lease
 2024-04-11 17:36 UTC  (2+ messages)

[BUG] Clones from local repositories do not work correctly under Windows
 2024-04-11 17:03 UTC 

Gift of Acoustic Instrument
 2024-04-11 15:47 UTC 

[ANNOUNCE] Virtual Contributor's Summit 2024
 2024-04-11 15:37 UTC  (3+ messages)

I think there is a diference between git version 2.44.0.windows.1 behavior and the git doc page
 2024-04-11 13:29 UTC 

[PATCH 00/12] t: exercise Git/JGit reftable compatibility
 2024-04-11 10:26 UTC  (36+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/12] ci: allow skipping sudo on dockerized jobs
  ` [PATCH v2 05/12] ci: convert "install-dependencies.sh" to use "/bin/sh"
  ` [PATCH v2 12/12] t0612: add tests to exercise Git/JGit reftable compatibility
    ` [PATCH 0/2] t0610: fix umask tests
      ` [PATCH 1/2] t0610: make `--shared=` tests reusable
      ` [PATCH 2/2] t0610: execute git-pack-refs(1) with specified umask
` [PATCH v3 00/13] t: exercise Git/JGit reftable compatibility
  ` [PATCH v3 01/13] ci: rename "runs_on_pool" to "distro"
  ` [PATCH v3 02/13] ci: expose distro name in dockerized GitHub jobs
  ` [PATCH v3 03/13] ci: skip sudo when we are already root
  ` [PATCH v3 04/13] ci: drop duplicate package installation for "linux-gcc-default"
  ` [PATCH v3 05/13] ci: convert "install-dependencies.sh" to use "/bin/sh"
  ` [PATCH v3 06/13] ci: merge custom PATH directories
  ` [PATCH v3 07/13] ci: fix setup of custom path for GitLab CI
  ` [PATCH v3 08/13] ci: merge scripts which install dependencies
  ` [PATCH v3 09/13] ci: make Perforce binaries executable for all users
  ` [PATCH v3 10/13] ci: install JGit dependency
  ` [PATCH v3 11/13] t06xx: always execute backend-specific tests
  ` [PATCH v3 12/13] t0610: fix non-portable variable assignment
  ` [PATCH v3 13/13] t0612: add tests to exercise Git/JGit reftable compatibility

[PATCH 0/6] fast-import: tighten parsing of paths
 2024-04-11  9:14 UTC  (32+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] fast-import: tighten path unquoting
  ` [PATCH v2 2/8] fast-import: directly use strbufs for paths
  ` [PATCH v2 3/8] fast-import: allow unquoted empty path for root
  ` [PATCH v3 0/8] fast-import: tighten parsing of paths
    ` [PATCH v3 1/8] fast-import: tighten path unquoting
    ` [PATCH v3 2/8] fast-import: directly use strbufs for paths
    ` [PATCH v3 3/8] fast-import: allow unquoted empty path for root
    ` [PATCH v3 4/8] fast-import: remove dead strbuf
    ` [PATCH v3 5/8] fast-import: improve documentation for unquoted paths
    ` [PATCH v3 6/8] fast-import: document C-style escapes for paths
    ` [PATCH v3 7/8] fast-import: forbid escaped NUL in paths
    ` [PATCH v3 8/8] fast-import: make comments more precise

[PATCH] show-ref: add --unresolved option
 2024-04-11  9:11 UTC  (12+ messages)
` [PATCH v2 0/3] show-ref: add --symbolic-name option
  ` [PATCH v2 1/3] refs: keep track of unresolved reference value in iterator
  ` [PATCH v2 3/3] show-ref: add --symbolic-name option

[PATCH 00/13] Support for arbitrary schemes in credentials
 2024-04-11  7:00 UTC  (6+ messages)

[PATCH] mailsplit add option to include sanitized subject in filename
 2024-04-11  5:55 UTC  (5+ messages)

[PATCH] docs: recommend using contrib/contacts/git-contacts
 2024-04-11  0:19 UTC  (26+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] MyFirstContribution: mention contrib/contacts/git-contacts
  ` [PATCH v2 3/8] SubmittingPatches: mention GitGitGadget
  ` [PATCH v3 0/8] docs: recommend using contrib/contacts/git-contacts
    ` [PATCH v3 1/8] MyFirstContribution: mention contrib/contacts/git-contacts
    ` [PATCH v3 2/8] SubmittingPatches: make 'git contacts' grep-friendly
    ` [PATCH v3 3/8] SubmittingPatches: mention GitGitGadget
    ` [PATCH v3 4/8] SubmittingPatches: quote commands
    ` [PATCH v3 5/8] SubmittingPatches: discuss reviewers first
    ` [PATCH v3 6/8] SubmittingPatches: dedupe discussion of security patches
    ` [PATCH v3 7/8] SubmittingPatches: add heading for format-patch and send-email
    ` [PATCH v3 8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email

[PATCH v6 0/2] send-email: make produced outputs more readable
 2024-04-10 22:59 UTC  (6+ messages)
` [PATCH v6 1/2] send-email: move newline characters out of a few translatable strings
` [PATCH v6 2/2] send-email: make it easy to discern the messages for each patch

[PATCH] typo: Replace 'commitish' with 'committish'
 2024-04-10 21:15 UTC  (2+ messages)

[RFC] bisect: Introduce skip-when to automatically skip commits
 2024-04-10 19:39 UTC  (15+ messages)

[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
 2024-04-10 18:10 UTC  (9+ messages)
` [PATCH 02/24] config: repo_config_get_expiry()
` [PATCH 03/24] ewah: implement `ewah_bitmap_is_subset()`
` [PATCH 04/24] pack-bitmap: drop unused `max_bitmaps` parameter
` [PATCH 05/24] pack-bitmap: move some initialization to `bitmap_writer_init()`

[PATCH 0/8] update-ref: add support for update-symref option
 2024-04-10 17:31 UTC  (13+ messages)
` [PATCH 7/8] refs: add 'update-symref' command to 'update-ref'

[PATCH 0/3] Cleanup rebase signoff tests
 2024-04-10 16:45 UTC  (10+ messages)
` [PATCH 1/3] t3428: modernize test setup
` [PATCH 2/3] t3428: use test_commit_message
` [PATCH 3/3] t3428: restore coverage for "apply" backend

What's cooking in git.git (Apr 2024, #04; Tue, 9)
 2024-04-10 16:08 UTC  (3+ messages)

[PATCH] launch_editor: waiting message on error
 2024-04-10 15:44 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] pack-bitmap: gracefully handle missing BTMP chunks
 2024-04-10 15:02 UTC  (2+ messages)

[PATCH 0/9] reftable: optimize table and block iterators
 2024-04-10 11:35 UTC  (9+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 09/10] reftable/block: reuse `zstream` state on inflation
  ` [PATCH v2 10/10] reftable/block: avoid copying block iterators on seek

"git stash pop -k"
 2024-04-10  7:27 UTC 

Wrong coloring for "git log --oneline --graph --decorate --all"?
 2024-04-10  7:22 UTC 

[PATCH] t9604: Fix test for musl libc and new Debian
 2024-04-10  7:10 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v5 0/3] send-email: make produced outputs more readable
 2024-04-10  6:07 UTC  (9+ messages)
` [PATCH v5 2/3] send-email: make it easy to discern the messages for each patch
` [PATCH v5 3/3] send-email: separate the confirmation prompts from the messages

Makefiles are broken as of GNU Make commit 07fcee35f058a876447c8a021f9eb1943f902534
 2024-04-09 21:23 UTC  (12+ messages)
` [PATCH] Makefile(s): avoid recipe prefix in conditional statements

[PATCH] rebase -i: improve error message when picking merge
 2024-04-09 19:56 UTC  (11+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] rebase -i: pass struct replay_opts to parse_insn_line()
  ` [PATCH v2 2/2] rebase -i: improve error message when picking merge

[RFD] Libification proposal: separate internal and external interfaces
 2024-04-09 17:30 UTC  (9+ messages)

[PATCH] MyFirstContribution: use switch for changing branches
 2024-04-09 16:36 UTC  (6+ messages)
    ` (no subject)

[PATCH v2] rerere: fix crash during clear
 2024-04-09 12:13 UTC  (2+ messages)
` [PATCH v3] rerere: fix crashes due to unmatched opening conflict markers

[PATCH v2] grep: improve errors for unmatched ( and )
 2024-04-09 10:07 UTC  (2+ messages)

git bug Report: Inconsistent behavior caused by [] in.gitignore
 2024-04-09  6:53 UTC 

[PATCH] reftable: use xmalloc() and xrealloc()
 2024-04-09  3:24 UTC  (4+ messages)

[PATCH 0/9] reftable: optimize write performance
 2024-04-09  3:16 UTC  (4+ messages)
` [PATCH v3 00/11] "


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