git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-14 08:40:09 to 2021-07-15 14:33:54 UTC [more...]

[PATCH 00/22] multi-pack reachability bitmaps
 2021-07-15 14:33 UTC  (19+ 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
  ` [PATCH v2 06/24] midx: make a number of functions non-static
  ` [PATCH v2 14/24] pack-bitmap: write multi-pack bitmaps

[PATCH 0/7] Optimization batch 14: trivial directory resolution
 2021-07-15 14:32 UTC  (6+ messages)
` [PATCH v2 "
  ` [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 00/19] [GSOC] cat-file: reuse ref-filter logic
 2021-07-15 13:53 UTC  (8+ messages)
` [PATCH 14/19] "

[PATCH 0/3] Improve the documentation and warnings dealing with rename/copy limits
 2021-07-15 13:36 UTC  (33+ 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 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 v3 0/4] Rename/copy limits -- docs, warnings, and new defaults
    ` [PATCH v3 1/4] diff: correct warning message when renameLimit exceeded
    ` [PATCH v3 2/4] doc: clarify documentation for rename/copy limits
    ` [PATCH v3 3/4] diffcore-rename: treat a rename_limit of 0 as unlimited
    ` [PATCH v3 4/4] Bump rename limit defaults (yet again)

[PATCH 0/2] check-whitespace: two fixes
 2021-07-15 13:00 UTC  (8+ 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] parse-options: don't complete option aliases by default
 2021-07-15 12:58 UTC 

[PATCH v2] Add commit, tag & push signing/verification via SSH keys using ssh-keygen
 2021-07-15 10:43 UTC  (23+ 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] pull: abort if --ff-only is given and fast-forwarding is impossible
 2021-07-15  9:55 UTC  (2+ messages)

[PATCH 0/5] Handle conflicting pull options
 2021-07-15  9:48 UTC  (11+ messages)
` [PATCH 1/5] pull: move definitions of parse_config_rebase and parse_opt_rebase
` [PATCH 2/5] pull: convert OPT_PASSTHRU for fast-forward options to OPT_CALLBACK
` [PATCH 3/5] pull: handle conflicting rebase/merge options via last option wins
` [PATCH 4/5] pull: abort if --ff-only is given and fast-forwarding is impossible
` [PATCH 5/5] pull: abort by default when fast-forwarding is not possible

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

[PATCH] refs file backend: remove dead "errno == EISDIR" code
 2021-07-15  5:16 UTC  (6+ messages)

[PATCH v8 00/15] Sparse-index: integrate with status
 2021-07-15  2:41 UTC  (21+ messages)
` [PATCH v9 00/16] "
  ` [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 v3 0/3] worktree: teach add to accept --reason with --lock
 2021-07-15  2:32 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] t2400: clean up '"add" worktree with lock' test
  ` [PATCH v4 2/3] worktree: mark lock strings with `_()` for translation
  ` [PATCH v4 3/3] worktree: teach `add` to accept --reason <string> with --lock

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

[PATCH 0/4] add a test mode for SANITIZE=leak, run it in CI
 2021-07-14 22:56 UTC  (10+ messages)
` [PATCH v2 "
  ` [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

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

[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: improve git switch documentation
 2021-07-14 20:42 UTC  (24+ messages)
  ` What actually is a branch?

[PATCH 2/3] send-pack: fix push nego. when remote has refs
 2021-07-14 19:33 UTC  (2+ 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 v2 0/5] tests: migrate to "test-tool pkt-line"
 2021-07-14 16:22 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/5] tests: replace [de]packetize() shell+perl test-tool pkt-line

[PATCH v2 0/6] add missing __attribute__((format))
 2021-07-14 16:07 UTC  (3+ messages)
` [PATCH v3 0/5] "

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  (13+ messages)
` [PATCH v6? 00/17] refs API: get rid of errno setting entirely
  ` [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  (6+ 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


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