messages from 2024-05-18 00:35:11 to 2024-05-21 21:13:57 UTC [more...]
[PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
2024-05-21 20:45 UTC (11+ 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 06/12] hook: plug a new memory leak
` [PATCH 07/12] init: use the correct path of the templates directory again
` [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 12/12] Revert "fetch/clone: detect dubious ownership of local repositories"
` [rPATCH 14/12] Merge branch 'jc/fix-aggressive-protection-2.40'
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-05-21 19:06 UTC (18+ messages)
` [PATCH v3 00/30] "
` [PATCH v3 01/30] object.h: add flags allocated by pack-bitmap.h
` [PATCH v3 08/30] Documentation/gitpacking.txt: describe pseudo-merge bitmaps
` [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 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 19/30] pack-bitmap: extract `read_bitmap()` function
` [PATCH v3 22/30] pseudo-merge: implement support for reading pseudo-merge commits
` [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 29/30] pseudo-merge: implement support for finding existing merges
` [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps
How to disable safe directories?
2024-05-21 14:49 UTC (6+ messages)
git-daemon doesn't work as expected in v2.45.1 and friends
2024-05-21 20:40 UTC (4+ messages)
[PATCH 0/5] use the pager in 'add -p'
2024-05-21 20:52 UTC (23+ messages)
` [PATCH 1/5] add-patch: test for 'p' command
` [PATCH 2/5] pager: do not close fd 2 unnecessarily
` [PATCH 3/5] pager: introduce wait_for_pager
` [PATCH 4/5] test-terminal: introduce --no-stdin-pty
` [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 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
[PATCH 0/2] Fix use of uninitialized hash algos
2024-05-21 18:07 UTC (17+ 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: "
[PATCH] dir: fix treat_leading_path() to return false on non-directories
2024-05-21 15:48 UTC
[PATCH 0/8] Various fixes for v2.45.1 and friends
2024-05-21 18:14 UTC (45+ messages)
` [PATCH 1/8] hook: plug a new memory leak
` [PATCH 4/8] tests: verify that `clone -c core.hooksPath=/dev/null` works again
` [PATCH 6/8] hooks(clone protections): special-case current Git LFS hooks
` [PATCH 8/8] Revert "Add a helper function to compare file contents"
` [PATCH v2 0/8] Various fixes for v2.45.1 and friends
` [PATCH v2 1/8] hook: plug a new memory leak
` [PATCH v2 2/8] init: use the correct path of the templates directory again
` [PATCH v2 3/8] Revert "core.hooksPath: add some protection while cloning"
` [PATCH v2 4/8] tests: verify that `clone -c core.hooksPath=/dev/null` works again
` [PATCH v2 5/8] hook(clone protections): add escape hatch
` [PATCH v2 6/8] hooks(clone protections): special-case current Git LFS hooks
` [PATCH v2 7/8] hooks(clone protections): simplify templates hooks validation
` [PATCH v2 8/8] Revert "Add a helper function to compare file contents"
` [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"
[RFC PATCH] doc: describe the project's decision-making process
2024-05-21 5:58 UTC (8+ messages)
` [PATCH v3] "
` [PATCH v4] "
git init BUG when gitconfig has includeIf
2024-05-21 16:46 UTC (3+ messages)
[PATCH v2 1/1] macOS: ls-files path fails if path of workdir is NFD
2024-05-21 17:50 UTC (7+ messages)
` [PATCH v3 "
[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
[PATCH] add-patch: response to unknown command
2024-05-21 15:52 UTC (4+ messages)
` Re* "
[PATCH] chainlint.pl: Extend regexp pattern for /proc/cpuinfo on Linux SPARC
2024-05-21 14:28 UTC (15+ 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] 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
Issue with git log and reference repositories using --dissociate and --filter=blob:none
2024-05-21 9:55 UTC (2+ messages)
What's cooking in git.git (May 2024, #08; Mon, 20)
2024-05-21 6:06 UTC (2+ messages)
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)
[PATCH v2] Switch grep from non-portable BRE to portable ERE
2024-05-21 5:44 UTC (2+ messages)
[PATCH] archive: make --add-virtual-file honor --prefix
2024-05-20 17:55 UTC (8+ messages)
` [PATCH v2] "
[ANNOUNCE] Git Merge 2024, September 19-20, 2024, Berlin
2024-05-21 2:17 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] http: display the response body on POST failure
2024-05-20 21:09 UTC
chainlint test failing on Linux sparc64
2024-05-20 16:07 UTC (11+ messages)
subscribe
2024-05-19 21:39 UTC (3+ messages)
bug: Segfault with git diff
2024-05-19 3:02 UTC
Embedding Git Command Line
2024-05-18 19:50 UTC (3+ messages)
[PATCH] scalar: make enlistment delete to work on all POSIX platforms
2024-05-18 19:45 UTC (3+ messages)
[PATCH] diff: document what --name-only shows
2024-05-18 19:10 UTC (2+ messages)
Replaying merges
2024-05-18 17:50 UTC (3+ messages)
(no subject)
2024-05-18 14:25 UTC
What's cooking in git.git (May 2024, #07; Fri, 17)
2024-05-18 4:52 UTC (2+ messages)
[Q] rebase -i: turn "pick" to "edit", make no change, what should happen?
2024-05-17 15:17 UTC (5+ messages)
git log --name-only improvement: show old file name in rename
2024-05-18 2:05 UTC (9+ messages)
` Re*: "
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).