messages from 2024-05-21 21:13:57 to 2024-05-23 15:47:21 UTC [more...]
[PATCH 00/20] Various memory leak fixes
2024-05-23 12:26 UTC (18+ messages)
` [PATCH 01/20] t: mark a bunch of tests as leak-free
` [PATCH 02/20] transport-helper: fix leaking helper name
` [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 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 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] alias: document caveats and add trace of prepared command
2024-05-23 15:29 UTC (14+ messages)
` [PATCH v2 1/3] Documentation: alias: rework notes into points
` [PATCH v2 2/3] Documentation: alias: add notes on shell expansion
` [PATCH v2 3/3] run-command: show prepared command
` [PATCH v3 1/3] Documentation: alias: rework notes into points
` [PATCH v3 2/3] Documentation: alias: add notes on shell expansion
` [PATCH v3 3/3] run-command: show prepared command
[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
[PATCH 0/6] update-ref: add symref support for --stdin
2024-05-23 15:02 UTC (13+ messages)
` [PATCH 6/6] update-ref: add support for 'symref-update' command
` [PATCH v2 0/6] update-ref: add symref support for --stdin
` [PATCH v2 1/6] refs: create and use `ref_update_expects_existing_old_ref()`
` [PATCH v2 2/6] update-ref: add support for 'symref-verify' command
` [PATCH v2 3/6] update-ref: add support for 'symref-delete' command
` [PATCH v2 4/6] update-ref: add support for 'symref-create' command
` [PATCH v2 5/6] reftable: pick either 'oid' or 'target' for new updates
` [PATCH v2 6/6] update-ref: add support for 'symref-update' command
[PATCH 0/5] use the pager in 'add -p'
2024-05-23 14:18 UTC (27+ messages)
` [PATCH 2/5] pager: do not close fd 2 unnecessarily
` [PATCH 5/5] add-patch: render hunks through the pager
` [PATCH v2 0/5] use the pager in 'add -p'
` [PATCH v2 2/5] pager: do not close fd 2 unnecessarily
` [PATCH v2 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 14:41 UTC (25+ messages)
` [PATCH 01/12] send-email: drop FakeTerm hack
` [PATCH 02/12] send-email: avoid creating more than one Term::ReadLine object
` [PATCH 04/12] ci: avoid bare "gcc" for osx-gcc job
` [PATCH 05/12] ci: stop installing "gcc-13" for osx-gcc
` [PATCH 08/12] Revert "core.hooksPath: add some protection while cloning"
` [PATCH 09/12] tests: verify that `clone -c core.hooksPath=/dev/null` works again
` [PATCH 11/12] Revert "Add a helper function to compare file contents"
` [PATCH 12/12] Revert "fetch/clone: detect dubious ownership of local repositories"
` [rPATCH 13/12] Merge branch 'jc/fix-aggressive-protection-2.39'
` Reviewing merge commits, was "
` [rPATCH 14/12] Merge branch 'jc/fix-aggressive-protection-2.40'
[PATCH] promisor-remote: add promisor.quiet configuration option
2024-05-23 13:19 UTC
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-05-23 11:05 UTC (26+ messages)
` [PATCH v3 00/30] "
` [PATCH v3 01/30] object.h: add flags allocated by pack-bitmap.h
` [PATCH v3 07/30] Documentation/gitpacking.txt: initial commit
` [PATCH v3 09/30] Documentation/technical: describe pseudo-merge bitmaps format
` [PATCH v3 13/30] pack-bitmap-write: support storing pseudo-merge commits
` [PATCH v3 14/30] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
` [PATCH v3 16/30] config: introduce git_config_float()
` [PATCH v3 17/30] pseudo-merge: implement support for selecting pseudo-merge commits
` [PATCH v3 18/30] pack-bitmap-write.c: write pseudo-merge table
` [PATCH v3 20/30] pseudo-merge: scaffolding for reads
` [PATCH v3 21/30] pack-bitmap.c: read pseudo-merge extension
` [PATCH v3 22/30] pseudo-merge: implement support for reading pseudo-merge commits
` [PATCH v3 23/30] ewah: implement `ewah_bitmap_popcount()`
` [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 27/30] pack-bitmap: extra trace2 information
` [PATCH v3 28/30] ewah: `bitmap_equals_ewah()`
` [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps
[GSoC] Welcoming our 2024 contributors and thanking our applicants
2024-05-23 10:30 UTC (4+ messages)
` [ANNOUNCE] GSoC Call on June 7th at 12:00 UTC and Slack channel (was: Re: [GSoC] Welcoming our 2024 contributors and thanking our applicants)
Cloning does not work on available download bandwidth changes
2024-05-23 12:07 UTC (6+ messages)
[PATCH 0/9] refs: ref storage format migrations
2024-05-23 8:25 UTC (10+ messages)
` [PATCH 1/9] setup: unset ref storage when reinitializing repository version
` [PATCH 2/9] refs: convert ref storage format to an enum
` [PATCH 3/9] refs: pass storage format to `ref_store_init()` explicitly
` [PATCH 4/9] refs: allow to skip creation of reflog entries
` [PATCH 5/9] refs/files: refactor `add_pseudoref_and_head_entries()`
` [PATCH 6/9] refs/files: extract function to iterate through root refs
` [PATCH 7/9] refs: implement removal of ref storages
` [PATCH 8/9] refs: implement logic to migrate between ref storage formats
` [PATCH 9/9] builtin/refs: new command to migrate "
[PATCH] trace2: intercept all common signals
2024-05-23 9:36 UTC (6+ messages)
[PATCH] http: display the response body on POST failure
2024-05-23 9:29 UTC (3+ messages)
[PATCH] blame: do not mention obvious default configuration values
2024-05-23 9:08 UTC (4+ messages)
[PATCH] push: don't fetch commit object when checking existence
2024-05-23 8:58 UTC (8+ messages)
` [PATCH v2] "
[PATCH] add-patch: response to unknown command
2024-05-23 5:31 UTC (19+ messages)
` Re* "
` [PATCH v2] add-patch: enforce only one-letter response to prompts
` [PATCH v3] "
` [PATCH v4] "
git init BUG when gitconfig has includeIf
2024-05-23 5:26 UTC (14+ messages)
` [PATCH] setup: fix bug with "includeIf.onbranch" when initializing dir
` [PATCH v2] "
` [rPATCH "
[PATCH v2] doc: imply that interactive.singleKey is disabled by default
2024-05-22 21:34 UTC (3+ messages)
[PATCH] doc: note that interactive.singleKey is disabled by default
2024-05-22 20:50 UTC (6+ messages)
[PATCH] chainlint.pl: Extend regexp pattern for /proc/cpuinfo on Linux SPARC
2024-05-22 19:11 UTC (13+ messages)
` [PATCH 0/3] improve chainlint.pl CPU count computation
` [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC
[PATCH 00/13] reftable: prepare for re-seekable iterators
2024-05-22 7:56 UTC (11+ messages)
` [PATCH v2 "
` [PATCH v2 01/13] reftable/block: use `size_t` to track restart point index
` [PATCH v2 03/13] reftable/reader: unify indexed and linear seeking
[PATCH] Documentation/fsck-msgids.txt: remove duplicate 'gitmodulesLarge'
2024-05-22 13:44 UTC
[PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
2024-05-22 9:49 UTC (4+ messages)
[PATCH v2] Switch grep from non-portable BRE to portable ERE
2024-05-22 10:52 UTC (3+ messages)
What's cooking in git.git (May 2024, #08; Mon, 20)
2024-05-21 16:20 UTC (3+ messages)
[PATCH 00/11] reftable: expose write options as config
2024-05-22 7:19 UTC (13+ messages)
` [PATCH v3 "
` [PATCH v3 02/11] reftable: pass opts as constant pointer
` [PATCH v3 05/11] reftable/dump: support dumping a table's block structure
` [PATCH v3 08/11] refs/reftable: allow configuring restart interval
Unable to shallow fetch repository when using a object database populated by shallow fetches
2024-05-22 6:27 UTC
[PATCH] diff: document what --name-only shows
2024-05-22 1:35 UTC (3+ messages)
[PATCH 0/2] Fix use of uninitialized hash algos
2024-05-22 4:51 UTC (8+ messages)
` [PATCH v5 0/5] Fix use of uninitialized hash algorithms
` [PATCH v5 1/5] setup: add an escape hatch for "no more default hash algorithm" change
Error: failed to store: -25299
2024-05-22 2:37 UTC (5+ messages)
How to disable safe directories?
2024-05-21 14:25 UTC (4+ messages)
[PATCH v2 0/8] Various fixes for v2.45.1 and friends
2024-05-21 23:04 UTC (5+ messages)
` [PATCH v3 0/6] "
Embedding Git Command Line
2024-05-21 16:00 UTC (4+ messages)
git-daemon doesn't work as expected in v2.45.1 and friends
2024-05-21 13:27 UTC (2+ messages)
[ANNOUNCE] Git Merge 2024, September 19-20, 2024, Berlin
2024-05-21 22:23 UTC (3+ messages)
[PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD
2024-05-21 22:15 UTC (4+ 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).