git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-29 13:20:47 to 2025-07-01 16:20:14 UTC [more...]

[RFC/PATCH] SubmittingPatches: forbid use of genAI to generate changes
 2025-07-01 16:20 UTC  (6+ messages)

[bug] pull --prune could not delete references due to lock file already exists error
 2025-07-01 16:14 UTC  (11+ messages)
` Re "

[PATCH] read-cache: report lock error when refreshing index
 2025-07-01 16:08 UTC  (2+ messages)

Bug: build is broken on FreeBSD if libsysinfo is installed
 2025-07-01 16:05 UTC  (2+ messages)

[PATCH 0/5] doc: config: update for the ps/config-subcommands series
 2025-07-01 16:03 UTC  (21+ messages)
` [PATCH 1/5] doc: config: document --[no-]show-names
` [PATCH 2/5] doc: config: use --value=<pattern> consistently
` [PATCH 3/5] doc: config: document --[no-]value
` [PATCH 4/5] doc: config: use --value instead of value-pattern
` [PATCH 5/5] doc: config: mention --url in the synopsis
` [PATCH v2 0/5] doc: config: update for the ps/config-subcommands series
  ` [PATCH v2 1/5] doc: config: document --[no-]show-names
  ` [PATCH v2 2/5] config: use --value=<pattern> consistently
  ` [PATCH v2 3/5] doc: config: document --[no-]value
  ` [PATCH v2 4/5] doc: config: use --value instead of value-pattern
  ` [PATCH v2 5/5] config: mention --url in the synopsis

[PATCH 0/4] clang-format: modify rules to reduce false-positives
 2025-07-01 16:02 UTC  (24+ messages)
` [PATCH 1/4] editorconfig: set maximum line length to 120 characters
` [PATCH 4/4] meson: add rule to run 'git clang-format'
` [PATCH v2 0/3] clang-format: modify rules to reduce false-positives
  ` [PATCH v2 1/3] clang-format: set 'ColumnLimit' to 0
  ` [PATCH v2 2/3] clang-format: add 'RemoveBracesLLVM' to the main config
  ` [PATCH v2 3/3] meson: add rule to run 'git clang-format'

[PATCH 0/6] parse-options: add more precision handling
 2025-07-01 16:01 UTC  (13+ messages)
` [PATCH 1/6] parse-options: add precision handling for PARSE_OPT_CMDMODE
` [PATCH 2/6] parse-options: add precision handling for OPTION_SET_INT
` [PATCH 5/6] parse-options: add precision handling for OPTION_BITOP
` [PATCH 6/6] parse-options: add precision handling for OPTION_COUNTUP

[PATCH v2 0/4] Better support for customising context lines in --patch commands
 2025-07-01 15:54 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] test: use "test_grep"
  ` [PATCH v3 2/4] test: use "test_config"
  ` [PATCH v3 3/4] add-patch: respect diff.context configuration
  ` [PATCH v3 4/4] add-patch: add diff.context command line overrides

Why git on windows pops up Git Credential Manager inspite of having set a credential helper in .gitconfig
 2025-07-01 15:49 UTC 

[PATCH 0/2] bloom: use bloom filter given multiple pathspec
 2025-07-01 15:43 UTC  (8+ messages)
` [PATCH 2/2] bloom: enable multiple pathspec bloom keys

Failing to push to a repository erases authentication helper credentials
 2025-07-01 15:38 UTC  (7+ messages)

[PATCH 0/4] for-each-ref: introduce seeking functionality via '--skip-until'
 2025-07-01 15:03 UTC  (5+ messages)
` [PATCH 1/4] refs: expose `ref_iterator` via 'refs.h'
` [PATCH 2/4] ref-cache: remove unused function 'find_ref_entry()'
` [PATCH 3/4] refs: selectively set prefix in the seek functions
` [PATCH 4/4] for-each-ref: introduce a '--skip-until' option

[PATCH] ci: update FreeBSD image to 14.3
 2025-07-01 14:45 UTC  (2+ messages)

