Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-07 06:46:49 to 2024-06-11 06:42:14 UTC [more...]

[PATCH v4 0/4] object checking related additions and fixes for bundles in fetches
 2024-06-11  6:42 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] bundle-uri: verify oid before writing refs
  ` [PATCH v5 2/4] fetch-pack: expose fsckObjects configuration logic
  ` [PATCH v5 3/4] unbundle: extend options to support object verification
  ` [PATCH v5 4/4] unbundle: use VERIFY_BUNDLE_FSCK_FOLLOW_FETCH for fetches

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

SEGV (detected by Address Sanitizer) when using `core.abbrev` option
 2024-06-11  6:06 UTC  (4+ messages)

[BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
 2024-06-11  1:46 UTC  (11+ messages)

Question about Git protocol v2 status
 2024-06-11  0:21 UTC 

[GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
 2024-06-10 23:36 UTC  (14+ messages)
` [GSoC][PATCH v2] "

[ISSUE] `git submodule update --init --recursive` does ignore `fetchRecurseSubmodules` flag in `.gitmodules` and in `.git/config`
 2024-06-10 22:02 UTC  (2+ messages)

[Wishlist Bug] git-shell: Support libreadline
 2024-06-10 21:52 UTC  (2+ messages)

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

[PATCH] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
 2024-06-10 20:10 UTC  (7+ messages)
` [PATCH v2 0/3] midx: various brown paper bag fixes
  ` [PATCH v2 1/3] midx-write.c: do not read existing MIDX with `packs_to_include`
  ` [PATCH v2 2/3] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
  ` [PATCH v2 3/3] pack-revindex.c: guard against out-of-bounds pack lookups

[PATCH 0/2] ci: detect more warnings via `-Og`
 2024-06-10 20:05 UTC  (13+ 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
      ` [PATCH 1/2] DONTAPPLY: -Og fallout workaround
      ` [PATCH 2/2] DONTAPPLY: -Os "

bundles discovery and clones
 2024-06-10 18:25 UTC 

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

Possible git-diff bug when using exit-code with diff filters
 2024-06-10 16:33 UTC  (13+ 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

[PATCH 0/4] varargs functions with __attributes__(())
 2024-06-10 16:15 UTC  (7+ 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

Git 2.45.2 - memory leaks reports by address sanitizer (asan)
 2024-06-10 14:37 UTC 

[GSoC][PATCH 0/4] t: port reftable/tree_test.c to the unit testing framework
 2024-06-10 13:49 UTC  (6+ messages)
` [PATCH 1/4] reftable: remove unnecessary curly braces in reftable/tree.c
` [PATCH 2/4] t: move reftable/tree_test.c to the unit testing framework
` [PATCH 3/4] t-reftable-tree: split test_tree() into two sub-test functions
` [PATCH 4/4] t-reftable-tree: add test for non-existent key

Issue : Writing commits into the git repository takes longer than expected
 2024-06-10 12:58 UTC  (2+ messages)

[PATCH] git-send-email: Use sanitized address when reading mbox body
 2024-06-10 12:20 UTC 

[PATCH 0/2] dropping stdin support from test-terminal
 2024-06-10  8:36 UTC  (6+ messages)
` [PATCH 1/2] am: add explicit "--retry" option

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

[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 2/2] ci: let pedantic job compile with -Og
 2024-06-10  7:01 UTC  (19+ 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 2/4] Makefile: add ability to append to CFLAGS and LDFLAGS
  ` [PATCH v3 4/4] 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)

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

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 

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

[PATCH 00/19] Compile with `-Wwrite-strings`
 2024-06-08 10:59 UTC  (12+ messages)
` [PATCH 02/19] global: assign non-const strings as required
` [PATCH v6 00/27] Compile with `-Wwrite-strings`

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

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  (4+ messages)
` [PATCH v2 0/4] Documentation: improve linting for "
  ` [PATCH v2 1/4] Makefile: extract script to lint missing/extraneous manpages


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 read-only IMAP folder(s) and NNTP newsgroup(s).