git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-04-12 04:23:16 to 2024-04-17 00:03:32 UTC [more...]

[PATCH 00/13] Support for arbitrary schemes in credentials
 2024-04-17  0:02 UTC  (4+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 02/16] remote-curl: reset headers on new request
  ` [PATCH v2 03/16] http: use new headers for each object request

[PATCH] mailmap: change primary address for Linus Arver
 2024-04-16 23:21 UTC 

[PATCH v3 0/8] docs: recommend using contrib/contacts/git-contacts
 2024-04-16 23:07 UTC  (21+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/8] SubmittingPatches: clarify 'git-contacts' location
  ` [PATCH v4 8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email
  ` [PATCH v5 0/8] docs: recommend using contrib/contacts/git-contacts
    ` [PATCH v5 1/8] MyFirstContribution: mention contrib/contacts/git-contacts
    ` [PATCH v5 2/8] SubmittingPatches: clarify 'git-contacts' location
    ` [PATCH v5 3/8] SubmittingPatches: mention GitGitGadget
    ` [PATCH v5 4/8] SubmittingPatches: quote commands
    ` [PATCH v5 5/8] SubmittingPatches: discuss reviewers first
    ` [PATCH v5 6/8] SubmittingPatches: dedupe discussion of security patches
    ` [PATCH v5 7/8] SubmittingPatches: add heading for format-patch and send-email
    ` [PATCH v5 8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email

[PATCH] advice: Add advice.scissors to suppress "do not modify or remove this line"
 2024-04-16 22:52 UTC  (7+ messages)

[PATCH] apply: avoid using fixed-size buffer in write_out_one_reject()
 2024-04-16 22:39 UTC  (2+ messages)

[PATCH v2] bisect: Honor log.date
 2024-04-16 19:53 UTC  (8+ messages)

[PATCH v3] bisect: report the found commit with "show"
 2024-04-16 19:44 UTC  (6+ messages)

[PATCH] add-patch: response to invalid option
 2024-04-16 19:31 UTC  (11+ messages)

[PATCH] imap-send: increase command size limit
 2024-04-16 16:08 UTC  (7+ messages)

[PATCH v2] rerere: fix crash during clear
 2024-04-16 10:52 UTC  (6+ messages)
` [PATCH v3] rerere: fix crashes due to unmatched opening conflict markers
  ` [PATCH v4] "

[ANNOUNCE] Virtual Contributor's Summit 2024
 2024-04-16 10:23 UTC  (7+ messages)

What's cooking in git.git (Apr 2024, #05; Fri, 12)
 2024-04-16  8:26 UTC  (5+ messages)

[PATCH] doc: git.txt-Fix inconsistency param description
 2024-04-16  6:02 UTC  (8+ 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"

[PATCH 0/3] Make support for multi-value configuration options more consistent
 2024-04-16  5:40 UTC  (2+ messages)

[PATCH 0/5] global: drop external `the_index` variable
 2024-04-16  5:27 UTC  (10+ messages)
` [PATCH 1/5] t/helper: stop using `the_index`
` [PATCH 2/5] builtin: "
` [PATCH 3/5] repository: initialize index in `repo_init()`
` [PATCH 4/5] builtin/clone: stop using `the_index`
` [PATCH 5/5] repository: drop global `the_index` variable

[PATCH] pack-bitmap: gracefully handle missing BTMP chunks
 2024-04-16  5:14 UTC  (13+ messages)
` [PATCH v2] "

[ANNOUNCE] Garden v1.5.0 released!
 2024-04-16  2:55 UTC 

[PATCH v3 0/2] diff: copies-harder support
 2024-04-16  2:42 UTC  (3+ messages)

[RFC PATCH] doc: describe the project's decision-making process
 2024-04-16  0:24 UTC  (2+ messages)

[PATCH 0/5] Unify trailer formatting functions
 2024-04-15 21:02 UTC  (4+ messages)

[PATCH v4] bisect: report the found commit with "show"
 2024-04-15 20:42 UTC 

[PATCH] launch_editor: waiting message on error
 2024-04-15 18:44 UTC  (26+ messages)
  ` [PATCH v2] "
    ` [PATCH v3 0/2] launch_editor: waiting message
      ` [PATCH v3 1/2] launch_editor: waiting for editor message
      ` [PATCH v3 2/2] launch_editor: waiting message on error
      ` [PATCH v4] "

[PATCH] Documentation: fix linkgit reference
 2024-04-15 18:02 UTC  (3+ messages)

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

prepare-commit-msg hook during rebase
 2024-04-15 14:32 UTC  (3+ messages)

Unexpected behavior with the rev-parse operation
 2024-04-15 13:58 UTC 

[L10N] Kickoff for Git 2.45.0
 2024-04-15  7:22 UTC 

[PATCH] git-compat-util: fix NO_OPENSSL on current macOS
 2024-04-14 16:47 UTC 

[PATCH] apply: replace mksnpath() with a mkpathdup() call
 2024-04-14 15:17 UTC  (7+ messages)
` free and errno, was "

[PATCH v6 0/2] send-email: make produced outputs more readable
 2024-04-13  6:27 UTC  (9+ 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] mailsplit add option to include sanitized subject in filename
 2024-04-13  0:07 UTC  (7+ messages)

[BUG] Clones from local repositories do not work correctly under Windows
 2024-04-12 21:53 UTC  (9+ messages)

[PATCH 0/8] update-ref: add support for update-symref option
 2024-04-12 18:49 UTC  (11+ messages)
` [PATCH v2 0/7] update-ref: add symref oriented commands
  ` [PATCH v2 1/7] refs: accept symref values in `ref_transaction[_add]_update`
  ` [PATCH v2 2/7] update-ref: add support for symref-verify
  ` [PATCH v2 3/7] update-ref: add support for symref-delete
  ` [PATCH v2 4/7] files-backend: extract out `create_symref_lock`
  ` [PATCH v2 5/7] update-ref: add support for symref-create
  ` [PATCH v2 6/7] update-ref: add support for symref-update
  ` [PATCH v2 7/7] refs: support symrefs in 'reference-transaction' hook

[PATCH] merge-tree: fix argument type of the `--merge-base` option
 2024-04-12 16:09 UTC  (2+ messages)

[PATCH] Documentation: fix typos describing date format
 2024-04-12 16:02 UTC  (2+ messages)

[PATCH] show-ref: add --unresolved option
 2024-04-12 15:23 UTC  (8+ messages)
` [PATCH v2 0/3] show-ref: add --symbolic-name option
  ` [PATCH v2 3/3] "

[PATCH 0/3] Cleanup rebase signoff tests
 2024-04-12 13:53 UTC  (9+ messages)
` [PATCH 3/3] t3428: restore coverage for "apply" backend

[RFC] bisect: Introduce skip-when to automatically skip commits
 2024-04-12 13:35 UTC  (11+ messages)

[PATCH] rebase -i: improve error message when picking merge
 2024-04-12 13:24 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] "

Short form of --force-with-lease
 2024-04-12  9:00 UTC  (2+ messages)

[PATCH v3 8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email
 2024-04-12  8:48 UTC  (2+ messages)

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

[RFC PATCH 0/4] test-tool: add unit test suite runner
 2024-04-12  4:29 UTC  (6+ 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-12  4:22 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] ci: also define CXX environment variable


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