git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-13 23:56:24 to 2021-07-14 23:01:05 UTC [more...]

[PATCH 00/22] multi-pack reachability bitmaps
 2021-07-14 22:58 UTC  (13+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 01/24] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
  ` [PATCH v2 02/24] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
  ` [PATCH v2 04/24] Documentation: build 'technical/bitmap-format' by default

UNLEAK(), leak checking in the default tests etc
 2021-07-14 22:56 UTC  (17+ messages)
` [PATCH 0/4] add a test mode for SANITIZE=leak, run it in CI
  ` [PATCH 1/4] tests: "
  ` [PATCH 2/4] SANITIZE tests: fix memory leaks in t13*config*, add to whitelist
  ` [PATCH 3/4] SANITIZE tests: fix memory leaks in t5701*, "
  ` [PATCH 4/4] SANITIZE tests: fix leak in mailmap.c
  ` [PATCH v2 0/4] add a test mode for SANITIZE=leak, run it in CI
    ` [PATCH v2 1/4] tests: "
    ` [PATCH v2 2/4] SANITIZE tests: fix memory leaks in t13*config*, add to whitelist
    ` [PATCH v2 3/4] SANITIZE tests: fix memory leaks in t5701*, "
    ` [PATCH v2 4/4] SANITIZE tests: fix leak in mailmap.c

[PATCH 0/3] Improve the documentation and warnings dealing with rename/copy limits
 2021-07-14 22:56 UTC  (28+ messages)
` [PATCH 3/3] diff: correct warning message when renameLimit exceeded
` [PATCH v2 0/4] Rename/copy limits -- docs, warnings, and new defaults
  ` [PATCH v2 1/4] diff: correct warning message when renameLimit exceeded
  ` [PATCH v2 2/4] doc: clarify documentation for rename/copy limits
  ` [PATCH v2 3/4] doc: document the special handling of -l0
  ` [PATCH v2 4/4] Bump rename limit defaults (yet again)

What's cooking in git.git (Jul 2021, #03; Tue, 13)
 2021-07-14 22:44 UTC  (12+ messages)

[PATCH 0/2] check-whitespace: two fixes
 2021-07-14 22:29 UTC  (6+ messages)
` [PATCH 1/2] ci(check-whitespace): stop requiring a read/write token
` [PATCH 2/2] ci(check-whitespace): restrict to the intended commits

[PATCH] ci: run `make sparse` as a GitHub workflow
 2021-07-14 22:27 UTC  (14+ messages)
` [PATCH v2] ci: run `make sparse` as part of the "

Bug report: GIT_CONFIG and user.email/name
 2021-07-14 22:26 UTC  (12+ messages)
      ` [PATCH 1/3] doc/git-config: explain --file instead of referring to GIT_CONFIG
      ` [PATCH 2/3] doc/git-config: clarify GIT_CONFIG environment variable
      ` [PATCH 3/3] doc/git-config: simplify "override" advice for FILES section

[PATCH 1/3] send-pack: fix push.negotiate with remote helper
 2021-07-14 21:51 UTC  (3+ messages)

[PATCH 3/3] fetch: die on invalid --negotiation-tip hash
 2021-07-14 21:45 UTC  (3+ messages)

[PATCH] packfile: enhance the mtime of packfile by idx file
 2021-07-14 21:40 UTC  (15+ messages)
` [PATCH v2] packfile: freshen the mtime of packfile by configuration

PATCH: improve git switch documentation
 2021-07-14 20:42 UTC  (24+ messages)
  ` What actually is a branch?

[PATCH v7 00/16] Sparse-index: integrate with status
 2021-07-14 20:37 UTC  (23+ messages)
` [PATCH v8 00/15] "
  ` [PATCH v8 03/15] t1092: replace incorrect 'echo' with 'cat'
  ` [PATCH v9 00/16] Sparse-index: integrate with status
    ` [PATCH v9 01/16] sparse-index: skip indexes with unmerged entries
    ` [PATCH v9 02/16] sparse-index: include EXTENDED flag when expanding
    ` [PATCH v9 03/16] t1092: replace incorrect 'echo' with 'cat'
    ` [PATCH v9 04/16] t1092: expand repository data shape
    ` [PATCH v9 05/16] t1092: add tests for status/add and sparse files
    ` [PATCH v9 06/16] unpack-trees: preserve cache_bottom
    ` [PATCH v9 07/16] unpack-trees: compare sparse directories correctly
    ` [PATCH v9 08/16] unpack-trees: rename unpack_nondirectories()
    ` [PATCH v9 09/16] unpack-trees: unpack sparse directory entries
    ` [PATCH v9 10/16] dir.c: accept a directory as part of cone-mode patterns
    ` [PATCH v9 11/16] diff-lib: handle index diffs with sparse dirs
    ` [PATCH v9 12/16] status: skip sparse-checkout percentage with sparse-index
    ` [PATCH v9 13/16] status: use sparse-index throughout
    ` [PATCH v9 14/16] wt-status: expand added sparse directory entries
    ` [PATCH v9 15/16] fsmonitor: integrate with sparse index
    ` [PATCH v9 16/16] t1092: document bad sparse-checkout behavior

[PATCH v2] Add commit, tag & push signing/verification via SSH keys using ssh-keygen
 2021-07-14 20:32 UTC  (15+ messages)
` [PATCH v3 0/9] RFC: Add commit & tag "
  ` [PATCH v3 1/9] Add commit, tag & push signing via SSH keys
  ` [PATCH v3 2/9] ssh signing: add documentation
  ` [PATCH v3 3/9] ssh signing: retrieve a default key from ssh-agent
  ` [PATCH v3 4/9] ssh signing: sign using either gpg or ssh keys
  ` [PATCH v3 5/9] ssh signing: provide a textual representation of the signing key
  ` [PATCH v3 6/9] ssh signing: parse ssh-keygen output and verify signatures
  ` [PATCH v3 7/9] ssh signing: add test prereqs
  ` [PATCH v3 8/9] ssh signing: duplicate t7510 tests for commits
  ` [PATCH v3 9/9] ssh signing: add more tests for logs, tags & push certs

[PATCH v2 0/2] extra: new concept of extra components
 2021-07-14 20:23 UTC  (3+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] completion: graduate out of contrib

[PATCH 2/3] send-pack: fix push nego. when remote has refs
 2021-07-14 19:33 UTC  (2+ messages)

[PATCH] refs file backend: remove dead "errno == EISDIR" code
 2021-07-14 19:07 UTC  (3+ messages)

[PATCH 1/3] send-pack: fix push.negotiate with remote helper
 2021-07-14 19:25 UTC  (2+ messages)

[PATCH] pull: abort if --ff-only is given and fast-forwarding is impossible
 2021-07-14 17:31 UTC  (6+ messages)

[Patch 0/3] includeIf series for worktrees
 2021-07-14 17:30 UTC  (6+ messages)
` [Patch 2/3] Documentation/config.txt: add worktree includeIf conditionals

