git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-06 18:44:55 to 2024-06-10 07:36:45 UTC [more...]

[GSoC][PATCH 0/6] t: port reftable/pq_test.c to the unit testing
 2024-06-10  7:36 UTC  (4+ messages)
` [GSoC][PATCH v2 "
  ` [GSoC][PATCH v2 1/6] reftable: clean up reftable/pq.c

[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
 2024-06-10  7:29 UTC  (9+ messages)
` [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe

[PATCH 0/4] varargs functions with __attributes__(())
 2024-06-10  7:01 UTC  (6+ messages)
` [PATCH 1/4] __attribute__: trace2_region_enter_printf() is like "printf"
` [PATCH 2/4] __attribute__: remove redundant attribute declaration for git_die_config()
` [PATCH 3/4] __attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
` [PATCH 4/4] __attribute__: add a few missing format attributes

[PATCH 2/2] ci: let pedantic job compile with -Og
 2024-06-10  7:01 UTC  (21+ 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

[PATCH v4 0/7] update-ref: add symref support for --stdin
 2024-06-10  6:54 UTC  (10+ 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

With big repos and slower connections, git clone can be hard to work with
 2024-06-10  6:46 UTC  (14+ messages)

[PATCH 0/2] ci: detect more warnings via `-Og`
 2024-06-10  6:38 UTC  (9+ messages)
` [PATCH 2/2] ci: let pedantic job compile with -Og
` [PATCH v4 0/2] ci: detect more warnings via `-Og`
  ` [PATCH v4 1/2] Makefile: add ability to append to CFLAGS and LDFLAGS
  ` [PATCH v4 2/2] ci: compile "linux-gcc-default" job with -Og

[GSoC]: Implement consistency check for refs blog
 2024-06-10  6:04 UTC  (2+ messages)

[GSoC] Blog: move and improve reftable tests in the unit testing framework
 2024-06-10  6:01 UTC  (2+ messages)

[PATCH] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
 2024-06-10  5:55 UTC  (2+ messages)

[ISSUE] `git submodule update --init --recursive` does ignore `fetchRecurseSubmodules` flag in `.gitmodules` and in `.git/config`
 2024-06-10  1:19 UTC 

MSan failures in pack-bitmap
 2024-06-09 20:30 UTC  (8+ messages)

[PATCH 0/5] use the pager in 'add -p'
 2024-06-09 17:20 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/6] "
    ` [PATCH v4 "
      ` [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty

Possible git-diff bug when using exit-code with diff filters
 2024-06-09  7:41 UTC  (11+ 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 v3 0/3] diff: fix --exit-code with external diff
      ` [PATCH v3 1/3] t4020: test exit code with external diffs
      ` [PATCH v3 2/3] userdiff: add and use struct external_diff
      ` [PATCH v3 3/3] diff: let external diffs report that changes are uninteresting

Cannot override `remote.origin.url` with `-c` option
 2024-06-09  6:51 UTC 

git fetch --prune fails with "fatal: bad object"
 2024-06-08 21:02 UTC  (12+ messages)

[PATCH 0/9] refs: ref storage format migrations
 2024-06-08 19:06 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 v2] date: detect underflow when parsing dates with positive timezone offset
 2024-06-08 18:58 UTC  (4+ messages)
` [PATCH v3] date: detect underflow/overflow when parsing dates with "

Autosplit option for git add -p
 2024-06-08 18:53 UTC  (4+ messages)

[PATCH] worktree_git_path(): move the declaration to path.h
 2024-06-08 18:39 UTC 

[GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
 2024-06-08 16:57 UTC  (8+ messages)
` [GSoC][PATCH v2] "

[PATCH v3] credential: clear expired c->credential, unify secret clearing
 2024-06-08 11:32 UTC  (3+ messages)

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

[PATCH 00/19] Compile with `-Wwrite-strings`
 2024-06-08 10:59 UTC  (45+ 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 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 "

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

[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] apply: add unit tests for parse_range
 2024-06-07 16:59 UTC  (4+ 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

[PATCH 00/29] Memory leak fixes (pt.2)
 2024-06-07  4:07 UTC  (3+ messages)

[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 


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