git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-16 05:07:00 to 2021-09-17 21:38:24 UTC [more...]

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-09-17 21:38 UTC  (12+ messages)
` [PATCH 00/25] progress.c: various fixes + SZEDER's RFC code
  ` [PATCH 11/25] pack-bitmap-write.c: add a missing stop_progress()
  ` [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 0/4] pack-bitmap: permute existing namehash values
 2021-09-17 21:21 UTC  (27+ messages)
` [PATCH 4/4] t5326: test propagating hashcache values
` [PATCH v2 0/7] pack-bitmap: permute existing namehash values
  ` [PATCH v2 4/7] p5326: create missing 'perf-tag' tag
  ` [PATCH v2 5/7] p5326: don't set core.multiPackIndex unnecessarily
  ` [PATCH v2 6/7] p5326: generate pack bitmaps before writing the MIDX bitmap
  ` [PATCH v2 7/7] t5326: test propagating hashcache values
` [PATCH v3 0/7] pack-bitmap: permute existing namehash values
  ` [PATCH v3 1/7] t/helper/test-bitmap.c: add 'dump-hashes' mode
  ` [PATCH v3 2/7] pack-bitmap.c: propagate namehash values from existing bitmaps
  ` [PATCH v3 3/7] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
  ` [PATCH v3 4/7] p5326: create missing 'perf-tag' tag
  ` [PATCH v3 5/7] p5326: don't set core.multiPackIndex unnecessarily
  ` [PATCH v3 6/7] p5326: generate pack bitmaps before writing the MIDX bitmap
  ` [PATCH v3 7/7] t5326: test propagating hashcache values

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

[PATCH 2/9] midx: allow marking a pack as preferred
 2021-09-17 21:13 UTC  (5+ messages)
` [PATCH 3/5] commit-graph: use parse_options_concat()

Should `@` be really a valid git tag name?
 2021-09-17 20:53 UTC  (3+ messages)

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

[PATCH] unicode: update the width tables to Unicode 14
 2021-09-17 20:25 UTC  (2+ messages)

[QUESTION] How to add new configuration variable
 2021-09-17 20:02 UTC  (5+ messages)

Don't Call commit-msg Hooks With Empty Commit Messages
 2021-09-17 19:43 UTC  (4+ messages)

[PATCH 0/7] Builtin FSMonitor Part 1
 2021-09-17 19:41 UTC  (27+ 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-17 19:30 UTC  (10+ 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

data loss when doing ls-remote and piped to command
 2021-09-17 19:28 UTC  (12+ messages)

diff-index --cc no longer permitted, gitk is now broken (slightly)
 2021-09-17 18:41 UTC  (13+ messages)

More on fork-point
 2021-09-17 11:58 UTC 

Feature Request: Submodule Warning When Cloning Repos
 2021-09-17 16:26 UTC  (3+ messages)
  ` [EXT] "

[PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-09-17 11:59 UTC  (37+ 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
  ` [PATCH v6 09/22] cache.h: move object functions to object-store.h
  ` [PATCH v6 10/22] object-file.c: make parse_loose_header_extended() public
  ` [PATCH v6 13/22] object-file.c: split up ternary in parse_loose_header()
  ` [PATCH v6 14/22] object-file.c: stop dying "
  ` [PATCH v6 15/22] object-file.c: guard against future bugs in loose_object_info()
  ` [PATCH v6 18/22] object-file.c: use "enum" return type for unpack_loose_header()
  ` [PATCH v6 19/22] fsck: don't hard die on invalid object types
  ` [PATCH v6 21/22] fsck: report invalid types recorded in objects
  ` [PATCH v6 22/22] fsck: report invalid object type-path combinations

git repack -A -d doesn't remove objects found in alternates?
 2021-09-17 10:28 UTC  (3+ messages)

[PATCH 0/5] Builtin FSMonitor Part 2
 2021-09-17  6:44 UTC  (8+ 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 8/8] progress.c: add & assert a "global_progress" variable
 2021-09-16 21:34 UTC  (2+ messages)
` [PATCH 12/25] "

[PATCH 0/3] cvsserver: correctly validate pserver passwords
 2021-09-17  3:43 UTC  (5+ messages)
` [PATCH 2/3] git-cvsserver: protect against NULL in crypt(3)

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

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-16 22:16 UTC  (6+ messages)
` [PATCH v2 "

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

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

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

[PATCH v3] make: add INSTALL_STRIP option variable
 2021-09-16 19:23 UTC  (4+ 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

[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  (4+ messages)
` [PATCH v2] pack-revindex.h: correct the time complexity descriptions


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