git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-15 08:11:00 to 2021-09-16 21:31:48 UTC [more...]

[hacky PATCH 0/2] speeding up trivial for-each-ref invocations
 2021-09-16 21:31 UTC  (11+ messages)
` [PATCH 1/2] ref-filter: hacky "streaming" mode

[PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-09-16 21:29 UTC  (13+ messages)
` [PATCH v6 00/22] "
  ` [PATCH v6 01/22] fsck tests: refactor one test to use a sub-repo
  ` [PATCH v6 02/22] fsck tests: add test for fsck-ing an unknown type
  ` [PATCH v6 03/22] cat-file tests: test for missing object with -t and -s
  ` [PATCH v6 05/22] rev-list tests: test for behavior with invalid object types
  ` [PATCH v6 08/22] object-file.c: don't set "typep" when returning non-zero

Possible git bug
 2021-09-16 21:21 UTC  (9+ messages)
      ` [PATCH] Document `rebase.forkpoint` in rebase man page

diff-index --cc no longer permitted, gitk is now broken (slightly)
 2021-09-16 21:15 UTC  (6+ messages)

[PATCH 0/2] (experimental) diff --quote-path-with-sp
 2021-09-16 20:59 UTC  (7+ messages)
` [PATCH 1/2] diff: simplify quote_two()
` [PATCH 2/2] diff: --quote-path-with-sp

data loss when doing ls-remote and piped to command
 2021-09-16 20:42 UTC  (8+ messages)

[PATCH 0/2] git-request-pull i18n
 2021-09-16 20:30 UTC  (7+ messages)
` [PATCH 1/2] request-pull: simplify "remote or HEAD" variable in warning messages
` [PATCH 2/2] request-pull: mark translatable strings

[PATCH 0/5] Builtin FSMonitor Part 2
 2021-09-16 19:54 UTC  (6+ messages)
` [PATCH 1/5] fsmonitor: enhance existing comments
` [PATCH 2/5] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
` [PATCH 3/5] fsmonitor: config settings are repository-specific
` [PATCH 4/5] fsmonitor: use IPC to query the builtin FSMonitor daemon
` [PATCH 5/5] fsmonitor: update fsmonitor config documentation

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-09-16 19:42 UTC  (8+ messages)
` [PATCH 00/25] progress.c: various fixes + SZEDER's RFC code
  ` [PATCH 12/25] progress.c: add & assert a "global_progress" variable
  ` [PATCH 13/25] progress.[ch]: move the "struct progress" to the header
  ` [PATCH 18/25] progress.c: emit progress on first signal, show "stalled"

[PATCH v3] make: add INSTALL_STRIP option variable
 2021-09-16 19:23 UTC  (4+ messages)

[PATCH 0/7] Builtin FSMonitor Part 1
 2021-09-16 19:13 UTC  (25+ messages)
` [PATCH 1/7] trace2: fix memory leak of thread name
` [PATCH 2/7] simple-ipc: preparations for supporting binary messages
` [PATCH 3/7] simple-ipc: move definition of ipc_active_state outside of ifdef
` [PATCH 4/7] simple-ipc/ipc-win32: add trace2 debugging
` [PATCH 5/7] simple-ipc/ipc-win32: add Windows ACL to named pipe
` [PATCH 6/7] run-command: create start_bg_command
` [PATCH 7/7] t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command

[PATCH v2 0/5] repo-settings.c: refactor for clarity, get rid of hacks etc
 2021-09-16 18:30 UTC  (6+ messages)
` [PATCH v2 1/5] wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c
` [PATCH v2 2/5] environment.c: remove test-specific "ignore_untracked..." variable
` [PATCH v2 3/5] read-cache & fetch-negotiator: check "enum" values in switch()
` [PATCH v2 4/5] repo-settings.c: simplify the setup
` [PATCH v2 5/5] repository.h: don't use a mix of int and bitfields

[RFC PATCH 1/2] refs: make _advance() check struct repo, not flag
 2021-09-16 17:26 UTC  (2+ messages)

[RFC PATCH 1/2] refs: make _advance() check struct repo, not flag
 2021-09-16 17:24 UTC  (2+ messages)

[PATCH 0/3] Use default values from settings instead of config
 2021-09-16 17:15 UTC  (4+ messages)
` [PATCH 3/3] gc: perform incremental repack when implictly enabled

[PATCH 0/2] t0000: truly leak free
 2021-09-16 16:53 UTC  (15+ messages)
` [PATCH 1/2] tree-diff: fix leak when not HAVE_ALLOCA
` [PATCH 2/2] t0000: avoid masking git exit value through pipes
` [PATCH v2 0/2] reroll for cb/plug-leaks-in-alloca-emu-users
  ` [PATCH v2 1/2] tree-diff: fix leak when not HAVE_ALLOCA_H
  ` [PATCH v2 2/2] t0000: avoid masking git exit value through pipes

Feature Request: Submodule Warning When Cloning Repos
 2021-09-16 16:59 UTC 

[PATCH v5 1/2] grep: refactor next_match() and match_one_pattern() for external use
 2021-09-16 14:09 UTC  (2+ messages)
` [PATCH v5 2/2] pretty: colorize pattern matches in commit messages

[PATCH] difftool: word spacing fix
 2021-09-16 11:39 UTC 

