messages from 2024-05-19 13:25:43 to 2024-05-22 01:35:41 UTC [more...]
[PATCH] diff: document what --name-only shows
2024-05-22 1:35 UTC (3+ messages)
[PATCH] add-patch: response to unknown command
2024-05-22 0:49 UTC (9+ messages)
` Re* "
` [PATCH v2] add-patch: enforce only one-letter response to prompts
[PATCH 00/11] reftable: expose write options as config
2024-05-21 23:54 UTC (9+ 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
[PATCH] http: display the response body on POST failure
2024-05-21 23:36 UTC (2+ messages)
[PATCH 0/8] Various fixes for v2.45.1 and friends
2024-05-21 23:04 UTC (27+ messages)
` [PATCH v2 "
` [PATCH v2 5/8] hook(clone protections): add escape hatch
` [PATCH v3 0/6] Various fixes for v2.45.1 and friends
` [PATCH v3 1/6] hook: plug a new memory leak
` [PATCH v3 2/6] init: use the correct path of the templates directory again
` [PATCH v3 3/6] Revert "core.hooksPath: add some protection while cloning"
` [PATCH v3 4/6] tests: verify that `clone -c core.hooksPath=/dev/null` works again
` [PATCH v3 5/6] clone: drop the protections where hooks aren't run
` [PATCH v3 6/6] Revert "Add a helper function to compare file contents"
[PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
2024-05-21 22:57 UTC (21+ messages)
` [PATCH 01/12] send-email: drop FakeTerm hack
` [PATCH 02/12] send-email: avoid creating more than one Term::ReadLine object
` [PATCH 03/12] ci: drop mention of BREW_INSTALL_PACKAGES variable
` [PATCH 04/12] ci: avoid bare "gcc" for osx-gcc job
` [PATCH 05/12] ci: stop installing "gcc-13" for osx-gcc
` [PATCH 06/12] hook: plug a new memory leak
` [PATCH 07/12] init: use the correct path of the templates directory again
` [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 10/12] clone: drop the protections where hooks aren't run
` [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'
` [rPATCH 14/12] Merge branch 'jc/fix-aggressive-protection-2.40'
[ANNOUNCE] Git Merge 2024, September 19-20, 2024, Berlin
2024-05-21 22:23 UTC (3+ messages)
[PATCH v2 1/1] macOS: ls-files path fails if path of workdir is NFD
2024-05-21 22:15 UTC (9+ messages)
` [PATCH v3 "
[PATCH 0/5] use the pager in 'add -p'
2024-05-21 22:00 UTC (24+ 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 1/5] add-patch: test for 'p' command
` [PATCH v2 2/5] pager: do not close fd 2 unnecessarily
` [PATCH v2 3/5] pager: introduce wait_for_pager
` [PATCH v2 4/5] test-terminal: introduce --no-stdin-pty
` [PATCH v2 5/5] add-patch: render hunks through the pager
git-daemon doesn't work as expected in v2.45.1 and friends
2024-05-21 20:40 UTC (4+ messages)
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-05-21 19:06 UTC (28+ 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 08/30] Documentation/gitpacking.txt: describe pseudo-merge bitmaps
` [PATCH v3 09/30] Documentation/technical: describe pseudo-merge bitmaps format
` [PATCH v3 10/30] ewah: implement `ewah_bitmap_is_subset()`
` [PATCH v3 11/30] pack-bitmap: move some initialization to `bitmap_writer_init()`
` [PATCH v3 12/30] pseudo-merge.ch: initial commit
` [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 15/30] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
` [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 19/30] pack-bitmap: extract `read_bitmap()` function
` [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 24/30] pack-bitmap: implement test helpers for pseudo-merge
` [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 29/30] pseudo-merge: implement support for finding existing merges
` [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps
[PATCH 0/2] Fix use of uninitialized hash algos
2024-05-21 18:07 UTC (18+ messages)
` [PATCH v4 0/5] Fix use of uninitialized hash algorithms
` [PATCH v4 4/5] builtin/hash-object: fix uninitialized hash function
` [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
` [PATCH v5 2/5] t1517: test commands that are designed to be run outside repository
` [PATCH v5 3/5] builtin/patch-id: fix uninitialized hash function
` [PATCH v5 4/5] builtin/hash-object: "
` [PATCH v5 5/5] apply: "
Embedding Git Command Line
2024-05-21 16:00 UTC (4+ messages)
git init BUG when gitconfig has includeIf
2024-05-21 16:46 UTC (3+ messages)
What's cooking in git.git (May 2024, #08; Mon, 20)
2024-05-21 16:20 UTC (3+ messages)
[PATCH] chainlint.pl: Extend regexp pattern for /proc/cpuinfo on Linux SPARC
2024-05-21 16:18 UTC (16+ messages)
` [PATCH 0/3] improve chainlint.pl CPU count computation
` [PATCH 1/3] chainlint.pl: make CPU count computation more robust
` [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC
` [PATCH 3/3] chainlint.pl: latch CPU count directly reported by /proc/cpuinfo
[PATCH] dir: fix treat_leading_path() to return false on non-directories
2024-05-21 15:48 UTC
[PATCH] bundle-uri: refresh packed_git if unbundle succeed
2024-05-21 15:41 UTC (10+ messages)
` "
` [PATCH v2] bundle-uri: verify oid before writing refs
[PATCH 00/13] reftable: prepare for re-seekable iterators
2024-05-21 15:31 UTC (7+ 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
How to disable safe directories?
2024-05-21 14:49 UTC (6+ messages)
Issue with git log and reference repositories using --dissociate and --filter=blob:none
2024-05-21 9:55 UTC (2+ messages)
[PATCH 0/6] update-ref: add symref support for --stdin
2024-05-21 9:49 UTC (11+ messages)
` [PATCH 2/6] update-ref: add support for 'symref-verify' command
` [PATCH 4/6] update-ref: add support for 'symref-create' command
` [PATCH 6/6] update-ref: add support for 'symref-update' command
git-shell vs "detected dubious ownership in repository"
2024-05-21 8:40 UTC
[PATCH] completion: adapt git-config(1) to complete subcommands
2024-05-21 6:23 UTC (4+ messages)
` [PATCH v2] "
[PATCH] SubmittingPatches: add section for iterating patches
2024-05-21 6:17 UTC (5+ messages)
[RFC PATCH] doc: describe the project's decision-making process
2024-05-21 5:58 UTC (8+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH v2] Switch grep from non-portable BRE to portable ERE
2024-05-21 5:44 UTC (2+ messages)
[Outreachy][PATCH] Port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c
2024-05-20 20:55 UTC (5+ messages)
` [GSoC][PATCH v2] t/: port "
[PATCH] archive: make --add-virtual-file honor --prefix
2024-05-20 17:55 UTC (6+ messages)
` [PATCH v2] "
chainlint test failing on Linux sparc64
2024-05-20 16:07 UTC (11+ messages)
subscribe
2024-05-19 21:39 UTC (3+ 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).