git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-06 10:36:11 to 2024-06-08 11:29:22 UTC [more...]

[PATCH 0/2] dropping stdin support from test-terminal
 2024-06-08 11:29 UTC  (8+ messages)
` [PATCH 1/2] am: add explicit "--retry" option
` [PATCH 2/2] test-terminal: drop stdin handling

git fetch --prune fails with "fatal: bad object"
 2024-06-08 11:20 UTC  (11+ messages)

With big repos and slower connections, git clone can be hard to work with
 2024-06-08 11:05 UTC  (11+ messages)

[PATCH 00/19] Compile with `-Wwrite-strings`
 2024-06-08 10:59 UTC  (49+ messages)
` [PATCH 02/19] global: assign non-const strings as required
` [PATCH v4 00/27] Compile with `-Wwrite-strings`
  ` [PATCH v4 12/27] object-file: mark cached object buffers as const
` [PATCH v5 00/27] Compile with `-Wwrite-strings`
  ` [PATCH v5 12/27] object-file: mark cached object buffers as const
` [PATCH v6 00/27] Compile with `-Wwrite-strings`
  ` [PATCH v6 01/27] global: improve const correctness when assigning string constants
  ` [PATCH v6 02/27] global: convert intentionally-leaking config strings to consts
  ` [PATCH v6 03/27] refs/reftable: stop micro-optimizing refname allocations on copy
  ` [PATCH v6 04/27] reftable: cast away constness when assigning constants to records
  ` [PATCH v6 05/27] refspec: remove global tag refspec structure
  ` [PATCH v6 06/27] builtin/remote: cast away constness in `get_head_names()`
  ` [PATCH v6 07/27] diff: cast string constant in `fill_textconv()`
  ` [PATCH v6 08/27] line-log: stop assigning string constant to file parent buffer
  ` [PATCH v6 09/27] line-log: always allocate the output prefix
  ` [PATCH v6 10/27] entry: refactor how we remove items for delayed checkouts
  ` [PATCH v6 11/27] ident: add casts for fallback name and GECOS
  ` [PATCH v6 12/27] object-file: mark cached object buffers as const
  ` [PATCH v6 13/27] object-file: make `buf` parameter of `index_mem()` a constant
  ` [PATCH v6 14/27] pretty: add casts for decoration option pointers
  ` [PATCH v6 15/27] compat/win32: fix const-correctness with string constants
  ` [PATCH v6 16/27] http: do not assign string constant to non-const field
  ` [PATCH v6 17/27] parse-options: cast long name for OPTION_ALIAS
  ` [PATCH v6 18/27] send-pack: always allocate receive status
  ` [PATCH v6 19/27] remote-curl: avoid assigning string constant to non-const variable
  ` [PATCH v6 20/27] revision: always store allocated strings in output encoding
  ` [PATCH v6 21/27] mailmap: always store allocated strings in mailmap blob
  ` [PATCH v6 22/27] imap-send: drop global `imap_server_conf` variable
  ` [PATCH v6 23/27] imap-send: fix leaking memory in `imap_server_conf`
  ` [PATCH v6 24/27] builtin/rebase: do not assign default backend to non-constant field
  ` [PATCH v6 25/27] builtin/rebase: always store allocated string in `options.strategy`
  ` [PATCH v6 26/27] builtin/merge: always store allocated strings in `pull_twohead`
  ` [PATCH v6 27/27] config.mak.dev: enable `-Wwrite-strings` warning

[PATCH 0/2] commit-graph/server-info: use tempfile.h in more places
 2024-06-08 10:48 UTC  (15+ messages)
` [PATCH 1/2] commit-graph.c: remove temporary graph layers on exit
` [PATCH 2/2] server-info.c: remove temporary info files "

Autosplit option for git add -p
 2024-06-08 10:47 UTC  (3+ messages)

[PATCH v2] doc: imply that interactive.singleKey is disabled by default
 2024-06-08  9:59 UTC  (10+ messages)
` [PATCH v3] doc: "

[PATCH 2/2] ci: let pedantic job compile with -Og
 2024-06-08  9:28 UTC  (18+ messages)
` [PATCH v2 0/2] ci: detect more warnings via `-Og`
  ` [PATCH v2 2/2] ci: compile "linux-gcc-default" job with -Og
