messages from 2024-05-30 08:49:20 to 2024-06-03 09:40:58 UTC [more...]
[PATCH 00/19] Compile with `-Wwrite-strings`
2024-06-03 9:40 UTC (77+ messages)
` [PATCH 01/19] global: improve const correctness when assigning string constants
` [PATCH 02/19] global: assign non-const strings as required
` [PATCH 03/19] global: convert intentionally-leaking config strings to consts
` [PATCH 05/19] reftable: improve const correctness when assigning string constants
` [PATCH 12/19] remote-curl: avoid assigning string constant to non-const variable
` [PATCH 16/19] imap-send: fix leaking memory in `imap_server_conf`
` [PATCH 17/19] builtin/rebase: adapt code to not assign string constants to non-const
` [PATCH v2 00/19] Compile with `-Wwrite-strings`
` [PATCH v2 01/19] global: improve const correctness when assigning string constants
` [PATCH v2 02/19] global: assign non-const strings as required
` [PATCH v2 03/19] global: convert intentionally-leaking config strings to consts
` [PATCH v2 04/19] compat/win32: fix const-correctness with string constants
` [PATCH v2 05/19] refspec: remove global tag refspec structure
` [PATCH v2 06/19] http: do not assign string constant to non-const field
` [PATCH v2 07/19] line-log: always allocate the output prefix
` [PATCH v2 08/19] object-file: make `buf` parameter of `index_mem()` a constant
` [PATCH v2 09/19] parse-options: cast long name for OPTION_ALIAS
` [PATCH v2 10/19] send-pack: always allocate receive status
` [PATCH v2 11/19] remote-curl: avoid assigning string constant to non-const variable
` [PATCH v2 12/19] revision: always store allocated strings in output encoding
` [PATCH v2 13/19] mailmap: always store allocated strings in mailmap blob
` [PATCH v2 14/19] imap-send: drop global `imap_server_conf` variable
` [PATCH v2 15/19] imap-send: fix leaking memory in `imap_server_conf`
` [PATCH v2 16/19] builtin/rebase: do not assign default backend to non-constant field
` [PATCH v2 17/19] builtin/rebase: always store allocated string in `options.strategy`
` [PATCH v2 18/19] builtin/merge: always store allocated strings in `pull_twohead`
` [PATCH v2 19/19] config.mak.dev: enable `-Wwrite-strings` warning
` [PATCH v3 00/27] Compile with `-Wwrite-strings`
` [PATCH v3 01/27] global: improve const correctness when assigning string constants
` [PATCH v3 02/27] global: convert intentionally-leaking config strings to consts
` [PATCH v3 03/27] refs/reftable: stop micro-optimizing refname allocations on copy
` [PATCH v3 04/27] reftable: cast away constness when assigning constants to records
` [PATCH v3 05/27] refspec: remove global tag refspec structure
` [PATCH v3 06/27] builtin/remote: cast away constness in `get_head_names()`
` [PATCH v3 07/27] diff: cast string constant in `fill_textconv()`
` [PATCH v3 08/27] line-log: stop assigning string constant to file parent buffer
` [PATCH v3 09/27] line-log: always allocate the output prefix
` [PATCH v3 10/27] entry: refactor how we remove items for delayed checkouts
` [PATCH v3 11/27] ident: add casts for fallback name and GECOS
` [PATCH v3 12/27] object-file: mark cached object buffers as const
` [PATCH v3 13/27] object-file: make `buf` parameter of `index_mem()` a constant
` [PATCH v3 14/27] pretty: add casts for decoration option pointers
` [PATCH v3 15/27] compat/win32: fix const-correctness with string constants
` [PATCH v3 16/27] http: do not assign string constant to non-const field
` [PATCH v3 17/27] parse-options: cast long name for OPTION_ALIAS
` [PATCH v3 18/27] send-pack: always allocate receive status
` [PATCH v3 19/27] remote-curl: avoid assigning string constant to non-const variable
` [PATCH v3 20/27] revision: always store allocated strings in output encoding
` [PATCH v3 21/27] mailmap: always store allocated strings in mailmap blob
` [PATCH v3 22/27] imap-send: drop global `imap_server_conf` variable
` [PATCH v3 23/27] imap-send: fix leaking memory in `imap_server_conf`
` [PATCH v3 24/27] builtin/rebase: do not assign default backend to non-constant field
[RFC PATCH] docs: document upcoming breaking changes
2024-06-03 9:32 UTC (21+ messages)
` [PATCH v3] "
` [PATCH v4 0/4] "
` [PATCH v4 1/4] docs: introduce document to announce "
` [PATCH v4 2/4] BreakingChanges: document upcoming change from "sha1" to "sha256"
` [PATCH v4 3/4] BreakingChanges: document removal of grafting
` [PATCH v4 4/4] BreakingChanges: document that we do not plan to deprecate git-checkout
` [PATCH v5 0/4] docs: document upcoming breaking changes
` [PATCH v5 1/4] docs: introduce document to announce "
` [PATCH v5 2/4] BreakingChanges: document upcoming change from "sha1" to "sha256"
` [PATCH v5 3/4] BreakingChanges: document removal of grafting
` [PATCH v5 4/4] BreakingChanges: document that we do not plan to deprecate git-checkout
[PATCH 0/9] refs: ref storage format migrations
2024-06-03 9:31 UTC (19+ messages)
` [PATCH v3 00/12] "
` [PATCH v3 12/12] builtin/refs: new command to migrate ref storage formats
` [PATCH v4 00/12] refs: ref storage migrations
` [PATCH v4 01/12] setup: unset ref storage when reinitializing repository version
` [PATCH v4 02/12] refs: convert ref storage format to an enum
` [PATCH v4 03/12] refs: pass storage format to `ref_store_init()` explicitly
` [PATCH v4 04/12] refs: allow to skip creation of reflog entries
` [PATCH v4 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`
` [PATCH v4 06/12] refs/files: extract function to iterate through root refs
` [PATCH v4 07/12] refs/files: fix NULL pointer deref when releasing ref store
` [PATCH v4 08/12] reftable: inline `merged_table_release()`
` [PATCH v4 09/12] worktree: don't store main worktree twice
` [PATCH v4 10/12] refs: implement removal of ref storages
` [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
` [PATCH v4 12/12] builtin/refs: new command to migrate "
[bug report] git diff --relative not doing well with worktree in hooks
2024-06-03 9:29 UTC (4+ messages)
[PATCH v2 0/2] rebase -i: improve error message when picking merge
2024-06-03 9:22 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] rebase -i: pass struct replay_opts to parse_insn_line()
` [PATCH v3 2/2] rebase -i: improve error message when picking merge
[ANNOUNCE] Git for Windows 2.45.2
2024-06-03 9:14 UTC
[PATCH 0/5] use the pager in 'add -p'
2024-06-03 9:03 UTC (16+ messages)
` [PATCH v2 "
` [PATCH v3 0/6] "
` [PATCH v3 1/6] add-patch: test for 'p' command
` [PATCH v3 2/6] pager: do not close fd 2 unnecessarily
` [PATCH v3 3/6] pager: introduce wait_for_pager
` [PATCH v3 4/6] pager: introduce setup_custom_pager
` [PATCH v3 5/6] test-terminal: introduce --no-stdin-pty
` [PATCH v3 6/6] add-patch: introduce the command '|'
[GSoC][PATCH 0/2] ref consistency check infra setup
2024-06-03 8:56 UTC (11+ messages)
` [GSoC][PATCH 1/2] refs: setup ref consistency check infrastructure
` [GSoC][PATCH 2/2] refs: add name and content check for file backend
git pull --ff-only errors when git merge --ff-only passes
2024-06-03 6:28 UTC
[PATCH] fix: prevent date underflow when using positive timezone offset
2024-06-02 23:06 UTC (2+ messages)
` [PATCH v2] date: detect underflow when parsing dates with "
[PATCH v4 1/1] macOS: ls-files path fails if path of workdir is NFD
2024-06-02 19:40 UTC (3+ messages)
[GSoC]: Implement consistency check for refs blog
2024-06-02 8:55 UTC (2+ messages)
[GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-06-02 7:05 UTC
[ANNOUNCE] Git Rev News edition 111
2024-06-01 20:44 UTC
[PATCH] difftool: add env vars directly in run_file_diff()
2024-06-01 20:23 UTC (3+ messages)
git fetch --prune fails with "fatal: bad object"
2024-06-01 15:53 UTC (4+ messages)
[PATCH 0/3] Implement filtering repacks
2024-06-01 9:43 UTC (10+ messages)
` [PATCH v2 0/3] upload-pack: support a missing-action
` [PATCH v2 3/3] upload-pack: allow configuring "
[PATCH 0/13] leak fixes for sparse-checkout code
2024-05-31 22:28 UTC (18+ messages)
` [PATCH 01/13] sparse-checkout: free string list in write_cone_to_file()
` [PATCH 02/13] sparse-checkout: pass string literals directly to add_pattern()
` [PATCH 03/13] dir.c: free strings in sparse cone pattern hashmaps
` [PATCH 04/13] sparse-checkout: clear patterns when init() sees existing sparse file
` [PATCH 05/13] dir.c: free removed sparse-pattern hashmap entries
` [PATCH 06/13] dir.c: always copy input to add_pattern()
` [PATCH 07/13] sparse-checkout: reuse --stdin buffer when reading patterns
` [PATCH 08/13] sparse-checkout: always free "line" strbuf after reading input
` [PATCH 09/13] sparse-checkout: refactor temporary sparse_checkout_patterns
` [PATCH 10/13] sparse-checkout: free sparse_filename after use
` [PATCH 11/13] sparse-checkout: free pattern list in sparse_checkout_list()
` [PATCH 12/13] sparse-checkout: free string list after displaying
` [PATCH 13/13] sparse-checkout: free duplicate hashmap entries
[PATCH v2] doc: imply that interactive.singleKey is disabled by default
2024-05-31 22:21 UTC (6+ messages)
[ANNOUNCE] Git v2.45.2 and friends to unbreak "git lfs" and others
2024-05-31 17:47 UTC
[PATCH] dir.c: skip .gitignore, etc larger than INT_MAX
2024-05-31 15:10 UTC (3+ messages)
[PATCH] t1517: more coverage for commands that work without repository
2024-05-31 14:57 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/5] add-ons for ps/leakfixes
2024-05-31 14:56 UTC (5+ messages)
` [PATCH 5/5] mv: replace src_dir with a strvec
safe.directory wildcards
2024-05-31 14:49 UTC (5+ messages)
[PATCH 0/8] midx-write: miscellaneous clean-ups for incremental MIDXs
2024-05-31 8:28 UTC (5+ messages)
` [PATCH v2 "
What's cooking in git.git (May 2024, #13; Thu, 30)
2024-05-31 0:43 UTC
[PATCH] scalar: make enlistment delete to work on all POSIX platforms
2024-05-30 21:17 UTC (3+ messages)
[PATCH 0/2] give range-diff at the end of single patch output
2024-05-30 20:05 UTC (11+ messages)
` [PATCH 2/2] format-patch: move range/inter diff at the end of a "
git fetch from additional remote fails with a treeless clone
2024-05-30 17:37 UTC
[GSoC][PATCH] t/: migrate helper/test-example-decorate to the unit testing framework
2024-05-30 15:54 UTC (5+ messages)
[GSoC][PATCH v2 0/4] t: port reftable/basics_test.c to the unit testing
2024-05-30 14:33 UTC (5+ messages)
` [GSoC][PATCH v3 "
[PATCH 0/6] update-ref: add symref support for --stdin
2024-05-30 12:09 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 1/6] refs: create and use `ref_update_expects_existing_old_ref()`
` [PATCH v3 2/6] update-ref: add support for 'symref-verify' command
` [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 5/6] reftable: pick either 'oid' or 'target' for new updates
` [PATCH v3 6/6] update-ref: add support for 'symref-update' command
Draft of Git Rev News edition 111
2024-05-30 9:42 UTC
[PATCH v2] bundle-uri: verify oid before writing refs
2024-05-30 8:54 UTC (10+ messages)
` [PATCH v3 0/4] object checking related additions and fixes for bundles in fetches
` [PATCH v3 3/4] fetch-pack: expose fsckObjects configuration logic
` "
` [PATCH v3 4/4] unbundle: introduce new option UNBUNDLE_FSCK_FOLLOW_FETCH
` "
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).