[PATCH 00/17] object-store: carve out the object database subsystem
 2025-07-01 14:26 UTC  (20+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/17] object-store: rename `raw_object_store` to `object_database`
  ` [PATCH v6 02/17] object-store: rename `object_directory` to `odb_source`
  ` [PATCH v6 03/17] object-store: rename files to "odb.{c,h}"
  ` [PATCH v6 04/17] odb: introduce parent pointers
  ` [PATCH v6 05/17] odb: get rid of `the_repository` in `find_odb()`
  ` [PATCH v6 06/17] odb: get rid of `the_repository` in `assert_oid_type()`
  ` [PATCH v6 07/17] odb: get rid of `the_repository` in `odb_mkstemp()`
  ` [PATCH v6 08/17] odb: get rid of `the_repository` when handling alternates
  ` [PATCH v6 09/17] odb: get rid of `the_repository` in `for_each()` functions
  ` [PATCH v6 10/17] odb: get rid of `the_repository` when handling the primary source
  ` [PATCH v6 11/17] odb: get rid of `the_repository` when handling submodule sources
  ` [PATCH v6 12/17] odb: trivial refactorings to get rid of `the_repository`
  ` [PATCH v6 13/17] odb: rename `oid_object_info()`
  ` [PATCH v6 14/17] odb: rename `repo_read_object_file()`
  ` [PATCH v6 15/17] odb: rename `has_object()`
  ` [PATCH v6 16/17] odb: rename `pretend_object_file()`
  ` [PATCH v6 17/17] odb: rename `read_object_with_reference()`

.clang-format: how useful, how often used, and how well maintained?
 2025-07-01 14:08 UTC  (6+ messages)

[PATCH v2 0/3] daemon: explicitly allow EINTR during poll()
 2025-07-01 13:38 UTC  (6+ messages)