[PATCH v5 0/3] add a test mode for SANITIZE=leak, run it in CI
 2021-09-16 10:48 UTC  (4+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
  ` [PATCH v6 2/2] tests: add a test mode for SANITIZE=leak, run it in CI

[PATCH 00/13] submodule: convert the rest of 'update' to C
 2021-09-16 10:32 UTC  (10+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] submodule--helper: split up ensure_core_worktree()
  ` [PATCH v2 2/8] submodule--helper: get remote names from any repository
  ` [PATCH v2 3/8] submodule--helper: rename helpers for update-clone
  ` [PATCH v2 4/8] submodule--helper: refactor get_submodule_displaypath()
  ` [PATCH v2 5/8] submodule: move core cmd_update() logic to C
  ` [PATCH v2 6/8] submodule--helper: remove update-clone subcommand
  ` [PATCH v2 7/8] submodule--helper: remove unused helpers
  ` [PATCH v2 8/8] submodule--helper: rename helper functions

[PATCH v5 3/3] tests: add a test mode for SANITIZE=leak, run it in CI
 2021-09-16  6:14 UTC  (3+ messages)
` [PATCH] fixup! "

[PATCH v2 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-16  6:19 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 6/6] core.fsyncobjectfiles: enable batch mode for testing

[BUG REPORT] split-index behavior during interactive rebase
 2021-09-16  5:50 UTC 

[PATCH] pack-revindex.h: fix typos of time complexity
 2021-09-16  5:15 UTC  (6+ messages)
` [PATCH v2] pack-revindex.h: correct the time complexity descriptions

[PATCH] update-ref: fix streaming of status updates
 2021-09-16  4:39 UTC  (5+ messages)
  ` [PATCH] t1400: avoid SIGPIPE race condition on fifo

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-15 21:19 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] midx: expose `write_midx_file_only()` publicly
  ` [PATCH v2 2/8] builtin/multi-pack-index.c: support `--stdin-packs` mode
  ` [PATCH v2 3/8] midx: preliminary support for `--refs-snapshot`
  ` [PATCH v2 4/8] builtin/repack.c: keep track of existing packs unconditionally
  ` [PATCH v2 5/8] builtin/repack.c: extract showing progress to a variable
  ` [PATCH v2 6/8] builtin/repack.c: support writing a MIDX while repacking
  ` [PATCH v2 7/8] builtin/repack.c: make largest pack preferred
  ` [PATCH v2 8/8] builtin/repack.c: pass `--refs-snapshot` when writing bitmaps

[PATCH 00/13] [RFC] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-15 20:18 UTC  (18+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 01/14] t3705: test that 'sparse_entry' is unstaged
  ` [PATCH v2 04/14] dir: select directories correctly
  ` [PATCH v2 08/14] add: implement the --sparse option
  ` [PATCH v2 14/14] advice: update message to suggest '--sparse'

[PATCH RFC] gitweb: Handle non-ASCII email addresses
 2021-09-15 19:26 UTC 

[PATCH] submodule: extract path to submodule gitdir func
 2021-09-15 18:59 UTC 

[PATCH v2 00/15] [RFC] Upstreaming the Scalar command
 2021-09-15 17:51 UTC  (11+ messages)
` [PATCH v3 "
          ` Train station analogy, was "

[PATCH 0/9] reducing memory allocations for v2 servers
 2021-09-15 18:36 UTC  (43+ messages)
` [PATCH v2 0/11] limit "
  ` [PATCH v2 03/11] serve: add "receive" method for v2 capabilities table
  ` [PATCH v2 04/11] serve: provide "receive" function for object-format capability
  ` [PATCH v2 05/11] serve: provide "receive" function for session-id capability
  ` [PATCH v2 06/11] serve: drop "keys" strvec
  ` [PATCH v2 07/11] ls-refs: ignore very long ref-prefix counts
  ` [PATCH v2 09/11] serve: reject bogus v2 "command=ls-refs=foo"
  ` [PATCH v2 11/11] ls-refs: reject unknown arguments
    ` [PATCH v3 0/11] limit memory allocations for v2 servers
      ` [PATCH v3 01/11] serve: rename is_command() to parse_command()
      ` [PATCH v3 02/11] serve: return capability "value" from get_capability()
      ` [PATCH v3 03/11] serve: add "receive" method for v2 capabilities table
      ` [PATCH v3 04/11] serve: provide "receive" function for object-format capability
      ` [PATCH v3 05/11] serve: provide "receive" function for session-id capability
      ` [PATCH v3 06/11] serve: drop "keys" strvec
      ` [PATCH v3 07/11] ls-refs: ignore very long ref-prefix counts
      ` [PATCH v3 08/11] docs/protocol-v2: clarify some ls-refs ref-prefix details
      ` [PATCH v3 09/11] serve: reject bogus v2 "command=ls-refs=foo"
      ` [PATCH v3 10/11] serve: reject commands used as capabilities
      ` [PATCH v3 11/11] ls-refs: reject unknown arguments

[PATCH] send-email: Avoid incorrect header propagation
 2021-09-15 18:07 UTC  (4+ messages)

[PATCH v4] pretty: colorize pattern matches in commit messages
 2021-09-15 18:04 UTC  (2+ messages)

Suggestion for addition to error message upon push to a checked out repository
 2021-09-15 17:05 UTC 

[PATCH 0/5] rebase -i: a couple of small improvements
 2021-09-15 15:44 UTC  (8+ messages)
` [PATCH 4/5] rebase -i: don't fork git checkout

[PATCH 0/2] RFC: implement new zdiff3 conflict style
 2021-09-15 11:21 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] xdiff: implement a zealous diff3, or "zdiff3"

[PATCH 0/3] cvsserver: correctly validate pserver passwords
 2021-09-15  8:09 UTC  (4+ messages)
` [PATCH 1/3] git-cvsserver: use crypt correctly to compare password hashes
` [PATCH 2/3] git-cvsserver: protect against NULL in crypt(3)
` [PATCH 3/3] Documentation: cleanup git-cvsserver


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