git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-20 21:14:08 to 2025-06-25 16:43:48 UTC [more...]

[PATCH 0/4] clang-format: modify rules to reduce false-positives
 2025-06-25 16:43 UTC  (3+ messages)
` [PATCH 1/4] editorconfig: set maximum line length to 120 characters
` [PATCH 2/4] clang-format: set 'ColumnLimit' to 0

bash: unescaped `>` character when switching branches
 2025-06-25 16:38 UTC  (4+ messages)

[PATCH v7 0/4] Importing and exporting stashes to refs
 2025-06-25 16:30 UTC  (4+ messages)
` [PATCH v8 "

What's cooking in git.git (Jun 2025, #08; Mon, 23)
 2025-06-25 16:29 UTC  (6+ messages)

[PATCH 0/3] daemon: explicitly allow EINTR during poll()
 2025-06-25 16:24 UTC  (25+ messages)
` [PATCH 1/3] compat/posix.h: track SA_RESTART fallback
` [PATCH 2/3] daemon: use sigaction() to install child_handler()
` [PATCH 3/3] daemon: explicitly allow EINTR during poll()
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] compat/posix.h: track SA_RESTART fallback
  ` [PATCH v2 2/3] daemon: use sigaction() to install child_handler()
  ` [PATCH v2 3/3] daemon: explicitly allow EINTR during poll()

[GSOC PATCH 0/2] builtin/prune: remove dependency on global variables and 'the_repository'
 2025-06-25 15:59 UTC  (2+ messages)

[GSoC] Blog: Refactoring in order to reduce Git’s global state
 2025-06-25 15:14 UTC  (3+ messages)

gpg signature missing from commit f0135a9047
 2025-06-25 14:41 UTC 

[PATCH] contrib: Honor symbolic port in git-credential-netrc
 2025-06-25 14:25 UTC  (28+ messages)
