messages from 2024-06-04 10:00:39 to 2024-06-06 05:29:12 UTC [more...]
[PATCH 0/9] refs: ref storage format migrations
2024-06-06 5:29 UTC (24+ messages)
` [PATCH v4 00/12] refs: ref storage migrations
` [PATCH v4 04/12] refs: allow to skip creation of reflog entries
` [PATCH v4 06/12] refs/files: extract function to iterate through root refs
` [PATCH v4 10/12] refs: implement removal of ref storages
` [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
` [PATCH v5 00/12] refs: ref storage migrations
` [PATCH v5 01/12] setup: unset ref storage when reinitializing repository version
` [PATCH v5 02/12] refs: convert ref storage format to an enum
` [PATCH v5 03/12] refs: pass storage format to `ref_store_init()` explicitly
[PATCH] fix: prevent date underflow when using positive timezone offset
2024-06-06 4:56 UTC (11+ messages)
` [PATCH v2] date: detect underflow when parsing dates with "
[RFC PATCH] docs: document upcoming breaking changes
2024-06-06 4:35 UTC (20+ messages)
` [PATCH v5 0/4] "
` [PATCH v5 2/4] BreakingChanges: document upcoming change from "sha1" to "sha256"
` [PATCH v6 0/4] docs: document upcoming breaking changes
` [PATCH v6 1/4] docs: introduce document to announce "
` [PATCH v6 2/4] BreakingChanges: document upcoming change from "sha1" to "sha256"
` [PATCH v6 3/4] BreakingChanges: document removal of grafting
` [PATCH v6 4/4] BreakingChanges: document that we do not plan to deprecate git-checkout
git fetch --prune fails with "fatal: bad object"
2024-06-06 1:14 UTC (11+ messages)
[PATCH 0/5] use the pager in 'add -p'
2024-06-05 22:50 UTC (39+ messages)
` [PATCH v2 "
` [PATCH v3 0/6] "
` [PATCH v4 "
` [PATCH v4 2/6] pager: do not close fd 2 unnecessarily
` [PATCH v4 3/6] pager: introduce wait_for_pager
` [PATCH v4 4/6] pager: introduce setup_custom_pager
` [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty
` [PATCH v4 6/6] add-patch: introduce the command '|'
RFC: indicating diff strategy in format-patch message headers
2024-06-05 22:26 UTC (4+ messages)
git clone error : RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
2024-06-05 22:01 UTC (2+ messages)
[PATCH] format-patch: assume --cover-letter for diff in multi-patch series
2024-06-05 21:52 UTC (11+ messages)
` [PATCH v3] "
Help troubleshoot performance regression cloning with depth: git 2.44 vs git 2.42
2024-06-05 21:43 UTC (11+ messages)
` using tree as attribute source is slow, was "
` Re* "
` [PATCH] attr.tree: HEAD:.gitattributes is no longer the default in a bare repo
[PATCH] add-i: finally retire add.interactive.useBuiltin
2024-06-05 21:27 UTC
Git submodule recursive update not syncing submodule URLs makes the operation fail for commits updating the URLs
2024-06-05 21:03 UTC (3+ messages)
[PATCH 00/19] Compile with `-Wwrite-strings`
2024-06-05 17:13 UTC (42+ messages)
` [PATCH 02/19] global: assign non-const strings as required
` [PATCH v4 00/27] Compile with `-Wwrite-strings`
` [PATCH v4 01/27] global: improve const correctness when assigning string constants
` [PATCH v4 02/27] global: convert intentionally-leaking config strings to consts
` [PATCH v4 03/27] refs/reftable: stop micro-optimizing refname allocations on copy
` [PATCH v4 04/27] reftable: cast away constness when assigning constants to records
` [PATCH v4 05/27] refspec: remove global tag refspec structure
` [PATCH v4 06/27] builtin/remote: cast away constness in `get_head_names()`
` [PATCH v4 07/27] diff: cast string constant in `fill_textconv()`
` [PATCH v4 08/27] line-log: stop assigning string constant to file parent buffer
` [PATCH v4 09/27] line-log: always allocate the output prefix
` [PATCH v4 10/27] entry: refactor how we remove items for delayed checkouts
` [PATCH v4 11/27] ident: add casts for fallback name and GECOS
` [PATCH v4 12/27] object-file: mark cached object buffers as const
` [PATCH v4 13/27] object-file: make `buf` parameter of `index_mem()` a constant
` [PATCH v4 14/27] pretty: add casts for decoration option pointers
` [PATCH v4 15/27] compat/win32: fix const-correctness with string constants
` [PATCH v4 16/27] http: do not assign string constant to non-const field
` [PATCH v4 17/27] parse-options: cast long name for OPTION_ALIAS
` [PATCH v4 18/27] send-pack: always allocate receive status
` [PATCH v4 19/27] remote-curl: avoid assigning string constant to non-const variable
` [PATCH v4 20/27] revision: always store allocated strings in output encoding
` [PATCH v4 21/27] mailmap: always store allocated strings in mailmap blob
` [PATCH v4 22/27] imap-send: drop global `imap_server_conf` variable
` [PATCH v4 23/27] imap-send: fix leaking memory in `imap_server_conf`
` [PATCH v4 24/27] builtin/rebase: do not assign default backend to non-constant field
` [PATCH v4 25/27] builtin/rebase: always store allocated string in `options.strategy`
` [PATCH v4 26/27] builtin/merge: always store allocated strings in `pull_twohead`
` [PATCH v4 27/27] config.mak.dev: enable `-Wwrite-strings` warning
[PATCH v2] credential: clear expired c->credential, unify secret clearing
2024-06-05 17:06 UTC (10+ messages)
[PATCH 0/13] leak fixes for sparse-checkout code
2024-06-05 16:52 UTC (23+ messages)
` [PATCH 10/13] sparse-checkout: free sparse_filename after use
` [PATCH v2 0/13] leak fixes for sparse-checkout code
` [PATCH v2 01/13] sparse-checkout: free string list in write_cone_to_file()
` [PATCH v2 02/13] sparse-checkout: pass string literals directly to add_pattern()
` [PATCH v2 03/13] dir.c: free strings in sparse cone pattern hashmaps
` [PATCH v2 04/13] sparse-checkout: clear patterns when init() sees existing sparse file
` [PATCH v2 05/13] dir.c: free removed sparse-pattern hashmap entries
` [PATCH v2 06/13] dir.c: always copy input to add_pattern()
` [PATCH v2 07/13] sparse-checkout: reuse --stdin buffer when reading patterns
` [PATCH v2 08/13] sparse-checkout: always free "line" strbuf after reading input
` [PATCH v2 09/13] sparse-checkout: refactor temporary sparse_checkout_patterns
` [PATCH v2 10/13] sparse-checkout: free sparse_filename after use
` [PATCH v2 11/13] sparse-checkout: free pattern list in sparse_checkout_list()
` [PATCH v2 12/13] sparse-checkout: free string list after displaying
` [PATCH v2 13/13] sparse-checkout: free duplicate hashmap entries
Possible git-diff bug when using exit-code with diff filters
2024-06-05 16:47 UTC (8+ messages)
` [PATCH 2/2] diff: fix --exit-code with external diff
` [PATCH v2 0/3] "
` [PATCH v2 1/3] t4020: test exit code with external diffs
` [PATCH v2 2/3] userdiff: add and use struct external_diff
` [PATCH v2 3/3] diff: let external diffs report that changes are uninteresting
What's cooking in git.git (Jun 2024, #01; Mon, 3)
2024-06-05 16:30 UTC (7+ messages)
[PATCH] dir.c: skip .gitignore, etc larger than INT_MAX
2024-06-05 16:23 UTC (6+ messages)
[PATCH 0/6] update-ref: add symref support for --stdin
2024-06-05 16:22 UTC (11+ messages)
` [PATCH v3 "
` [PATCH v3 3/6] update-ref: add support for 'symref-delete' command
` [PATCH v3 4/6] update-ref: add support for 'symref-create' command
` [PATCH v3 6/6] update-ref: add support for 'symref-update' command
[GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
2024-06-05 13:43 UTC
New opportunity for your establishment
2024-06-05 13:16 UTC
[PATCH v4 0/7] update-ref: add symref support for --stdin
2024-06-05 10:29 UTC (8+ messages)
` [PATCH v4 1/7] refs: create and use `ref_update_expects_existing_old_ref()`
` [PATCH v4 2/7] refs: specify error for regular refs with `old_target`
` [PATCH v4 3/7] update-ref: add support for 'symref-verify' command
` [PATCH v4 4/7] update-ref: add support for 'symref-delete' command
` [PATCH v4 5/7] update-ref: add support for 'symref-create' command
` [PATCH v4 6/7] reftable: pick either 'oid' or 'target' for new updates
` [PATCH v4 7/7] update-ref: add support for 'symref-update' command
[PATCH 0/4] Documentation: improve linting of manpage existence
2024-06-05 5:27 UTC (9+ messages)
` [PATCH 1/4] Makefile: extract script to lint missing/extraneous manpages
` [PATCH 2/4] Documentation/lint-manpages: bubble up errors
` [PATCH 3/4] gitlab-ci: add job to run `make check-docs`
` [PATCH 4/4] ci/test-documentation: work around SyntaxWarning in Python 3.12
[PATCH 0/3] Branches are branches and not heads
2024-06-04 22:01 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] refs: call branches branches
` [PATCH v2 2/3] ls-remote: introduce --branches and deprecate --heads
` [PATCH v2 3/3] show-ref: "
[PATCH v2] doc: imply that interactive.singleKey is disabled by default
2024-06-04 20:11 UTC (7+ messages)
[PATCH] credential: clear expired c->credential in addition to c->password
2024-06-04 18:51 UTC (3+ messages)
Author signature
2024-06-04 13:12 UTC (6+ messages)
[PATCH 00/29] Memory leak fixes (pt.2)
2024-06-04 13:58 UTC (6+ messages)
` [PATCH 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).