` [PATCH v3 0/4] ci: detect more warnings via `-Og`
  ` [PATCH v3 1/4] ci: fix check for Ubuntu 20.04
  ` [PATCH v3 2/4] Makefile: add ability to append to CFLAGS and LDFLAGS
  ` [PATCH v3 3/4] ci: compile code with V=1
  ` [PATCH v3 4/4] ci: compile "linux-gcc-default" job with -Og

MSan failures in pack-bitmap
 2024-06-08  8:18 UTC  (2+ messages)

[PATCH 0/5] use the pager in 'add -p'
 2024-06-08  5:54 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/6] "

[PATCH] format-patch: assume --cover-letter for diff in multi-patch series
 2024-06-07 21:10 UTC  (13+ messages)
  ` [PATCH v3] "
    ` [PATCH v4 0/2] "
      ` [PATCH v4 1/2] t4014: cleanups in a few tests
      ` [PATCH v4 2/2] format-patch: assume --cover-letter for diff in multi-patch series
      ` [PATCH v5 0/2] "
        ` [PATCH v5 1/2] t4014: cleanups in a few tests
        ` [PATCH v5 2/2] format-patch: assume --cover-letter for diff in multi-patch series

[PATCH 00/19] midx: incremental multi-pack indexes, part one
 2024-06-07 20:31 UTC  (25+ messages)
` [PATCH 01/19] Documentation: describe incremental MIDX format
` [PATCH 02/19] midx: add new fields for incremental MIDX chains
` [PATCH 03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs
` [PATCH 04/19] midx: teach `prepare_midx_pack()` "
` [PATCH 05/19] midx: teach `nth_midxed_object_oid()` "
` [PATCH 06/19] midx: teach `nth_bitmapped_pack()` "
` [PATCH 07/19] midx: introduce `bsearch_one_midx()`
` [PATCH 08/19] midx: teach `bsearch_midx()` about incremental MIDXs
` [PATCH 09/19] midx: teach `nth_midxed_offset()` "
` [PATCH 10/19] midx: teach `fill_midx_entry()` "
` [PATCH 11/19] midx: remove unused `midx_locate_pack()`
` [PATCH 12/19] midx: teach `midx_contains_pack()` about incremental MIDXs
` [PATCH 13/19] midx: teach `midx_preferred_pack()` "
` [PATCH 14/19] midx: teach `midx_fanout_add_midx_fanout()` "
` [PATCH 15/19] midx: support reading incremental MIDX chains
` [PATCH 16/19] midx: implement verification support for incremental MIDXs
` [PATCH 17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
` [PATCH 18/19] t/t5313-pack-bounds-checks.sh: prepare for sub-directories
` [PATCH 19/19] midx: implement support for writing incremental MIDX chains

RFC: indicating diff strategy in format-patch message headers
 2024-06-07 19:53 UTC  (5+ messages)

[PATCH 0/2] ci: detect more warnings via `-Og`
 2024-06-07 18:42 UTC  (6+ messages)
` [PATCH 2/2] ci: let pedantic job compile with -Og

[PATCH v2] date: detect underflow when parsing dates with positive timezone offset
 2024-06-07 17:40 UTC  (3+ messages)
