git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-13 16:10:33 to 2021-07-14 18:47:05 UTC [more...]

[PATCH 00/22] multi-pack reachability bitmaps
 2021-07-14 18:44 UTC  (12+ 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 18:42 UTC  (14+ 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] packfile: enhance the mtime of packfile by idx file
 2021-07-14 18:19 UTC  (8+ messages)
` [PATCH v2] packfile: freshen the mtime of packfile by configuration

Bug report: GIT_CONFIG and user.email/name
 2021-07-14 18:26 UTC  (3+ messages)

[PATCH v2] Add commit, tag & push signing/verification via SSH keys using ssh-keygen
 2021-07-14 18:19 UTC  (12+ 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 0/3] Improve the documentation and warnings dealing with rename/copy limits
 2021-07-14 17:57 UTC  (23+ 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)

[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

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

[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  (20+ 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] refs file backend: remove dead "errno == EISDIR" code
 2021-07-14 16:21 UTC  (2+ messages)

[PATCH 0/6] add missing __attribute__((format))
 2021-07-14 16:07 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/6] strbuf.h: add a comment about "missing" strftime() checking
  ` [PATCH v3 0/5] add missing __attribute__((format))
    ` [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

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

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

[PATCH v7 00/16] Sparse-index: integrate with status
 2021-07-14 15:08 UTC  (25+ 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

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  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] merge-ort: resolve paths early when we have sufficient information
  ` [PATCH v2 2/7] merge-ort: add some more explanations in collect_merge_info_callback()
  ` [PATCH v2 3/7] merge-ort: add data structures for allowable trivial directory resolves
  ` [PATCH v2 4/7] merge-ort: add a handle_deferred_entries() helper function
  ` [PATCH v2 5/7] merge-ort: defer recursing into directories when merge base is matched
  ` [PATCH v2 6/7] merge-ort: avoid recursing into directories when we don't need to
  ` [PATCH v2 7/7] merge-ort: restart merge with cached renames to reduce process entry cost

[PATCH 0/3] Push negotiation fixes
 2021-07-13 23:34 UTC  (9+ messages)
` [PATCH 1/3] send-pack: fix push.negotiate with remote helper
` [PATCH 2/3] send-pack: fix push nego. when remote has refs
` [PATCH 3/3] fetch: die on invalid --negotiation-tip hash

Documentation Typo
 2021-07-13 22:31 UTC  (2+ messages)
` [PATCH] doc/rev-list-options: fix duplicate word typo

[PATCH] revision: allow pseudo options after --end-of-options
 2021-07-13 21:13 UTC  (7+ messages)

Confusing interaction between 'rebase -i' and 'commit.verbose' when squashing commits
 2021-07-13 19:42 UTC  (2+ messages)

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-13 19:05 UTC  (34+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 02/34] fsmonitor--daemon: man page
  ` [PATCH v3 14/34] fsmonitor--daemon: implement 'start' command
  ` [PATCH v3 17/34] fsmonitor--daemon: define token-ids
  ` [PATCH v3 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows
  ` [PATCH v3 23/34] t/helper/test-touch: add helper to touch a series of files
  ` [PATCH v3 24/34] t/perf/p7519: speed up test using "test-tool touch"

PATCH: improve git switch documentation
 2021-07-13 16:10 UTC  (23+ messages)
      ` What actually is a branch?


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