git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-04 12:37:41 to 2024-06-06 08:17:25 UTC [more...]

[PATCH 0/2] dropping stdin support from test-terminal
 2024-06-06  8:17 UTC 

[PATCH v2] credential: clear expired c->credential, unify secret clearing
 2024-06-06  8:10 UTC  (12+ messages)

[PATCH 0/2] ci: detect more warnings via `-Og`
 2024-06-06  8:05 UTC  (8+ messages)
` [PATCH 1/2] ci: fix check for Ubuntu 20.04
` [PATCH 2/2] ci: let pedantic job compile with -Og

[PATCH 0/4] Documentation: improve linting of manpage existence
 2024-06-06  8:01 UTC  (16+ messages)
` [PATCH 1/4] Makefile: extract script to lint missing/extraneous manpages
` [PATCH 2/4] Documentation/lint-manpages: bubble up errors
` [PATCH 3/4] gitlab-ci: add job to run `make check-docs`
` [PATCH 4/4] ci/test-documentation: work around SyntaxWarning in Python 3.12
` [PATCH v2 0/4] Documentation: improve linting for manpage existence
  ` [PATCH v2 1/4] Makefile: extract script to lint missing/extraneous manpages
  ` [PATCH v2 2/4] Documentation/lint-manpages: bubble up errors
  ` [PATCH v2 3/4] gitlab-ci: add job to run `make check-docs`
  ` [PATCH v2 4/4] ci/test-documentation: work around SyntaxWarning in Python 3.12

[GSoC][PATCH 0/6] t: port reftable/pq_test.c to the unit testing
 2024-06-06  7:40 UTC  (7+ 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 3/6] t-reftable-pq: make merged_iter_pqueue_check() static
` [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()

Possible git-diff bug when using exit-code with diff filters
 2024-06-06  6:39 UTC  (9+ messages)
  ` [PATCH 2/2] diff: fix --exit-code with external diff
    ` [PATCH v2 0/3] "
      ` [PATCH v2 1/3] t4020: test exit code with external diffs
      ` [PATCH v2 2/3] userdiff: add and use struct external_diff
      ` [PATCH v2 3/3] diff: let external diffs report that changes are uninteresting

[PATCH 0/9] refs: ref storage format migrations
 2024-06-06  7:06 UTC  (33+ messages)
` [PATCH v4 00/12] refs: ref storage migrations
  ` [PATCH v4 06/12] refs/files: extract function to iterate through root refs
  ` [PATCH v4 10/12] refs: implement removal of ref storages
  ` [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
` [PATCH v5 00/12] refs: ref storage migrations
  ` [PATCH v5 01/12] setup: unset ref storage when reinitializing repository version
  ` [PATCH v5 02/12] refs: convert ref storage format to an enum
  ` [PATCH v5 03/12] refs: pass storage format to `ref_store_init()` explicitly
  ` [PATCH v5 04/12] refs: allow to skip creation of reflog entries
  ` [PATCH v5 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`
  ` [PATCH v5 06/12] refs/files: extract function to iterate through root refs
  ` [PATCH v5 07/12] refs/files: fix NULL pointer deref when releasing ref store
  ` [PATCH v5 08/12] reftable: inline `merged_table_release()`
  ` [PATCH v5 09/12] worktree: don't store main worktree twice
  ` [PATCH v5 10/12] refs: implement removal of ref storages
  ` [PATCH v5 11/12] refs: implement logic to migrate between ref storage formats
  ` [PATCH v5 12/12] builtin/refs: new command to migrate "

[PATCH 00/19] Compile with `-Wwrite-strings`
 2024-06-06  6:10 UTC  (35+ messages)
` [PATCH 02/19] global: assign non-const strings as required
` [PATCH v4 00/27] Compile with `-Wwrite-strings`
  ` [PATCH v4 10/27] entry: refactor how we remove items for delayed checkouts
  ` [PATCH v4 11/27] ident: add casts for fallback name and GECOS
  ` [PATCH v4 12/27] object-file: mark cached object buffers as const
  ` [PATCH v4 13/27] object-file: make `buf` parameter of `index_mem()` a constant
  ` [PATCH v4 14/27] pretty: add casts for decoration option pointers
  ` [PATCH v4 15/27] compat/win32: fix const-correctness with string constants
  ` [PATCH v4 16/27] http: do not assign string constant to non-const field
  ` [PATCH v4 17/27] parse-options: cast long name for OPTION_ALIAS
  ` [PATCH v4 18/27] send-pack: always allocate receive status
  ` [PATCH v4 19/27] remote-curl: avoid assigning string constant to non-const variable
  ` [PATCH v4 20/27] revision: always store allocated strings in output encoding
  ` [PATCH v4 21/27] mailmap: always store allocated strings in mailmap blob
  ` [PATCH v4 22/27] imap-send: drop global `imap_server_conf` variable
  ` [PATCH v4 23/27] imap-send: fix leaking memory in `imap_server_conf`
  ` [PATCH v4 24/27] builtin/rebase: do not assign default backend to non-constant field
  ` [PATCH v4 25/27] builtin/rebase: always store allocated string in `options.strategy`
  ` [PATCH v4 26/27] builtin/merge: always store allocated strings in `pull_twohead`
  ` [PATCH v4 27/27] config.mak.dev: enable `-Wwrite-strings` warning

[PATCH] fix: prevent date underflow when using positive timezone offset
 2024-06-06  4:56 UTC  (11+ messages)
` [PATCH v2] date: detect underflow when parsing dates with "

[RFC PATCH] docs: document upcoming breaking changes
 2024-06-06  4:35 UTC  (18+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 2/4] BreakingChanges: document upcoming change from "sha1" to "sha256"
` [PATCH v6 0/4] docs: document upcoming breaking changes
  ` [PATCH v6 1/4] docs: introduce document to announce "
  ` [PATCH v6 3/4] BreakingChanges: document removal of grafting

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

[PATCH 0/5] use the pager in 'add -p'
 2024-06-05 22:50 UTC  (39+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/6] "
    ` [PATCH v4 "
      ` [PATCH v4 2/6] pager: do not close fd 2 unnecessarily
      ` [PATCH v4 3/6] pager: introduce wait_for_pager
      ` [PATCH v4 4/6] pager: introduce setup_custom_pager
      ` [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty
      ` [PATCH v4 6/6] add-patch: introduce the command '|'

RFC: indicating diff strategy in format-patch message headers
 2024-06-05 22:26 UTC  (4+ messages)

git clone error : RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
 2024-06-05 22:01 UTC  (2+ messages)

[PATCH] format-patch: assume --cover-letter for diff in multi-patch series
 2024-06-05 21:52 UTC  (11+ messages)
  ` [PATCH v3] "

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

[PATCH] add-i: finally retire add.interactive.useBuiltin
 2024-06-05 21:27 UTC 

Git submodule recursive update not syncing submodule URLs makes the operation fail for commits updating the URLs
 2024-06-05 21:03 UTC  (3+ messages)

[PATCH v2 0/13] leak fixes for sparse-checkout code
 2024-06-05 16:52 UTC  (5+ messages)
` [PATCH v2 06/13] dir.c: always copy input to add_pattern()

What's cooking in git.git (Jun 2024, #01; Mon, 3)
 2024-06-05 16:30 UTC  (7+ messages)

[PATCH] dir.c: skip .gitignore, etc larger than INT_MAX
 2024-06-05 16:23 UTC  (6+ messages)

[PATCH 0/6] update-ref: add symref support for --stdin
 2024-06-05 16:22 UTC  (11+ messages)
` [PATCH v3 "
` [PATCH v3 3/6] update-ref: add support for 'symref-delete' command
` [PATCH v3 4/6] update-ref: add support for 'symref-create' command
` [PATCH v3 6/6] update-ref: add support for 'symref-update' command

[GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
 2024-06-05 13:43 UTC 

New opportunity for your establishment
 2024-06-05 13:16 UTC 

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

[PATCH 0/3] Branches are branches and not heads
 2024-06-04 22:01 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] refs: call branches branches
  ` [PATCH v2 2/3] ls-remote: introduce --branches and deprecate --heads
  ` [PATCH v2 3/3] show-ref: "

[PATCH v2] doc: imply that interactive.singleKey is disabled by default
 2024-06-04 20:11 UTC  (7+ messages)

[PATCH] credential: clear expired c->credential in addition to c->password
 2024-06-04 18:51 UTC  (3+ messages)

Author signature
 2024-06-04 13:12 UTC  (6+ messages)

[PATCH 00/29] Memory leak fixes (pt.2)
 2024-06-04 13:58 UTC  (6+ messages)
` [PATCH 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`


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