` [PATCH v3] date: detect underflow/overflow when parsing dates with "

[PATCH 0/2] apply: add unit tests for parse_range
 2024-06-07 16:59 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/4] Documentation: improve linting of manpage existence
 2024-06-07 16:51 UTC  (5+ messages)
` [PATCH v2 0/4] Documentation: improve linting for "
  ` [PATCH v2 1/4] Makefile: extract script to lint missing/extraneous manpages

[GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
 2024-06-07 16:37 UTC  (7+ messages)

[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
 2024-06-07 15:21 UTC  (11+ messages)
` [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
` [PATCH 2/4] refs: keep track of unresolved reference value in iterators
` [PATCH 3/4] refs: add referent to each_ref_fn
` [PATCH 4/4] ref-filter: populate symref from iterator

[PATCH v4 0/7] update-ref: add symref support for --stdin
 2024-06-07 13:33 UTC  (13+ messages)
  ` [PATCH v5 "
    ` [PATCH v5 1/7] refs: create and use `ref_update_expects_existing_old_ref()`
    ` [PATCH v5 2/7] refs: specify error for regular refs with `old_target`
    ` [PATCH v5 3/7] update-ref: add support for 'symref-verify' command
    ` [PATCH v5 4/7] update-ref: add support for 'symref-delete' command
    ` [PATCH v5 5/7] update-ref: add support for 'symref-create' command
    ` [PATCH v5 6/7] reftable: pick either 'oid' or 'target' for new updates
    ` [PATCH v5 7/7] update-ref: add support for 'symref-update' command
` [PATCH v4 2/7] refs: specify error for regular refs with `old_target`

Possible git-diff bug when using exit-code with diff filters
 2024-06-07  8:19 UTC  (10+ messages)
  ` [PATCH 2/2] diff: fix --exit-code with external diff
    ` [PATCH v2 0/3] "
      ` [PATCH v2 3/3] diff: let external diffs report that changes are uninteresting

[PATCH 00/29] Memory leak fixes (pt.2)
 2024-06-07  4:07 UTC  (6+ messages)
` [PATCH 13/29] merge-recursive: fix memory leak when finalizing merge

[PATCH 1/2] Documentation/technical/bitmap-format.txt: add missing position table
 2024-06-06 22:38 UTC  (6+ messages)
` [PATCH 2/2] pack-bitmap.c: ensure pseudo-merge offset reads are bounded

What's cooking in git.git (Jun 2024, #02; Thu, 6)
 2024-06-06 20:21 UTC 

[PATCH v3] credential: clear expired c->credential, unify secret clearing
 2024-06-06 18:44 UTC  (2+ messages)

[GSoC][PATCH 0/6] t: port reftable/pq_test.c to the unit testing
 2024-06-06 16:23 UTC  (20+ messages)
` [GSoC][PATCH 1/6] reftable: clean up reftable/pq.c
` [GSoC][PATCH 2/6] t: move reftable/pq_test.c to the unit testing framework
` [GSoC][PATCH 4/6] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
` [GSoC][PATCH 5/6] t-reftable-pq: add test for index based comparison
` [GSoC][PATCH 6/6] t-reftable-pq: add tests for merged_iter_pqueue_top()
` [GSoC][PATCH v2 0/6] t: port reftable/pq_test.c to the unit testing
  ` [GSoC][PATCH v2 1/6] reftable: clean up reftable/pq.c
  ` [GSoC][PATCH v2 2/6] t: move reftable/pq_test.c to the unit testing framework
  ` [GSoC][PATCH v2 3/6] t-reftable-pq: make merged_iter_pqueue_check() static
  ` [GSoC][PATCH v2 4/6] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
  ` [GSoC][PATCH v2 5/6] t-reftable-pq: add test for index based comparison
  ` [GSoC][PATCH v2 6/6] t-reftable-pq: add tests for merged_iter_pqueue_top()

[PATCH 0/9] refs: ref storage format migrations
 2024-06-06 16:18 UTC  (10+ messages)
` [PATCH v4 00/12] refs: ref storage migrations
  ` [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
` [PATCH v5 00/12] refs: ref storage migrations

using tree as attribute source is slow, was Re: Help troubleshoot performance regression cloning with depth: git 2.44 vs git 2.42
 2024-06-06 16:02 UTC  (12+ messages)
              ` Re* "
                ` [PATCH] attr.tree: HEAD:.gitattributes is no longer the default in a bare repo

[PATCH 0/3] Branches are branches and not heads
 2024-06-06 15:18 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] ls-remote: introduce --branches and deprecate --heads

[PATCH v2] credential: clear expired c->credential, unify secret clearing
 2024-06-06 15:13 UTC  (5+ messages)

[PATCH] fetch-pack: test: demonstrate segmentation fault when run with fsckObjects but without --lock-pack
 2024-06-06 13:36 UTC 

[PATCH v3 0/4] object checking related additions and fixes for bundles in fetches
 2024-06-06 12:06 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/4] unbundle: extend verify_bundle_flags to support fsck-objects
  ` [PATCH v4 4/4] unbundle: introduce option VERIFY_BUNDLE_FSCK_FOLLOW_FETCH


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