messages from 2024-06-03 07:22:39 to 2024-06-04 12:37:46 UTC [more...]
[PATCH 00/19] Compile with `-Wwrite-strings`
2024-06-04 12:37 UTC (47+ messages)
` [PATCH v3 00/27] "
` [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
` [PATCH v3 25/27] builtin/rebase: always store allocated string in `options.strategy`
` [PATCH v3 26/27] builtin/merge: always store allocated strings in `pull_twohead`
` [PATCH v3 27/27] config.mak.dev: enable `-Wwrite-strings` warning
` [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
[RFC PATCH] docs: document upcoming breaking changes
2024-06-04 12:32 UTC (25+ messages)
` [PATCH v4 0/4] "
` [PATCH v4 1/4] docs: introduce document to announce "
` [PATCH v5 0/4] docs: document upcoming "
` [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 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
[PATCH 0/13] leak fixes for sparse-checkout code
2024-06-04 12:15 UTC (28+ messages)
` [PATCH 02/13] sparse-checkout: pass string literals directly to add_pattern()
` [PATCH 09/13] sparse-checkout: refactor temporary sparse_checkout_patterns
` [PATCH 10/13] sparse-checkout: free sparse_filename after use
` [PATCH 13/13] sparse-checkout: free duplicate hashmap entries
` [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
[PATCH 0/9] refs: ref storage format migrations
2024-06-04 11:17 UTC (22+ 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 "
git fetch --prune fails with "fatal: bad object"
2024-06-04 10:44 UTC (5+ messages)
[PATCH] dir.c: skip .gitignore, etc larger than INT_MAX
2024-06-04 10:39 UTC (3+ messages)
[PATCH 0/5] use the pager in 'add -p'
2024-06-04 10:33 UTC (22+ messages)
` [PATCH v2 "
` [PATCH v3 0/6] "
` [PATCH v4 "
` [PATCH v4 1/6] add-patch: test for 'p' command
` [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 '|'
[PATCH] fix: prevent date underflow when using positive timezone offset
2024-06-04 9:33 UTC (7+ messages)
` [PATCH v2] date: detect underflow when parsing dates with "
Loom UX Issue
2024-06-04 9:01 UTC
What's cooking in git.git (Jun 2024, #01; Mon, 3)
2024-06-04 8:59 UTC (5+ messages)
[PATCH] format-patch: assume --cover-letter for diff in multi-patch series
2024-06-04 8:02 UTC (2+ messages)
Commands using -h as an option don't work consistently
2024-06-04 7:56 UTC (16+ messages)
` [PATCH v3] docs: document upcoming breaking changes
` [PATCH 0/3] Branches are branches and not heads
` [PATCH 1/3] refs: call branches branches
` [PATCH 2/3] ls-remote: introduce --branches and deprecate --heads
` [PATCH 3/3] show-ref: "
[PATCH 00/29] Memory leak fixes (pt.2)
2024-06-04 7:19 UTC (33+ messages)
` [PATCH 01/29] revision: fix memory leak when reversing revisions
` [PATCH 02/29] parse-options: fix leaks for users of OPT_FILENAME
` [PATCH 03/29] notes-utils: free note trees when releasing copied notes
` [PATCH 04/29] bundle: plug leaks in `create_bundle()`
` [PATCH 05/29] biultin/rev-parse: fix memory leaks in `--parseopt` mode
` [PATCH 06/29] merge-recursive: fix leaging rename conflict info
` [PATCH 07/29] revision: fix leaking display notes
` [PATCH 08/29] notes: fix memory leak when pruning notes
` [PATCH 09/29] builtin/rev-list: fix leaking bitmap index when calculating disk usage
` [PATCH 10/29] object-name: free leaking object contexts
` [PATCH 11/29] builtin/difftool: plug memory leaks in `run_dir_diff()`
` [PATCH 12/29] builtin/merge-recursive: fix leaking object ID bases
` [PATCH 13/29] merge-recursive: fix memory leak when finalizing merge
` [PATCH 14/29] builtin/log: fix leaking commit list in git-cherry(1)
` [PATCH 15/29] revision: free diff options
` [PATCH 16/29] builtin/stash: fix leak in `show_stash()`
` [PATCH 17/29] rerere: fix various trivial leaks
` [PATCH 18/29] config: fix leaking "core.notesref" variable
` [PATCH 19/29] commit: fix leaking parents when calling `commit_tree_extended()`
` [PATCH 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`
` [PATCH 21/29] apply: fix leaking string in `match_fragment()`
` [PATCH 22/29] builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`
` [PATCH 23/29] sequencer: fix memory leaks in `make_script_with_merges()`
` [PATCH 24/29] builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`
` [PATCH 25/29] merge: fix leaking merge bases
` [PATCH 26/29] line-range: plug leaking find functions
` [PATCH 27/29] blame: fix leaking data for blame scoreboards
` [PATCH 28/29] builtin/blame: fix leaking prefixed paths
` [PATCH 29/29] builtin/blame: fix leaking ignore revs files
builtin/stash - segmentation fault
2024-06-04 7:12 UTC
[PATCH v4 1/1] macOS: ls-files path fails if path of workdir is NFD
2024-06-04 0:56 UTC (2+ messages)
git hangs forever after updating to V.2.45.1
2024-06-03 22:37 UTC (2+ messages)
[GSoC][PATCH 0/2] ref consistency check infra setup
2024-06-03 22:03 UTC (5+ messages)
` [GSoC][PATCH 1/2] refs: setup ref consistency check infrastructure
[bug report] git diff --relative not doing well with worktree in hooks
2024-06-03 21:59 UTC (5+ messages)
git pull --ff-only errors when git merge --ff-only passes
2024-06-03 21:30 UTC (3+ messages)
[GSoC][PATCH] t/: migrate helper/test-example-decorate to the unit testing framework
2024-06-03 21:09 UTC (8+ messages)
[PATCH 0/3] Implement filtering repacks
2024-06-03 17:29 UTC (12+ messages)
` [PATCH v2 0/3] upload-pack: support a missing-action
` [PATCH v2 3/3] upload-pack: allow configuring "
[PATCH v2 0/2] rebase -i: improve error message when picking merge
2024-06-03 15:42 UTC (5+ messages)
` [PATCH v3 "
[ANNOUNCE] Git for Windows 2.45.2
2024-06-03 9:14 UTC
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).