messages from 2024-10-10 10:35:09 to 2024-10-12 00:00:08 UTC [more...]
[Outreachy][PATCH] t6050: avoid pipes in git related commands
2024-10-11 23:59 UTC (10+ messages)
` [Outreachy][PATCH v2] t6050: avoid pipes with downstream Git commands
` [Outreachy][PATCH v3] "
` [Outreachy][PATCH v4] t6050: avoid pipes with upstream "
`git worktree list` when bare repository is named `.git`
2024-10-11 22:17 UTC (6+ messages)
[PATCH] BreakingChanges: early adopter option
2024-10-11 21:49 UTC (2+ messages)
` [PATCH v2] "
ref: with git update-ref?
2024-10-11 21:28 UTC (4+ messages)
` "
[PATCH] t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT
2024-10-11 21:18 UTC (2+ messages)
[PATCH v5 6/6] fetch: set remote/HEAD if it does not exist
2024-10-11 20:43 UTC (13+ messages)
` [PATCH v6 1/6] refs_update_symref: atomically record overwritten ref
` [PATCH v6 2/6] set-head: add new variable for readability
` [PATCH v6 3/6] set-head: better output for --auto
` [PATCH v6 4/6] transaction: add TRANSACTION_CREATE_EXISTS error
` [PATCH v6 5/6] refs_update_symref: add create_only option
` [PATCH v6 6/6] fetch: set remote/HEAD if it does not exist
[PATCH 00/13] Update versions of libcurl and Perl
2024-10-11 20:01 UTC (28+ messages)
` [PATCH 01/13] git-curl-compat: remove check for curl 7.21.5
` [PATCH 02/13] git-curl-compat: remove check for curl 7.25.0
` [PATCH 03/13] git-curl-compat: remove check for curl 7.34.0
` [PATCH 04/13] git-curl-compat: remove check for curl 7.39.0
` [PATCH 05/13] git-curl-compat: remove check for curl 7.43.0
` [PATCH 06/13] git-curl-compat: remove check for curl 7.44.0
` [PATCH 07/13] git-curl-compat: remove check for curl 7.52.0
` [PATCH 08/13] git-curl-compat: remove check for curl 7.53.0
` [PATCH 09/13] git-curl-compat: remove check for curl 7.56.0
` [PATCH 10/13] INSTALL: document requirement for libcurl 7.61.0
` [PATCH 11/13] Require Perl 5.26.0
` [PATCH 12/13] INSTALL: require "
` [PATCH 13/13] gitweb: make use of s///r
[RFC PATCH] builtin/shortlog: explicitly set hash algo when there is no repo
2024-10-11 18:34 UTC
[PATCH 0/2] t/helper/test-tool: implement 'sha1-unsafe' helper
2024-10-11 18:37 UTC (3+ messages)
` [PATCH 1/2] t/helper/test-sha1: prepare for an unsafe mode
` [PATCH 2/2] t/helper/test-tool: implement sha1-unsafe helper
[PATCH] send-email: implement SMTP bearer authentication
2024-10-11 18:24 UTC (4+ messages)
[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
2024-10-11 18:23 UTC (7+ messages)
` [PATCH v3 0/3] repack: pack everything into promisor packfile in partial repos
` [PATCH v3 1/3] repack: pack everything into packfile
` [PATCH v3 2/3] repack: adapt tests to repack changes
` [PATCH v3 3/3] partial-clone: update doc
want yamaha piano 10/11
2024-10-11 18:02 UTC
[PATCH] fsmonitor: fix hangs by delayed fs event listening
2024-10-11 18:01 UTC (8+ messages)
` [PATCH 0/2] alternate approach to fixing fsmonitor hangs
Verbose Commit Ignore Line Fails via CRLF Line Endings
2024-10-11 17:59 UTC (8+ messages)
[RFC PATCH] promisor-remote: always JIT fetch with --refetch
2024-10-11 17:54 UTC (4+ messages)
Interest in a Git meetup in Bay Area, California?
2024-10-11 17:51 UTC (5+ messages)
[PATCH v2 0/4] Remove the_repository global for am, annotate, apply, archive builtins
2024-10-11 17:47 UTC (10+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 3/3] archive: remove the_repository global variable
` [PATCH v4 0/3] Remove the_repository global for am, annotate, apply, archive builtins
` [PATCH v4 1/3] git: pass in repo to builtin based on setup_git_directory_gently
` [PATCH v4 2/3] annotate: remove usage of the_repository global
` [PATCH v4 3/3] archive: remove the_repository global variable
Yamaha Piano 10/11
2024-10-11 17:31 UTC
[PATCH] Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o
2024-10-11 17:29 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/3] fuzz: port OSS-Fuzz tests back to Git
2024-10-11 16:35 UTC (7+ messages)
` [PATCH 1/3] fuzz: port fuzz-credential-from-url-gently from OSS-Fuzz
` [PATCH 2/3] fuzz: port fuzz-parse-attr-line "
` [PATCH 3/3] fuzz: port fuzz-url-decode-mem "
[PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible
2024-10-11 16:23 UTC (17+ messages)
` [PATCH 07/11] write_reused_pack_one(): translate bit positions directly
` [PATCH 08/11] t5332: enable OFS_DELTAs via test_pack_objects_reused
` [PATCH 09/11] pack-bitmap: enable cross-pack delta reuse
` [PATCH 10/11] pack-bitmap.c: record whether the result was filtered
[PATCH 00/10] reftable: stop using `struct strbuf`
2024-10-11 12:18 UTC (15+ messages)
` [PATCH 01/10] reftable: stop using `strbuf_addbuf()`
` [PATCH 02/10] reftable: stop using `strbuf_addf()`
` [PATCH 03/10] reftable/basics: provide new `reftable_buf` interface
` [PATCH 04/10] reftable: convert from `strbuf` to `reftable_buf`
` [PATCH 05/10] reftable/blocksource: adapt interface name
` [PATCH 06/10] t/unit-tests: check for `reftable_buf` allocation errors
` [PATCH 07/10] reftable/stack: adapt `format_name()` to handle allocation failures
` [PATCH 08/10] reftable/record: adapt `reftable_record_key()` "
` [PATCH 09/10] reftable/stack: adapt `stack_filename()` "
` [PATCH 10/10] reftable: handle trivial `reftable_buf` errors
[PATCH 00/21] Memory leak fixes (pt.9)
2024-10-11 5:33 UTC (22+ messages)
` [PATCH 01/21] builtin/ls-remote: plug leaking server options
` [PATCH 02/21] t/helper: fix leaks in "reach" test tool
` [PATCH 03/21] grep: fix leak in `grep_splice_or()`
` [PATCH 04/21] builtin/grep: fix leak with `--max-count=0`
` [PATCH 05/21] revision: fix leaking bloom filters
` [PATCH 06/21] diff-lib: fix leaking diffopts in `do_diff_cache()`
` [PATCH 07/21] pretty: clear signature check
` [PATCH 08/21] upload-pack: fix leaking URI protocols
` [PATCH 09/21] builtin/commit: fix leaking change data contents
` [PATCH 10/21] trailer: fix leaking trailer values
` [PATCH 11/21] builtin/commit: fix leaking cleanup config
` [PATCH 12/21] transport-helper: fix leaking import/export marks
` [PATCH 13/21] builtin/tag: fix leaking key ID on failure to sign
` [PATCH 14/21] combine-diff: fix leaking lost lines
` [PATCH 15/21] dir: release untracked cache data
` [PATCH 16/21] sparse-index: correctly free EWAH contents
` [PATCH 17/21] t/helper: stop re-initialization of `the_repository`
` [PATCH 18/21] t/helper: fix leaking buffer in "dump-untracked-cache"
` [PATCH 19/21] dir: fix leak when parsing "status.showUntrackedFiles"
` [PATCH 20/21] builtin/merge: release outbut buffer after performing merge
` [PATCH 21/21] list-objects-filter-options: work around reported leak on error
[PATCH v3 0/3] Link worktrees with relative paths
2024-10-11 4:03 UTC (17+ messages)
` [PATCH v3 1/3] worktree: refactor infer_backlink() to use *strbuf
` [PATCH v3 2/3] worktree: link worktrees with relative paths
`git worktree list` when bare repository is named `.git`
2024-10-11 1:12 UTC
Unsubscribe
2024-10-11 0:02 UTC
What's cooking in git.git (Oct 2024, #06; Thu, 10)
2024-10-10 23:52 UTC
minimum curl version effectively changed
2024-10-10 21:52 UTC (4+ messages)
[PATCH 0/3] clang-format: fix rules to make the CI job cleaner
2024-10-10 20:09 UTC (12+ messages)
` [PATCH 1/3] clang-format: don't enforce the column limit
` [PATCH v2 0/3] clang-format: fix rules to make the CI job cleaner
` [PATCH v2 1/3] clang-format: change column limit to 96 characters
` [PATCH v2 2/3] clang-format: don't align expressions after linebreaks
` [PATCH v2 3/3] clang-format: align consecutive macro definitions
[PATCH] mimgw: remove Compiler Warnings
2024-10-10 19:19 UTC (7+ messages)
` [PATCH v2 1/1] "
` [PATCH] [PATCH] mimgw: Remove "
[PATCH v4 0/5] improve handling of remote/HEAD
2024-10-10 19:08 UTC (7+ messages)
` [PATCH v5 1/6] refs_update_symref: atomically record overwritten ref
` [PATCH v5 3/6] set-head: better output for --auto
[PATCH] Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format
2024-10-10 18:52 UTC (3+ messages)
[PATCH] Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o
2024-10-10 18:50 UTC (3+ messages)
[PATCH] bundle-uri: plug leak in unbundle_from_file()
2024-10-10 18:47 UTC (4+ messages)
` [PATCH v2] "
[PATCH] checkout: refer to other-worktree branch, not ref
2024-10-10 18:39 UTC (4+ messages)
` [PATCH v2] "
Bug: `git maintenance start` is likely broken in 2.47
2024-10-10 17:09 UTC (3+ messages)
` [PATCH v3] builtin/gc: fix crash when running `git maintenance start`
[OutReachy] Introduction and Contribution Phase
2024-10-10 17:03 UTC (3+ messages)
[PATCH v5 0/9] add ref content check for files backend
2024-10-10 16:00 UTC (9+ messages)
` [PATCH v5 3/9] ref: port git-fsck(1) regular refs "
[PATCH 0/7] Fix typos
2024-10-10 15:14 UTC (4+ messages)
` [PATCH 1/7] compat: fix typos
[PATCH v2 0/7] Fix typos
2024-10-10 15:11 UTC (8+ messages)
` [PATCH v2 1/7] compat: fix typos
` [PATCH v2 2/7] contrib: "
` [PATCH v2 3/7] git-gui: Fix typos
` [PATCH v2 4/7] t: fix typos
` [PATCH v2 5/7] t/perf: "
` [PATCH v2 6/7] t/unit-tests: "
` [PATCH v2 7/7] t/helper: fix a typo
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 NNTP newsgroup(s).