git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-18 16:16:07 to 2024-10-21 10:36:33 UTC [more...]

[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

[PATCH] Fix duplicate word typos
 2024-10-21  9:57 UTC  (4+ messages)

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)

git no longer builds on SunOS 5.10, a report
 2024-10-21  7:00 UTC  (6+ messages)
` [PATCH 0/2] t/unit-tests: improve clar platform compatibility
  ` [PATCH 2/2] Makefile: adjust sed command for generating "clar-decls.h"

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  (13+ messages)

[PATCH] t/meson.build: fix up tests for 'seen' branch
 2024-10-21  6:04 UTC  (2+ messages)

[PATCH] upload-pack: fix how ALLOW_ANY_SHA1 flag is disabled
 2024-10-21  5:55 UTC  (11+ messages)
` [PATCH v2] doc: document how uploadpack.allowAnySHA1InWant impact other allow options

[PATCH] diff: setup pager only before diff contents truly ready
 2024-10-21  0:17 UTC  (5+ 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  (8+ 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  (13+ 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 v2 3/6] Documentation/git-update-ref.txt: demote symlink to last section
  ` [PATCH v2 4/6] Documentation/git-update-ref.txt: remove confusing paragraph
  ` [PATCH v2 5/6] Documentation/git-update-ref.txt: discuss symbolic refs
  ` [PATCH v2 6/6] Documentation: mutually link update-ref and symbolic-ref

[PATCH] t1400: fix --no-create-reflog test and description
 2024-10-20 16:12 UTC 

[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  (15+ messages)
` [RFC PATCH v3 00/15] "
  ` [RFC PATCH v3 01/15] Makefile: use common template for GIT-BUILD-OPTIONS
  ` [RFC PATCH v3 09/15] Makefile: refactor generators to be PWD-independent
  ` [RFC PATCH v3 11/15] Makefile: simplify building of templates
  ` [RFC PATCH v3 13/15] t: allow overriding build dir
  ` [RFC PATCH v3 15/15] Introduce support for the Meson build system

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 

[PATCH] notes: teach the -e option to edit messages in editor
 2024-10-20  0:03 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v8 0/6] set-head/fetch remote/HEAD updates, small change from v7
 2024-10-19 22:53 UTC  (9+ messages)
` [PATCH v9 0/7] set-head/fetch remote/HEAD updates
  ` [PATCH v9 1/7] t/t5505-remote: set default branch to main
  ` [PATCH v9 2/7] refs: atomically record overwritten ref in update_symref
  ` [PATCH v9 3/7] remote set-head: refactor for readability
  ` [PATCH v9 4/7] remote set-head: better output for --auto
  ` [PATCH v9 5/7] refs: add TRANSACTION_CREATE_EXISTS error
  ` [PATCH v9 6/7] refs: add create_only option to refs_update_symref_extended
  ` [PATCH v9 7/7] fetch: set remote/HEAD if it does not exist

[PATCH v6 1/6] refs_update_symref: atomically record overwritten ref
 2024-10-19 22:53 UTC  (7+ messages)
` [PATCH v7 1/6] refs: atomically record overwritten ref in update_symref

[PATCH v2 Outreachy] t7011: ensure no whitespace after redirect
 2024-10-19 17:54 UTC  (2+ messages)

[PATCH] t: fix typos
 2024-10-19 13:08 UTC  (9+ messages)

[gitgitgadget/git] [Outreachy][RFC/PATCH] notes: teach the -e option to edit messages in editor (PR #1817)
 2024-10-19 11:16 UTC 

[Outreachy][RFC]: teach the '-e' option for git notes sub command
 2024-10-19  9:13 UTC  (3+ messages)

[[PATCH][Outreachy]] t7011-skip-worktree-reading.sh: ensure no whitespace after redirect operators
 2024-10-19  8:42 UTC  (4+ messages)

Oureachy: Microproject (Modernizing a Test Script in Clar Framework)
 2024-10-19  3:48 UTC  (4+ messages)

Feature Request : Get repo size without cloning
 2024-10-18 23:07 UTC  (2+ messages)

CI behaving differently from local tests
 2024-10-18 22:32 UTC  (2+ messages)

[PATCH 0/3] R atoi
 2024-10-18 21:43 UTC  (6+ messages)
` [PATCH v2 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()

[PATCH 00/10] reftable: stop using `struct strbuf`
 2024-10-18 21:41 UTC  (5+ messages)
` [PATCH v3 "

What's cooking in git.git (Oct 2024, #09; Fri, 18)
 2024-10-18 20:45 UTC 


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).