messages from 2024-05-29 12:46:07 to 2024-05-31 20:44:02 UTC [more...]
[PATCH 0/3] Implement filtering repacks
2024-05-31 20:43 UTC (9+ messages)
` [PATCH v2 0/3] upload-pack: support a missing-action
` [PATCH v2 3/3] upload-pack: allow configuring "
[PATCH v4 1/1] macOS: ls-files path fails if path of workdir is NFD
2024-05-31 19:31 UTC
[GSoC][PATCH 0/2] ref consistency check infra setup
2024-05-31 18:31 UTC (8+ messages)
` [GSoC][PATCH 1/2] refs: setup ref consistency check infrastructure
` [GSoC][PATCH 2/2] refs: add name and content check for file backend
[ANNOUNCE] Git v2.45.2 and friends to unbreak "git lfs" and others
2024-05-31 17:47 UTC
[PATCH v2] doc: imply that interactive.singleKey is disabled by default
2024-05-31 17:23 UTC (5+ messages)
[RFC PATCH] docs: document upcoming breaking changes
2024-05-31 17:05 UTC (11+ messages)
` [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 0/13] leak fixes for sparse-checkout code
2024-05-31 16:14 UTC (17+ 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 00/19] Compile with `-Wwrite-strings`
2024-05-31 15:27 UTC (65+ 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 06/19] refspec: remove global tag refspec structure
` [PATCH 07/19] http: do not assign string constant to non-const field
` [PATCH 08/19] line-log: always allocate the output prefix
` [PATCH 09/19] object-file: make `buf` parameter of `index_mem()` a constant
` [PATCH 12/19] remote-curl: avoid assigning string constant to non-const variable
` [PATCH 13/19] revision: always store allocated strings in output encoding
` [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 18/19] builtin/merge: always store allocated strings in `pull_twohead`
` [PATCH 19/19] config.mak.dev: enable `-Wwrite-strings` warning
` [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] dir.c: skip .gitignore, etc larger than INT_MAX
2024-05-31 15:10 UTC (3+ messages)
[PATCH 00/20] Various memory leak fixes
2024-05-31 14:56 UTC (25+ messages)
` [PATCH v2 00/21] "
` [PATCH v2 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
` [PATCH v3 00/21] Various memory leak fixes
` [PATCH 0/5] add-ons for ps/leakfixes
` [PATCH 1/5] t-strvec: use va_end() to match va_start()
` [PATCH 2/5] t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULL
` [PATCH 3/5] mv: move src_dir cleanup to end of cmd_mv()
` [PATCH 4/5] mv: factor out empty src_dir removal
` [PATCH 5/5] mv: replace src_dir with a strvec
[PATCH] t1517: more coverage for commands that work without repository
2024-05-31 14:57 UTC (4+ messages)
` [PATCH v2] "
safe.directory wildcards
2024-05-31 14:49 UTC (7+ messages)
[bug report] git diff --relative not doing well with worktree in hooks
2024-05-31 11:38 UTC
[PATCH 0/8] midx-write: miscellaneous clean-ups for incremental MIDXs
2024-05-31 8:28 UTC (31+ messages)
` [PATCH 1/8] midx-write.c: tolerate `--preferred-pack` without bitmaps
` [PATCH 2/8] midx-write.c: reduce argument count for `get_sorted_entries()`
` [PATCH 3/8] midx-write.c: pass `start_pack` to `get_sorted_entries()`
` [PATCH 4/8] midx-write.c: extract `should_include_pack()`
` [PATCH 6/8] midx-write.c: support reading an existing MIDX with `packs_to_include`
` [PATCH v2 0/8] midx-write: miscellaneous clean-ups for incremental MIDXs
` [PATCH v2 1/8] midx-write.c: tolerate `--preferred-pack` without bitmaps
` [PATCH v2 2/8] midx-write.c: reduce argument count for `get_sorted_entries()`
` [PATCH v2 3/8] midx-write.c: pass `start_pack` to `compute_sorted_entries()`
` [PATCH v2 4/8] midx-write.c: extract `should_include_pack()`
` [PATCH v2 5/8] midx-write.c: extract `fill_packs_from_midx()`
` [PATCH v2 6/8] midx-write.c: support reading an existing MIDX with `packs_to_include`
` [PATCH v2 7/8] midx: replace `get_midx_rev_filename()` with a generic helper
` [PATCH v2 8/8] pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper
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
[PATCH v2 0/2] rebase -i: improve error message when picking merge
2024-05-30 17:09 UTC (5+ 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
[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 (13+ messages)
` [GSoC][PATCH v2 3/4] t: move tests from reftable/record_test.c to the new unit test
` [GSoC][PATCH v3 0/4] t: port reftable/basics_test.c to the unit testing
` [GSoC][PATCH v3 1/5] t: move reftable/basics_test.c to the unit testing framework
` [GSoC][PATCH v3 2/5] t: move tests from reftable/stack_test.c to the new unit test
` [GSoC][PATCH v3 3/5] t: move tests from reftable/record_test.c "
` [GSoC][PATCH v3 4/5] t: add test for put_be16()
` [GSoC][PATCH v3 5/5] t: improve the test-case for parse_names()
[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
Commands using -h as an option don't work consistently
2024-05-30 12:04 UTC (7+ messages)
` [PATCH v3] docs: document upcoming breaking changes
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 (23+ messages)
` [PATCH v3 0/4] object checking related additions and fixes for bundles in fetches
` [PATCH v3 1/4] bundle-uri: verify oid before writing refs
` "
` [PATCH v3 2/4] unbundle: introduce unbundle_fsck_flags for fsckobjects handling
` "
` "
` "
` [PATCH v3 3/4] fetch-pack: expose fsckObjects configuration logic
` "
` [PATCH v3 4/4] unbundle: introduce new option UNBUNDLE_FSCK_FOLLOW_FETCH
` "
` [PATCH v4 0/4] object checking related additions and fixes for bundles in fetches
` [PATCH v4 1/4] bundle-uri: verify oid before writing refs
` [PATCH v4 2/4] unbundle: extend verify_bundle_flags to support fsck-objects
` [PATCH v4 3/4] fetch-pack: expose fsckObjects configuration logic
` [PATCH v4 4/4] unbundle: introduce option VERIFY_BUNDLE_FSCK_FOLLOW_FETCH
[PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
2024-05-30 8:17 UTC (10+ messages)
Git update 1:2.34.1-1ubuntu1.11 for Ubuntu Server 22.04 breaks access to shared repositories
2024-05-30 2:39 UTC
[PATCH v3 0/3] Port t0015-hash to the unit testing framework
2024-05-29 16:09 UTC (8+ messages)
` [PATCH v4 0/2] t/: port helper/test-{sha1, sha256} to unit-tests/t-hash
` [PATCH v4 2/2] t/: migrate "
` [GSoC][PATCH v5 0/2] "
What's cooking in git.git (May 2024, #12; Tue, 28)
2024-05-29 15:03 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).