git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-12 17:56:42 to 2021-07-14 08:35:42 UTC [more...]

[PATCH v4 0/6] refs: cleanup errno sideband ref related functions
 2021-07-14  8:32 UTC  (16+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/6] refs/files-backend: stop setting errno from lock_ref_oid_basic
  ` [PATCH v5 4/6] refs: add failure_errno to refs_read_raw_ref() signature
  ` [PATCH v6? 00/17] refs API: get rid of errno setting entirely
    ` [PATCH v6? 08/17] refs file-backend.c: stop setting "EBUSY" in verify_lock()
    ` [PATCH v6? 15/17] refs API: make resolve_ref_unsafe() not set errno

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

[PATCH v1] load_ref_decorations(): fix decoration with tags
 2021-07-14  8:13 UTC  (11+ messages)
  ` [PATCH v2] "

[PATCH 0/3] Improve the documentation and warnings dealing with rename/copy limits
 2021-07-14  7:37 UTC  (18+ messages)
` [PATCH 1/3] doc: clarify documentation for "
` [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 0/5] tests: migrate to "test-tool pkt-line"
 2021-07-14  4:04 UTC  (19+ 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

UNLEAK(), leak checking in the default tests etc
 2021-07-14  3:23 UTC  (8+ 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] packfile: enhance the mtime of packfile by idx file
 2021-07-14  2:52 UTC  (4+ messages)
` [PATCH v2] packfile: freshen the mtime of packfile by configuration

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

[Patch 0/3] includeIf series for worktrees
 2021-07-14  1:04 UTC  (6+ messages)
` [Patch 1/3] config.c: add conditional include based on worktree
` [Patch 2/3] Documentation/config.txt: add worktree includeIf conditionals
` [Patch 3/3] t1305: add tests for includeIf:worktree

[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/6] add missing __attribute__((format))
 2021-07-14  0:15 UTC  (29+ messages)
` [PATCH 4/6] *.h: add a few "
` [PATCH 5/6] bugreport.c: tweak cmd_bugreport() to use __attribute__((printf))
` [PATCH 6/6] git-compat-util.h: add __attribute__((printf)) to git_*printf*
` [PATCH v2 0/6] add missing __attribute__((format))
  ` [PATCH v2 1/6] *.c static functions: don't forward-declare __attribute__
  ` [PATCH v2 2/6] sequencer.c: move static function to avoid forward decl
  ` [PATCH v2 3/6] *.c static functions: add missing __attribute__((format))
  ` [PATCH v2 4/6] *.h: add a few "
  ` [PATCH v2 5/6] advice.h: add missing __attribute__((format)) & fix usage
  ` [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 v6 00/14] Sparse-index: integrate with status
 2021-07-14  0:02 UTC  (19+ messages)
` [PATCH v7 00/16] "
  ` [PATCH v7 15/16] wt-status: expand added sparse directory entries
  ` [PATCH v8 00/15] Sparse-index: integrate with status
    ` [PATCH v8 03/15] t1092: replace incorrect 'echo' with 'cat'
    ` [PATCH v8 10/15] dir.c: accept a directory as part of cone-mode patterns
    ` [PATCH v8 11/15] diff-lib: handle index diffs with sparse dirs
    ` [PATCH v8 12/15] status: skip sparse-checkout percentage with sparse-index
    ` [PATCH v8 13/15] status: use sparse-index throughout
    ` [PATCH v8 14/15] wt-status: expand added sparse directory entries
    ` [PATCH v8 15/15] fsmonitor: integrate with sparse index

[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

[PATCH] ci: run `make sparse` as a GitHub workflow
 2021-07-13 22:41 UTC  (4+ messages)

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  (10+ 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  (36+ 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  (46+ messages)
  ` What actually is a branch?

[GSoC] My Git Dev Blog – Week 8
 2021-07-13  8:46 UTC  (3+ messages)

[PATCH v6 0/3] maintenance: add support for systemd timers on Linux
 2021-07-13  7:04 UTC  (10+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`

[PATCH v2 0/3] worktree: teach add to accept --reason with --lock
 2021-07-13  3:47 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] worktree: teach `add` to accept --reason <string> "

[PATCH v2 0/2] extra: new concept of extra components
 2021-07-13  1:19 UTC  (4+ messages)

git interpret-trailers: behavior with input without trailing newline
 2021-07-13  0:35 UTC  (2+ messages)

[PATCH] rev-list: add option for --pretty without header
 2021-07-13  0:15 UTC  (6+ messages)
` [PATCH v2] rev-list: add option for --pretty=format "

[PATCH] pull: abort if --ff-only is given and fast-forwarding is impossible
 2021-07-12 23:24 UTC  (15+ messages)

[Question] worktree vs. gitdir in [includeIf]
 2021-07-12 22:22 UTC  (3+ messages)

[RFC] Bump {diff,merge}.renameLimit ?
 2021-07-12 21:41 UTC  (5+ messages)

[PATCH] Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-12 21:16 UTC  (5+ messages)
` [PATCH v2] Add commit, tag & push "

[PATCH 0/3] Add a generated list of hooks in hook-list.h
 2021-07-12 20:55 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH] git-diff: fix missing --merge-base docs
 2021-07-12 20:52 UTC  (2+ messages)

[PATCH 00/19] [GSOC] cat-file: reuse ref-filter logic
 2021-07-12 20:38 UTC  (4+ messages)
` [PATCH 14/19] "

[PATCH 0/5] Sparse index: integrate with commit and checkout
 2021-07-12 18:46 UTC  (3+ messages)

[PATCH 0/3] strbuf.[ch]: add STRBUF_HINT_SIZE, don't hardcode 8192
 2021-07-12 17:58 UTC  (4+ messages)
` [PATCH 2/3] strbuf.h API users: don't hardcode 8192, use STRBUF_HINT_SIZE


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