[PATCH] push: make default consistent
 2021-07-14 16:49 UTC 

progress test failure on fedora34
 2021-07-14 16:35 UTC  (3+ messages)

[PATCH v1] load_ref_decorations(): fix decoration with tags
 2021-07-14 16:31 UTC  (10+ messages)
` [PATCH v2] "
                ` [PATCH v3] "

[PATCH 00/19] [GSOC] cat-file: reuse ref-filter logic
 2021-07-14 16:24 UTC  (5+ messages)
` [PATCH 14/19] "

[PATCH 0/5] tests: migrate to "test-tool pkt-line"
 2021-07-14 16:22 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] tests: replace [de]packetize() shell+perl test-tool pkt-line
  ` [PATCH v2 4/5] tests: replace remaining packetize() with "test-tool pkt-line"
  ` [PATCH v3 0/5] tests: migrate to "
    ` [PATCH v3 1/5] serve tests: add missing "extra delim" test
    ` [PATCH v3 2/5] serve tests: use test_cmp in "protocol violations" test
    ` [PATCH v3 3/5] tests: replace [de]packetize() shell+perl test-tool pkt-line
    ` [PATCH v3 4/5] tests: replace remaining packetize() with "test-tool pkt-line"
    ` [PATCH v3 5/5] test-lib-functions.sh: remove unused [de]packetize() functions

[PATCH v2 0/6] add missing __attribute__((format))
 2021-07-14 16:07 UTC  (8+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] *.c static functions: don't forward-declare __attribute__
  ` [PATCH v3 2/5] sequencer.c: move static function to avoid forward decl
  ` [PATCH v3 3/5] *.c static functions: add missing __attribute__((format))
  ` [PATCH v3 4/5] *.h: add a few "
  ` [PATCH v3 5/5] advice.h: add missing __attribute__((format)) & fix usage

Default behavior of git pull
 2021-07-14 15:31 UTC  (2+ messages)

Bug with branches/merges in submodules
 2021-07-14 12:25 UTC  (4+ messages)

[PATCH v5 0/6] refs: cleanup errno sideband ref related functions
 2021-07-14 11:43 UTC  (16+ messages)
` [PATCH v6? 00/17] refs API: get rid of errno setting entirely
  ` [PATCH v6? 15/17] refs API: make resolve_ref_unsafe() not set errno
  ` [PATCH v7 0/6] refs: cleanup errno sideband ref related functions
    ` [PATCH v7 1/6] refs: remove EINVAL errno output from specification of read_raw_ref_fn
    ` [PATCH v7 2/6] refs/files-backend: stop setting errno from lock_ref_oid_basic
    ` [PATCH v7 3/6] refs: make errno output explicit for read_raw_ref_fn
    ` [PATCH v7 4/6] refs: add failure_errno to refs_read_raw_ref() signature
    ` [PATCH v7 5/6] refs: explicitly return failure_errno from parse_loose_ref_contents
    ` [PATCH v7 6/6] refs: make errno output explicit for refs_resolve_ref_unsafe

[PATCH 0/6] ci: speed-up the Windows parts of our GitHub workflow
 2021-07-14  8:51 UTC  (7+ messages)
` [PATCH 5/6] ci(vs-build): build with NO_GETTEXT

[PATCH v2 0/7] ci: speed-up the Windows parts of our GitHub workflow
 2021-07-14  8:47 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 6/7] ci(vs-build): build with NO_GETTEXT

[PATCH] l10n: allows to translate diff messages
 2021-07-14  0:18 UTC  (4+ messages)

[PATCH 0/7] Optimization batch 14: trivial directory resolution
 2021-07-14  0:19 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/7] merge-ort: add some more explanations in collect_merge_info_callback()


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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