messages from 2024-05-23 11:15:11 to 2024-05-24 17:38:07 UTC [more...]
[PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
2024-05-24 17:37 UTC (4+ messages)
[RFC PATCH] docs: document upcoming breaking changes
2024-05-24 17:27 UTC (3+ messages)
` [PATCH v3] "
dubious permissions on shared repositorys as of 2.45.1
2024-05-24 17:00 UTC
[PATCH 0/3] Implement filtering repacks
2024-05-24 16:41 UTC (8+ messages)
` [PATCH v2 0/3] upload-pack: support a missing-action
` [PATCH v2 2/3] pack-objects: use the missing action API
` [PATCH v2 3/3] upload-pack: allow configuring a missing-action
[PATCH 0/4] upload-pack: support a missing-action
2024-05-24 16:39 UTC (5+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] rev-list: refactor --missing=<missing-action>
` [PATCH v3 2/3] pack-objects: use the missing action API
` [PATCH v3 3/3] upload-pack: allow configuring a missing-action
[PATCH 00/20] Various memory leak fixes
2024-05-24 16:31 UTC (59+ messages)
` [PATCH 01/20] t: mark a bunch of tests as leak-free
` [PATCH 02/20] transport-helper: fix leaking helper name
` [PATCH 03/20] strbuf: fix leak when `appendwholeline()` fails with EOF
` [PATCH 04/20] checkout: clarify memory ownership in `unique_tracking_name()`
` [PATCH 05/20] http: refactor code to clarify memory ownership
` [PATCH 06/20] config: clarify memory ownership in `git_config_pathname()`
` [PATCH 07/20] diff: refactor code to clarify memory ownership of prefixes
` [PATCH 08/20] convert: refactor code to clarify ownership of check_roundtrip_encoding
` [PATCH 09/20] builtin/log: stop using globals for log config
` [PATCH 10/20] builtin/log: stop using globals for format config
` [PATCH 11/20] config: clarify memory ownership in `git_config_string()`
` [PATCH 12/20] config: plug various memory leaks
` [PATCH 13/20] builtin/credential: clear credential before exit
` [PATCH 14/20] commit-reach: fix memory leak in `ahead_behind()`
` [PATCH 15/20] submodule: fix leaking memory for submodule entries
` [PATCH 16/20] strvec: add functions to replace and remove strings
` [PATCH 17/20] builtin/mv: refactor `add_slash()` to always return allocated strings
` [PATCH 18/20] builtin/mv duplicate string list memory
` [PATCH 19/20] builtin/mv: refactor to use `struct strvec`
` [PATCH 20/20] builtin/mv: fix leaks for submodule gitfile paths
` [PATCH v2 00/21] Various memory leak fixes
` [PATCH v2 01/21] ci: add missing dependency for TTY prereq
` [PATCH v2 02/21] t: mark a bunch of tests as leak-free
` [PATCH v2 03/21] transport-helper: fix leaking helper name
` [PATCH v2 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
` [PATCH v2 05/21] checkout: clarify memory ownership in `unique_tracking_name()`
` [PATCH v2 06/21] http: refactor code to clarify memory ownership
` [PATCH v2 07/21] config: clarify memory ownership in `git_config_pathname()`
` [PATCH v2 08/21] diff: refactor code to clarify memory ownership of prefixes
` [PATCH v2 09/21] convert: refactor code to clarify ownership of check_roundtrip_encoding
` [PATCH v2 10/21] builtin/log: stop using globals for log config
` [PATCH v2 11/21] builtin/log: stop using globals for format config
` [PATCH v2 12/21] config: clarify memory ownership in `git_config_string()`
` [PATCH v2 13/21] config: plug various memory leaks
` [PATCH v2 14/21] builtin/credential: clear credential before exit
` [PATCH v2 15/21] commit-reach: fix memory leak in `ahead_behind()`
` [PATCH v2 16/21] submodule: fix leaking memory for submodule entries
` [PATCH v2 17/21] strvec: add functions to replace and remove strings
` [PATCH v2 18/21] builtin/mv: refactor `add_slash()` to always return allocated strings
` [PATCH v2 19/21] builtin/mv duplicate string list memory
` [PATCH v2 20/21] builtin/mv: refactor to use `struct strvec`
` [PATCH v2 21/21] builtin/mv: fix leaks for submodule gitfile paths
[PATCH 0/9] refs: ref storage format migrations
2024-05-24 16:28 UTC (21+ messages)
` [PATCH 8/9] refs: implement logic to migrate between ref storage formats
` [PATCH 9/9] builtin/refs: new command to migrate "
` [PATCH v2 0/9] refs: ref storage format migrations
` [PATCH v2 1/9] setup: unset ref storage when reinitializing repository version
` [PATCH v2 2/9] refs: convert ref storage format to an enum
` [PATCH v2 3/9] refs: pass storage format to `ref_store_init()` explicitly
` [PATCH v2 4/9] refs: allow to skip creation of reflog entries
` [PATCH v2 5/9] refs/files: refactor `add_pseudoref_and_head_entries()`
` [PATCH v2 6/9] refs/files: extract function to iterate through root refs
` [PATCH v2 7/9] refs: implement removal of ref storages
` [PATCH v2 8/9] refs: implement logic to migrate between ref storage formats
` [PATCH v2 9/9] builtin/refs: new command to migrate "
[Outreachy][PATCH v2 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
2024-05-24 15:49 UTC (9+ messages)
` [PATCH v3 0/3] Port t0015-hash to the unit testing framework
` [PATCH v3 1/3] strbuf: introduce strbuf_addstrings() to repeatedly add a string
` [PATCH v3 2/3] t/: port helper/test-sha1.c to unit-tests/t-hash.c
` [PATCH v3 3/3] t/: port helper/test-sha256.c "
[PATCH v2 1/3] Documentation: alias: rework notes into points
2024-05-24 15:33 UTC (13+ messages)
` [PATCH v3 "
` [PATCH v3 3/3] run-command: show prepared command
` [PATCH v4 1/3] Documentation: alias: rework notes into points
` [PATCH v4 2/3] Documentation: alias: add notes on shell expansion
` [PATCH v4 3/3] run-command: show prepared command
[PATCH 0/2] give range-diff at the end of single patch output
2024-05-24 11:14 UTC (8+ messages)
` [PATCH 1/2] show_log: factor out interdiff/range-diff generation
` [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
[PATCH] promisor-remote: add promisor.quiet configuration option
2024-05-24 9:09 UTC (4+ messages)
` [PATCH v2] "
[PATCH] alias: pass --help through to shell alias
2024-05-24 7:04 UTC
[PATCH 0/5] use the pager in 'add -p'
2024-05-23 23:57 UTC (16+ messages)
` [PATCH 5/5] add-patch: render hunks through the pager
[PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
2024-05-23 23:32 UTC (8+ messages)
` [rPATCH 13/12] Merge branch 'jc/fix-aggressive-protection-2.39'
` Reviewing merge commits, was "
[PATCH] t/t9902-completion.sh: backslashes in echo
2024-05-23 23:21 UTC (10+ messages)
[PATCH 0/6] update-ref: add symref support for --stdin
2024-05-23 21:46 UTC (12+ messages)
` [PATCH v2 "
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-05-23 21:27 UTC (49+ messages)
` [PATCH v3 00/30] "
` [PATCH v3 16/30] config: introduce git_config_float()
` [PATCH v3 17/30] pseudo-merge: implement support for selecting pseudo-merge commits
` [PATCH v3 22/30] pseudo-merge: implement support for reading "
` [PATCH v3 25/30] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`
` [PATCH v3 26/30] pack-bitmap.c: use pseudo-merges during traversal
` [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps
` [PATCH v4 00/24] pack-bitmap: pseudo-merge reachability bitmaps
` [PATCH v4 01/24] Documentation/gitpacking.txt: initial commit
` [PATCH v4 02/24] Documentation/gitpacking.txt: describe pseudo-merge bitmaps
` [PATCH v4 03/24] Documentation/technical: describe pseudo-merge bitmaps format
` [PATCH v4 04/24] ewah: implement `ewah_bitmap_is_subset()`
` [PATCH v4 05/24] pack-bitmap: move some initialization to `bitmap_writer_init()`
` [PATCH v4 06/24] pseudo-merge.ch: initial commit
` [PATCH v4 07/24] pack-bitmap-write: support storing pseudo-merge commits
` [PATCH v4 08/24] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
` [PATCH v4 09/24] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
` [PATCH v4 10/24] config: introduce `git_config_double()`
` [PATCH v4 11/24] pseudo-merge: implement support for selecting pseudo-merge commits
` [PATCH v4 12/24] pack-bitmap-write.c: write pseudo-merge table
` [PATCH v4 13/24] pack-bitmap: extract `read_bitmap()` function
` [PATCH v4 14/24] pseudo-merge: scaffolding for reads
` [PATCH v4 15/24] pack-bitmap.c: read pseudo-merge extension
` [PATCH v4 16/24] pseudo-merge: implement support for reading pseudo-merge commits
` [PATCH v4 17/24] ewah: implement `ewah_bitmap_popcount()`
` [PATCH v4 18/24] pack-bitmap: implement test helpers for pseudo-merge
` [PATCH v4 19/24] t/test-lib-functions.sh: support `--notick` in `test_commit_bulk()`
` [PATCH v4 20/24] pack-bitmap.c: use pseudo-merges during traversal
` [PATCH v4 21/24] pack-bitmap: extra trace2 information
` [PATCH v4 22/24] ewah: `bitmap_equals_ewah()`
` [PATCH v4 23/24] pseudo-merge: implement support for finding existing merges
` [PATCH v4 24/24] t/perf: implement performance tests for pseudo-merge bitmaps
[PATCH] gitk: Add desktop file
2024-05-23 20:28 UTC
What's cooking in git.git (May 2024, #09; Thu, 23)
2024-05-23 20:16 UTC
Inaccurate documentation for core.hooksPath?
2024-05-23 19:36 UTC
[PATCH 0/8] midx-write: miscellaneous clean-ups for incremental MIDXs
2024-05-23 16:38 UTC (9+ 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 5/8] midx-write.c: extract `fill_packs_from_midx()`
` [PATCH 6/8] midx-write.c: support reading an existing MIDX with `packs_to_include`
` [PATCH 7/8] midx: replace `get_midx_rev_filename()` with a generic helper
` [PATCH 8/8] pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper
Re* [PATCH] add-patch: response to unknown command
2024-05-23 15:58 UTC (6+ messages)
` [PATCH v2] add-patch: enforce only one-letter response to prompts
` [PATCH v3] "
` [PATCH v4] "
[PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD
2024-05-23 15:33 UTC (5+ messages)
[PATCH 0/3] un-breaking osx-gcc ci job
2024-05-23 15:35 UTC (12+ messages)
` [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
Cloning does not work on available download bandwidth changes
2024-05-23 12:07 UTC (6+ messages)
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 read-only IMAP folder(s) and NNTP newsgroup(s).