git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-25 07:35:34 to 2025-06-29 11:50:33 UTC [more...]

[PATCH 0/6] parse-options: add more precision handling
 2025-06-29 11:50 UTC  (2+ messages)
` [PATCH 1/6] parse-options: add precision handling for PARSE_OPT_CMDMODE

[GSoC][RFC PATCH 0/2] Add refs list subcommand
 2025-06-29 11:05 UTC  (8+ messages)
` [GSoC][RFC PATCH 1/2] builtin/refs: add "
  ` [PATCH] doc:git-for-each-ref: fix styling and typos
` [GSoC][RFC PATCH 2/2] t: add test for git refs list subcommand

Feature Request: git snap A Lightweight Commit Workflow for Iterative Development
 2025-06-29  6:43 UTC 

[PATCH v2 0/8] enhance "string_list" code and test
 2025-06-29  4:28 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] string-list: fix sign compare warnings for loop iterator
  ` [PATCH v3 2/8] string-list: remove unused "insert_at" parameter from add_entry
  ` [PATCH v3 3/8] string-list: return index directly when inserting an existing element
  ` [PATCH v3 4/8] string-list: enable sign compare warnings check
  ` [PATCH v3 5/8] u-string-list: move "test_split" into "u-string-list.c"
  ` [PATCH v3 6/8] u-string-list: move "test_split_in_place" to "u-string-list.c"
  ` [PATCH v3 7/8] u-string-list: move "filter string" test "
  ` [PATCH v3 8/8] u-string-list: move "remove duplicates" "

[PATCH 0/5] fix apply --intent-to-add
 2025-06-29  3:10 UTC  (7+ 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 4/5] t4140: test apply --intent-to-add interactions
` [PATCH 5/5] apply docs: clarify wording for --intent-to-add

[PATCH v2 0/4] Better support for customising context lines in --patch commands
 2025-06-28 16:34 UTC  (6+ 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

[GSOC PATCH] commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
 2025-06-28 15:10 UTC  (14+ messages)
` [GSOC PATCH v2] "

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

[PATCH 0/3] daemon: explicitly allow EINTR during poll()
 2025-06-28  6:19 UTC  (41+ messages)
` [PATCH v2 "
  ` [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()
        ` [RFC PATCH] daemon: add a self pipe to trigger reaping of children
          ` [RFC PATCH 0/2] daemon: tracking childs without signals
            ` [RFC PATCH 1/2] run-command: add a pipe() write end to childs
            ` [RFC PATCH 2/2] daemon: poor man's pidfd like POC
  ` [PATCH v3 0/4] daemon: explicitly allow EINTR during poll()
    ` [PATCH v3 1/4] compat/posix.h: track SA_RESTART fallback
    ` [PATCH v3 2/4] compat/mingw: allow sigaction(SIGCHLD)
    ` [PATCH v3 3/4] daemon: use sigaction() to install child_handler()
    ` [PATCH v3 4/4] daemon: explicitly allow EINTR during poll()

[PATCH 0/2] bloom: use bloom filter given multiple pathspec
 2025-06-28  4:21 UTC  (19+ messages)
` [PATCH 1/2] bloom: replace struct bloom_key * with struct bloom_keyvec
` [PATCH 2/2] bloom: enable multiple pathspec bloom keys
` [PATCH v2 0/2] bloom: enable bloom filter optimization for multiple pathspec elements in revision traversal
  ` [PATCH v3 "
  ` [PATCH v3 1/2] bloom: replace struct bloom_key * with struct bloom_keyvec
  ` [PATCH v3 2/2] bloom: optimize multiple pathspec items in revision traversal
` [PATCH v2 1/2] bloom: replace struct bloom_key * with struct bloom_keyvec
` [PATCH v2 2/2] bloom: optimize multiple pathspec items in revision traversal

[PATCH] daemon: correctly handle soft accept() errors
 2025-06-27 23:53 UTC  (10+ messages)
` [PATCH v2] daemon: correctly handle soft accept() errors in service_loop
  ` [PATCH v3] "

What's cooking in git.git (Jun 2025, #09; Fri, 27)
 2025-06-27 23:51 UTC 

[PATCH] send-pack: clean up extra_have oid array
 2025-06-27 22:09 UTC 

[PATCH] completion: new config var to use --sort in for-each-ref
 2025-06-27 19:53 UTC  (4+ messages)

Git "Permission Denied" errors on DFS path only with newer versions
 2025-06-27 19:50 UTC  (3+ messages)

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

[PATCH v3 0/5] Make the "promisor-remote" capability support more fields
 2025-06-27 18:47 UTC  (21+ 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

[Windows] Severe problems after upgrading to 2.48.1.windows.1
 2025-06-27 18:24 UTC  (8+ messages)

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

git rebase interactive breaks when working on a secondary worktree
 2025-06-27 11:42 UTC  (5+ messages)

[GSoC] Blog: Machine-Readable Repository Information Query Tool
 2025-06-27  0:26 UTC  (2+ messages)
` [GSoC] Blog: Machine-Readable Repository Information Query Tool (week 3)

[PATCH v3] fast-(import|export): improve on commit signature output format
 2025-06-26 19:11 UTC  (5+ messages)
` [PATCH v4] "

[perf] git log --follow seems slow
 2025-06-26 18:52 UTC  (2+ messages)

How to show "bisect" refs in "git log"?
 2025-06-26 18:38 UTC  (2+ messages)

[PATCH v2 0/6] bswap.h: Rework ntohl handling
 2025-06-26 15:55 UTC  (3+ messages)
` [PATCH v2 5/6] bswap.h: Remove optimized x86 version of bswap32/64

[PATCH] daemon: remove unnecesary restriction for listener fd
 2025-06-26 13:17 UTC  (2+ messages)

[GSoC PATCH 1/1] userdiff: add javascript diff driver
 2025-06-26  6:21 UTC  (4+ messages)
` [PATCH v2 0/4] diff: create pattern for javascript language
  ` [PATCH v2 4/4] t4018: add tests for javascript export type function declarations

[PATCH v3 0/3] git-credential-netrc: better symbolic port names support
 2025-06-26  1:15 UTC  (7+ messages)
` [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 "

[bug] pull --prune could not delete references due to lock file already exists error
 2025-06-26  1:00 UTC 

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

How to exclude tagged commits from git log <revision-range>?
 2025-06-25 21:26 UTC  (3+ messages)

bash: unescaped `>` character when switching branches
 2025-06-25 20:19 UTC  (5+ messages)

gpg signature missing from commit f0135a9047
 2025-06-25 17:13 UTC  (2+ messages)

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

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

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

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-06-25  8:40 UTC  (6+ messages)
` [GSoC RFC PATCH v2 0/7] "
  ` [GSoC RFC PATCH v2 5/7] repo-info: add the field references.format


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