` [RFC PATCH] daemon: add a self pipe to trigger reaping of children

[GSOC PATCH] environment: move access to "core.sparsecheckout" into repo_settings
 2025-07-01 13:18 UTC  (7+ messages)
` [GSOC PATCH v5 0/3] environment: remove sparse-checkout related global variables
  ` [GSOC PATCH v5 1/3] environment: move access to "core.sparsecheckout" into repo_settings
  ` [GSOC PATCH v5 2/3] environment: move access to "core.sparsecheckoutcone" "
  ` [GSOC PATCH v5 3/3] environment: remove the global variable 'sparse_expect_files_outside_of_patterns'

[GSOC PATCH] commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
 2025-07-01 13:17 UTC  (11+ messages)
` [GSOC PATCH v2] "
` [GSOC PATCH v3] "

[GSOC PATCH 0/2] builtin/prune: remove dependency on global variables and 'the_repository'
 2025-07-01 13:01 UTC  (6+ messages)
` [GSOC PATCH v2 "
  ` [GSOC PATCH v2 1/2] repository: move 'repository_format_precious_objects' to repo scope
  ` [GSOC PATCH v2 2/2] builtin/prune: stop depending on 'the_repository'

[PATCH v5 00/17] object-store: carve out the object database subsystem
 2025-07-01 12:18 UTC  (16+ messages)
` [PATCH v5 02/17] object-store: rename `object_directory` to `odb_source`
` [PATCH v5 04/17] odb: introduce parent pointers
` [PATCH v5 05/17] odb: get rid of `the_repository` in `find_odb()`
` [PATCH v5 08/17] odb: get rid of `the_repository` when handling alternates
` [PATCH v5 16/17] odb: rename `pretend_object_file()`
` [PATCH v5 17/17] odb: rename `read_object_with_reference()`

[ANNOUNCE] Git for Windows 2.50.0(2)
 2025-07-01 12:02 UTC 

git only writing 4k at a time
 2025-07-01 11:58 UTC  (3+ messages)

[PATCH 00/10] Add SHA-256 by default as a breaking change
 2025-07-01 11:35 UTC  (14+ messages)
` [PATCH 02/10] hash: add a constant for the original hash algorithm
` [PATCH 03/10] builtin: use default hash when outside a repository
` [PATCH 04/10] Use original hash for legacy formats
` [PATCH 10/10] Enable SHA-256 by default in breaking changes mode

git treeless-clone + wait + pull → problem, again pull → OK
 2025-07-01  9:24 UTC 

Fetch remote only if remote hasn't been fetched recently
 2025-07-01  7:00 UTC  (7+ messages)

Git "Permission Denied" errors on DFS path only with newer versions
 2025-07-01  6:18 UTC  (3+ messages)

[PATCH 0/5] fix apply --intent-to-add
 2025-07-01  5:44 UTC  (12+ messages)
` [PATCH 1/5] apply: error on --intent-to-add outside gitdir
` [PATCH 2/5] apply: read in the index in --intent-to-add mode
` [PATCH 3/5] apply: only write intents to add for new files

[PATCH v5 0/3] pack-bitmap: fix memory leak if load_bitmap failed
 2025-07-01  5:32 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] pack-bitmap: fix memory leak if load_bitmap() failed
  ` [PATCH v6 2/3] pack-bitmap: reword comments in test_bitmap_commits()
  ` [PATCH v6 3/3] pack-bitmap: add load corrupt bitmap test

Draft of Git Rev News edition 124
 2025-06-30 23:41 UTC  (2+ messages)

[PATCH] send-pack: clean up extra_have oid array
 2025-06-30 22:14 UTC  (3+ messages)

[GSoC][RFC PATCH 0/2] Add refs list subcommand
 2025-06-30 20:10 UTC  (12+ messages)
` [GSoC][RFC PATCH 1/2] builtin/refs: add "
  ` [PATCH] doc:git-for-each-ref: fix styling and typos

[PATCH RFC 0/5] Introduce git-blame-tree(1) command
 2025-06-30 18:49 UTC  (5+ messages)
` [PATCH RFC v3 0/3] Introduce git-last-modified(1) command
  ` [PATCH RFC v3 1/3] last-modified: new subcommand to show when files were last modified
  ` [PATCH RFC v3 2/3] t/perf: add last-modified perf script
  ` [PATCH RFC v3 3/3] last-modified: use Bloom filters when available

[PATCH] doc: improve formatting in branch section
 2025-06-30 18:17 UTC  (2+ messages)

[PATCH 0/5] docs: more improvements to sendemail documentation
 2025-06-30 18:06 UTC  (6+ messages)
` [PATCH 1/5] docs: link OpenSSL's verify(1) manual page to know about -CAfile and -CApath options
` [PATCH 2/5] docs: add outlookidfix config option to sendemail documentation
` [PATCH 3/5] docs: add an OAuth2.0 credential helper for AOL accounts
` [PATCH 4/5] docs: add a paragraph explaining the `sendmailCmd` option of sendemail
` [PATCH 5/5] docs: mention possible options for Proton Mail users

`cat-file --filter` is broken in 2.50?
 2025-06-30 17:06 UTC  (2+ messages)

[PATCH] daemon: correctly handle soft accept() errors
 2025-06-30 15:33 UTC  (11+ messages)
` [PATCH v2] daemon: correctly handle soft accept() errors in service_loop
  ` [PATCH v3] "

changed output in git branch -a
 2025-06-30 14:19 UTC  (4+ messages)

[PATCH] daemon: handle EINTR failures from waitpid()
 2025-06-30 12:18 UTC  (3+ messages)

[PATCH 0/9] Doc git log
 2025-06-29 13:20 UTC  (10+ messages)
` [PATCH v2 0/9] doc: convert git log man page to new synopsis format
  ` [PATCH v2 2/9] doc: git-log convert rev-list-description to new doc format
  ` [PATCH v2 3/9] doc: git-log: convert line range options "
  ` [PATCH v2 4/9] doc: git-log: convert line range format "
  ` [PATCH v2 5/9] doc: git-log: convert rev list options "
  ` [PATCH v2 6/9] doc: git-log: convert pretty "
  ` [PATCH v2 7/9] doc: git-log: convert pretty formats "
  ` [PATCH v2 8/9] doc: git-log: convert diff options "
  ` [PATCH v2 9/9] doc: git-log: convert log config "


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