messages from 2024-10-20 00:37:21 to 2024-10-21 19:09:49 UTC [more...]
`git worktree list` when bare repository is named `.git`
2024-10-21 19:09 UTC (5+ messages)
[PATCH] upload-pack: fix how ALLOW_ANY_SHA1 flag is disabled
2024-10-21 19:03 UTC (5+ messages)
` [PATCH v2] doc: document how uploadpack.allowAnySHA1InWant impact other allow options
[PATCH] t1400: fix --no-create-reflog test and description
2024-10-21 19:02 UTC (4+ messages)
[PATCH] diff: setup pager only before diff contents truly ready
2024-10-21 19:00 UTC (6+ messages)
[PATCH] notes: teach the -e option to edit messages in editor
2024-10-21 18:28 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/3] R atoi
2024-10-21 18:00 UTC (20+ messages)
` [PATCH v2 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
` [PATCH v2 1/3] daemon: "
` [PATCH v2 2/3] merge: replace atoi() with strtol_i() for marker size validation
` [PATCH v2 3/3] imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing
[PATCH] Fix duplicate word typos
2024-10-21 15:12 UTC (5+ messages)
` [PATCH v2] global: "
[PATCH v2 Outreachy] t7011: ensure no whitespace after redirect
2024-10-21 17:17 UTC (4+ messages)
Empty directory showing as untracked with untrackedCache (with reproduction script)
2024-10-21 16:58 UTC
[PATCH] CodingGuidelines: discourage arbitrary suffixes in function names
2024-10-21 16:51 UTC (3+ messages)
[PATCH v5 0/9] add ref content check for files backend
2024-10-21 16:18 UTC (16+ messages)
` [PATCH v6 "
` [PATCH v6 1/9] ref: initialize "fsck_ref_report" with zero
` [PATCH v6 2/9] ref: check the full refname instead of basename
` [PATCH v6 3/9] ref: initialize target name outside of check functions
` [PATCH v6 4/9] ref: support multiple worktrees check for refs
` [PATCH v6 5/9] ref: port git-fsck(1) regular refs check for files backend
` [PATCH v6 6/9] ref: add more strict checks for regular refs
` [PATCH v6 7/9] ref: add basic symref content check for files backend
` [PATCH v6 8/9] ref: check whether the target of the symref is a ref
` [PATCH v6 9/9] ref: add symlink ref content check for files backend
[PATCH v10 0/8] set-head/fetch remote/HEAD updates
2024-10-21 13:37 UTC (9+ messages)
` [PATCH v10 1/8] t/t5505-remote: set default branch to main
` [PATCH v10 2/8] refs: atomically record overwritten ref in update_symref
` [PATCH v10 3/8] remote set-head: refactor for readability
` [PATCH v10 4/8] remote set-head: better output for --auto
` [PATCH v10 5/8] refs: add TRANSACTION_CREATE_EXISTS error
` [PATCH v10 6/8] refs: add create_only option to refs_update_symref_extended
` [PATCH v10 7/8] fetch: set remote/HEAD if it does not exist
` [PATCH v10 8/8] fetch set_head: handle mirrored bare repositories
[RFC PATCH 0/1] Typed errors
2024-10-21 12:46 UTC (5+ messages)
` [RFC PATCH 1/1] Add a type for errors
[PATCH] ref-filter: format iteratively with lexicographic refname sorting
2024-10-21 12:36 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
What's cooking in git.git (Oct 2024, #09; Fri, 18)
2024-10-21 12:22 UTC (2+ messages)
Oureachy: Microproject (Modernizing a Test Script in Clar Framework)
2024-10-21 12:07 UTC (5+ messages)
git no longer builds on SunOS 5.10, a report
2024-10-21 11:35 UTC (14+ messages)
` [PATCH 0/2] t/unit-tests: improve clar platform compatibility
` [PATCH 2/2] Makefile: adjust sed command for generating "clar-decls.h"
` [PATCH v2 0/5] t/unit-tests: improve clar platform compatibility
` [PATCH v2 1/5] t/unit-tests: update clar to 206accb
` [PATCH v2 2/5] Makefile: adjust sed command for generating "clar-decls.h"
` [PATCH v2 3/5] Makefile: extract script to generate clar declarations
` [PATCH v2 4/5] cmake: fix compilation of clar-based unit tests
` [PATCH v2 5/5] cmake: set up proper dependencies for generated clar headers
[PATCH 00/21] Memory leak fixes (pt.9)
2024-10-21 10:36 UTC (44+ messages)
` [PATCH 06/21] diff-lib: fix leaking diffopts in `do_diff_cache()`
` [PATCH 07/21] pretty: clear signature check
` [PATCH 10/21] trailer: fix leaking trailer values
` [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 v2 00/22] Memory leak fixes (pt.9)
` [PATCH v2 01/22] builtin/ls-remote: plug leaking server options
` [PATCH v2 02/22] t/helper: fix leaks in "reach" test tool
` [PATCH v2 03/22] grep: fix leak in `grep_splice_or()`
` [PATCH v2 04/22] builtin/grep: fix leak with `--max-count=0`
` [PATCH v2 05/22] revision: fix leaking bloom filters
` [PATCH v2 06/22] diff-lib: fix leaking diffopts in `do_diff_cache()`
` [PATCH v2 07/22] pretty: clear signature check
` [PATCH v2 08/22] upload-pack: fix leaking URI protocols
` [PATCH v2 09/22] builtin/commit: fix leaking change data contents
` [PATCH v2 10/22] trailer: fix leaking trailer values
` [PATCH v2 11/22] trailer: fix leaking strbufs when formatting trailers
` [PATCH v2 12/22] builtin/commit: fix leaking cleanup config
` [PATCH v2 13/22] transport-helper: fix leaking import/export marks
` [PATCH v2 14/22] builtin/tag: fix leaking key ID on failure to sign
` [PATCH v2 15/22] combine-diff: fix leaking lost lines
` [PATCH v2 16/22] dir: release untracked cache data
` [PATCH v2 17/22] sparse-index: correctly free EWAH contents
` [PATCH v2 18/22] t/helper: stop re-initialization of `the_repository`
` [PATCH v2 19/22] t/helper: fix leaking buffer in "dump-untracked-cache"
` [PATCH v2 20/22] dir: fix leak when parsing "status.showUntrackedFiles"
` [PATCH v2 21/22] builtin/merge: release outbut buffer after performing merge
` [PATCH v2 22/22] list-objects-filter-options: work around reported leak on error
[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
2024-10-21 9:58 UTC (21+ messages)
` [PATCH 01/20] packfile: pass down repository to `odb_pack_name`
` [PATCH 02/20] packfile: pass down repository to `unuse_one_window`
` [PATCH 03/20] packfile: pass down repository to `close_one_pack`
` [PATCH 04/20] packfile: pass down repository to `add_packed_git`
` [PATCH 05/20] packfile: pass down repository to `unpack_object_header`
` [PATCH 06/20] packfile: pass down repository to `get_delta_base`
` [PATCH 07/20] packfile: use provided repository in `packed_object_info`
` [PATCH 08/20] packfile: pass down repository to `unpack_compressed_entry`
` [PATCH 09/20] packfile: pass down repository to `nth_packed_object_id`
` [PATCH 10/20] packfile: pass down repository to `find_pack_entry_one`
` [PATCH 11/20] packfile: pass down repository to `fill_pack_entry`
` [PATCH 12/20] packfile: pass down repository to `has_object[_kept]_pack`
` [PATCH 13/20] packfile: pass down repository to `for_each_packed_object`
` [PATCH 14/20] packfile: pass down repository to `is_promisor_object`
` [PATCH 15/20] object-store: pass down repository to `each_packed_object_fn`
` [PATCH 16/20] packfile: pass down repository to `open_pack_index`
` [PATCH 17/20] packfile: stop using 'the_hash_algo'
` [PATCH 18/20] packfile: pass down repository to `nth_packed_object_offset`
` [PATCH 19/20] config: make `delta_base_cache_limit` a non-global variable
` [PATCH 20/20] config: make `packed_git_(limit|window_size)` non-global variables
Git build failure: v2.47.0 on Solaris 10 SPARC64
2024-10-21 9:34 UTC (3+ messages)
` [Resend] "
Git Install Error - Failed to Expand Shell Folder Constant "commondesktop"
2024-10-21 8:38 UTC (4+ messages)
Bug report
2024-10-21 6:59 UTC (5+ messages)
` [PATCH v2 0/3] cmake: fix autogenerated clar headers
` [PATCH v2 1/3] Makefile: extract script to generate clar declarations
clar unit testing framework FTBFS on uclibc systems (wchar_t unsupported)
2024-10-21 6:44 UTC (12+ messages)
[PATCH] t/meson.build: fix up tests for 'seen' branch
2024-10-21 6:04 UTC (2+ messages)
[BUG] mv: can trigger assertion failure with three parameters (builtin/mv.c:481)
2024-10-20 22:14 UTC (2+ messages)
` [PATCH v2] t7001: add failure test which triggers assertion
[RFC PATCH] object-name: add @{upstreamhead} shorthand
2024-10-20 21:42 UTC (3+ messages)
[PATCH] SubmittingPatches: tags -> trailers
2024-10-20 21:29 UTC (2+ messages)
[PATCH 0/4] Documentation/git-bundle.txt: promote --all for full backup
2024-10-20 19:33 UTC (6+ messages)
` [PATCH 1/4] Documentation/git-bundle.txt: mention --all in Synopsis
` [PATCH 2/4] Documentation/git-bundle.txt: mention full backup example
` [PATCH 3/4] Documentation/git-bundle.txt: mention --all in spec. refs
` [PATCH 4/4] Documentation/git-bundle.txt: discuss naïve backups
[PATCH] t4205: fix typo in 'NUL termination with --stat'
2024-10-20 19:18 UTC
[PATCH] config: support remote name in includeIf.hasconfig condition
2024-10-20 17:32 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] builtin/credential-cache--daemon: fix error when "exit"ing on Cygwin
2024-10-20 17:08 UTC (6+ messages)
` [PATCH v2] "
` [PATCH] credential-cache: treat ECONNABORTED like ECONNRESET
` Comment trailers vs. bracketed lines
[PATCH 0/6] doc: update-ref: amend old material and discuss symrefs
2024-10-20 16:24 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] Documentation/git-update-ref.txt: drop “flag”
` [PATCH v2 2/6] Documentation/git-update-ref.txt: remove safety paragraphs
[PATCH 00/17] pack-objects: add --path-walk option for better deltas
2024-10-20 13:43 UTC (19+ messages)
` [PATCH v2 "
` [PATCH v2 01/17] path-walk: introduce an object walk by path
` [PATCH v2 02/17] t6601: add helper for testing path-walk API
` [PATCH v2 03/17] path-walk: allow consumer to specify object types
` [PATCH v2 04/17] path-walk: allow visiting tags
` [PATCH v2 05/17] revision: create mark_trees_uninteresting_dense()
` [PATCH v2 06/17] path-walk: add prune_all_uninteresting option
` [PATCH v2 07/17] pack-objects: extract should_attempt_deltas()
` [PATCH v2 08/17] pack-objects: add --path-walk option
` [PATCH v2 09/17] pack-objects: update usage to match docs
` [PATCH v2 10/17] p5313: add performance tests for --path-walk
` [PATCH v2 11/17] pack-objects: introduce GIT_TEST_PACK_PATH_WALK
` [PATCH v2 12/17] repack: add --path-walk option
` [PATCH v2 13/17] repack: update usage to match docs
` [PATCH v2 14/17] pack-objects: enable --path-walk via config
` [PATCH v2 15/17] scalar: enable path-walk during push "
` [PATCH v2 16/17] pack-objects: refactor path-walk delta phase
` [PATCH v2 17/17] pack-objects: thread the path-based compression
[PATCH] t1016: clean up style
2024-10-20 12:46 UTC (2+ messages)
[PATCH 0/3] clang-format: fix rules to make the CI job cleaner
2024-10-20 11:17 UTC (4+ messages)
` [PATCH v4 0/2] Subject: "
git grep does not find all occurrences on macOS
2024-10-20 11:02 UTC (4+ messages)
` [PATCH] grep: disable lookahead on error
[RFC PATCH 00/21] Modernize the build system
2024-10-20 8:51 UTC (4+ messages)
` [RFC PATCH v3 00/15] "
Bug report: v2.47.0 cannot fetch version 1 pack indexes
2024-10-20 2:40 UTC (4+ messages)
[PATCH] meson: fix meson build on 'seen' branch
2024-10-20 0:54 UTC
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).