` [PATCH v2 0/3] git-credential-netrc: better symbolic port names support
` [PATCH v2 1/3] contrib: use a more portable shebang for git-credential-netrc
` [PATCH v2 2/3] contrib: warn for invalid netrc file ports in git-credential-netrc
` [PATCH v2 3/3] contrib: better support symbolic port names "
` [PATCH v3 0/3] git-credential-netrc: better symbolic port names support
          ` [PATCH v4 "
            ` [PATCH v4 1/3] contrib: use a more portable shebang for git-credential-netrc
            ` [PATCH v4 2/3] contrib: warn for invalid netrc file ports in git-credential-netrc
            ` [PATCH v4 3/3] contrib: better support symbolic port names "
` [PATCH v3 1/3] contrib: use a more portable shebang for git-credential-netrc
` [PATCH v3 2/3] contrib: warn for invalid netrc file ports in git-credential-netrc
` [PATCH v3 3/3] contrib: better support symbolic port names "

[bug] pull --prune could not delete references due to lock file already exists error
 2025-06-25 14:18 UTC  (2+ messages)
` Re "

Possible performance regression in for-each-ref in git 2.40.0
 2025-06-25 13:17 UTC  (2+ messages)

[PATCH 0/2] bloom: use bloom filter given multiple pathspec
 2025-06-25 12:55 UTC  (3+ messages)
` [PATCH 1/2] bloom: replace struct bloom_key * with struct bloom_keyvec
` [PATCH 2/2] bloom: enable multiple pathspec bloom keys

[PATCH v3 0/5] Make the "promisor-remote" capability support more fields
 2025-06-25 12:53 UTC  (18+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] promisor-remote: refactor to get rid of 'struct strvec'
  ` [PATCH v4 2/5] promisor-remote: allow a server to advertise more fields
  ` [PATCH v5 0/5] Make the "promisor-remote" capability support "
    ` [PATCH v5 1/5] promisor-remote: refactor to get rid of 'struct strvec'
    ` [PATCH v5 2/5] promisor-remote: allow a server to advertise more fields
    ` [PATCH v5 3/5] promisor-remote: refactor how we parse advertised fields
    ` [PATCH v5 4/5] promisor-remote: allow a client to check fields
    ` [PATCH v5 5/5] promisor-remote: use string constants for 'name' and 'url' too

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-06-25  8:40 UTC  (27+ messages)
` [GSoC RFC PATCH v2 0/7] "
  ` [GSoC RFC PATCH v2 1/7] repo-info: declare the repo-info command
  ` [GSoC RFC PATCH v2 2/7] repo-info: add the --format flag
  ` [GSoC RFC PATCH v2 3/7] repo-info: add plaintext as an output format
  ` [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
  ` [GSoC RFC PATCH v2 5/7] repo-info: add the field references.format

[PATCH v5] gitk: add external diff file rename detection
 2025-06-25  6:23 UTC  (3+ messages)
` [PATCH v6] "

[PATCH 0/2] test_seq format option
 2025-06-25  0:02 UTC  (14+ messages)
` [PATCH 1/2] t7422: replace confusing printf with echo
` [PATCH 2/2] test-lib: teach test_seq the -f option
    ` [PATCH 3/2] test-lib: document test_seq's "-f" option

.clang-format: how useful, how often used, and how well maintained?
 2025-06-24 23:27 UTC  (9+ messages)

[RFC PATCH 0/8] repack: avoid MIDX'ing cruft pack(s) where possible
 2025-06-24 16:10 UTC  (25+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 9/9] repack: exclude cruft pack(s) from the MIDX "
` [PATCH v6 0/9] repack: avoid MIDX'ing cruft pack(s) "
  ` [PATCH v6 1/9] pack-objects: use standard option incompatibility functions
  ` [PATCH v6 2/9] pack-objects: limit scope in 'add_object_entry_from_pack()'
  ` [PATCH v6 3/9] pack-objects: factor out handling '--stdin-packs'
  ` [PATCH v6 4/9] pack-objects: declare 'rev_info' for '--stdin-packs' earlier
  ` [PATCH v6 5/9] pack-objects: perform name-hash traversal for unpacked objects
  ` [PATCH v6 6/9] pack-objects: fix typo in 'show_object_pack_hint()'
  ` [PATCH v6 7/9] pack-objects: swap 'show_{object,commit}_pack_hint'
  ` [PATCH v6 8/9] pack-objects: introduce '--stdin-packs=follow'
  ` [PATCH v6 9/9] repack: exclude cruft pack(s) from the MIDX where possible

Perf bug: rev-list w/ 2+ paths relatively slow with commit-graph
 2025-06-24 13:32 UTC  (7+ messages)

[PATCH v2 0/2] fetch --prune performance problem
 2025-06-24 10:49 UTC  (4+ messages)
` [PATCH v2 1/2] fetch-prune: optimize dangling-ref reporting
` [PATCH v2 2/2] refs: remove old refs_warn_dangling_symref

[RFC PATCH 0/2] fetch --prune performance problem
 2025-06-23 23:46 UTC  (6+ messages)

[PATCH v4 0/7] submodule: improve remote lookup logic
 2025-06-23 23:11 UTC  (8+ messages)
` [PATCH v4 1/7] remote: remove branch->merge_name and fix branch_release()
` [PATCH v4 2/7] remote: fix tear down of struct remote
` [PATCH v4 3/7] dir: move starts_with_dot(_dot)_slash to dir.h
` [PATCH v4 4/7] remote: remove the_repository from some functions
` [PATCH v4 5/7] submodule--helper: improve logic for fallback remote name
` [PATCH v4 6/7] submodule: move get_default_remote_submodule()
` [PATCH v4 7/7] submodule: look up remotes by URL first

[PATCH v3 0/7] submodule: improve remote lookup logic
 2025-06-23 23:06 UTC  (5+ messages)
` [PATCH v3 1/7] remote: remove branch->merge_name and fix branch_release()

[GSoC PATCH 1/1] userdiff: add javascript diff driver
 2025-06-23 18:09 UTC  (7+ messages)
` [PATCH v2 0/4] diff: create pattern for javascript language
  ` [PATCH v2 1/4] userdiff: add javascript diff driver
  ` [PATCH v2 2/4] t4034: add tests for javascript word literals
  ` [PATCH v2 3/4] t4018: add tests for recognizing javascript function syntax
  ` [PATCH v2 4/4] t4018: add tests for javascript export type function declarations

[PATCH 0/2] imap-send: make it usable again and add OAuth2.0 support
 2025-06-23 16:27 UTC  (5+ messages)
` [PATCH v19 00/10] "

[RFC PATCH] coccicheck: fail "make" when it fails
 2025-06-23 16:14 UTC  (6+ messages)
` [PATCH v2] "

repository maintenance: git prints warning messages while cloning https://github.com/git/git.git
 2025-06-23 15:31 UTC  (3+ messages)

bug: Can't clone from "grafted" bundle: fatal: remote did not send all necessary objects
 2025-06-23 15:23 UTC 

Bug: build is broken on FreeBSD if libsysinfo is installed
 2025-06-23 14:09 UTC 

[PATCH] Ensure restore_term works correctly with DUPLEX
 2025-06-23  9:42 UTC  (7+ messages)

[PATCH 0/1] Resubmittimg Bulgarian translation of git-gui
 2025-06-23  6:18 UTC  (6+ messages)
` [PATCH 1/1] git-gui i18n: Updated Bulgarian translation (578t)

[PATCH 0/3] refs: fix some bugs with batched-updates
 2025-06-22 14:20 UTC  (6+ messages)
` [PATCH v5 0/2] "

What's cooking in git.git (Jun 2025, #07; Fri, 20)
 2025-06-21  0:59 UTC 

[PATCH 00/10] Add SHA-256 by default as a breaking change
 2025-06-20 21:14 UTC  (5+ messages)
` [PATCH 04/10] Use original hash for legacy formats


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