messages from 2021-09-04 20:55:46 to 2021-09-07 18:12:55 UTC [more...]
expired key in junio-gpg-pub
2021-09-07 18:12 UTC
[hacky PATCH 0/2] speeding up trivial for-each-ref invocations
2021-09-07 18:01 UTC (17+ messages)
` [PATCH 1/2] ref-filter: hacky "streaming" mode
` [PATCH 2/2] ref-filter: implement "quick" formats
What's cooking in git.git (Sep 2021, #01; Thu, 2)
2021-09-07 17:39 UTC (10+ messages)
[PATCH v6 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
2021-09-07 17:35 UTC (5+ messages)
` [PATCH v7 "
[PATCH 0/8] Drop support for git rebase --preserve-merges
2021-09-07 17:33 UTC (21+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 5/7] rebase: drop support for `--preserve-merges`
` [PATCH v2 7/7] rebase: drop the internal `rebase--interactive` command
[PATCH v3 0/8] add a test mode for SANITIZE=leak, run it in CI
2021-09-07 16:51 UTC (8+ messages)
` [PATCH v4 0/3] "
` [PATCH v4 1/3] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
` [PATCH v4 2/3] CI: refactor "if" to "case" statement
` [PATCH v4 3/3] tests: add a test mode for SANITIZE=leak, run it in CI
[PATCH v9 0/3] maintenance: add support for systemd timers on Linux
2021-09-07 16:48 UTC (6+ messages)
` [PATCH v10 "
` [PATCH v10 1/3] cache.h: Introduce a generic "xdg_config_home_for(…)" function
` [PATCH v10 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`
` [PATCH v10 3/3] maintenance: add support for systemd timers on Linux
[PATCH 1/3] Add support for new %w wildcard in checkout filter
2021-09-07 16:33 UTC (7+ messages)
` [PATCH 2/3] Die if filter is attempted without a worktree
` [PATCH 3/3] Document the new gitattributes change
[PATCH 0/2] pack-write,repack: prevent opening packs too early
2021-09-07 16:07 UTC (8+ messages)
[PATCH 0/4] Gets rid of "if reflog exists, append to it regardless of config settings"
2021-09-07 15:53 UTC (21+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] refs: trim newline from reflog message
` [PATCH v2 2/5] test-ref-store: tweaks to for-each-reflog-ent format
` [PATCH v2 3/5] t1400: use test-helper ref-store to inspect reflog contents
` [PATCH v2 4/5] refs: drop force_create argument of create_reflog API
` [PATCH v2 5/5] RFC: refs: reflog entries aren't written based on reflog existence
` [PATCH v3 0/7] Gets rid of "if reflog exists, append to it regardless of config settings"
` [PATCH v3 1/7] show-branch: show reflog message
` [PATCH v3 2/7] refs: trim newline from "
` [PATCH v3 3/7] test-ref-store: tweaks to for-each-reflog-ent format
` [PATCH v3 4/7] t1400: use test-helper ref-store to inspect reflog contents
` [PATCH v3 5/7] refs: drop force_create argument of create_reflog API
` [PATCH v3 6/7] RFC: refs: reflog entries aren't written based on reflog existence
` [PATCH v3 7/7] refs: change log_ref_setup calling convention
[PATCH 00/13] submodule: convert the rest of 'update' to C
2021-09-07 13:50 UTC (23+ messages)
` [PATCH 01/13] submodule--helper: split up ensure_core_worktree()
` [PATCH 02/13] submodule--helper: get remote names from any repository
` [PATCH 03/13] submodule--helper: introduce get_default_remote_submodule()
` [PATCH 04/13] submodule--helper: rename helpers for update-clone
` [PATCH 05/13] submodule--helper: refactor get_submodule_displaypath()
` [PATCH 06/13] submodule: move core cmd_update() logic to C
` [PATCH 07/13] submodule: remove fetch_in_submodule shell function
` [PATCH 08/13] submodule--helper: remove update-clone subcommand
` [PATCH 09/13] submodule--helper: remove update-module-mode subcommand
` [PATCH 10/13] submodule--helper: remove shell interface to ensure_core_worktree()
` [PATCH 11/13] submodule--helper: remove print-default-remote subcommand
` [PATCH 12/13] submodule--helper: remove relative-path subcommand
` [PATCH 13/13] submodule--helper: remove run-update-procedure subcommand
[PATCH RESEND] bugreport: Add hint to answer questionnaire in English
2021-09-07 12:21 UTC (2+ messages)
[PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
2021-09-07 10:58 UTC (24+ 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 04/22] cat-file tests: test that --allow-unknown-type isn't on by default
` [PATCH v6 05/22] rev-list tests: test for behavior with invalid object types
` [PATCH v6 06/22] cat-file tests: add corrupt loose object test
` [PATCH v6 07/22] cat-file tests: test for current --allow-unknown-type behavior
` [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 11/22] object-file.c: add missing braces to loose_object_info()
` [PATCH v6 12/22] object-file.c: simplify unpack_loose_short_header()
` [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 16/22] object-file.c: return -1, not "status" from unpack_loose_header()
` [PATCH v6 17/22] object-file.c: return -2 on "header too long" in unpack_loose_header()
` [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 20/22] object-store.h: move read_loose_object() below 'struct object_info'
` [PATCH v6 21/22] fsck: report invalid types recorded in objects
` [PATCH v6 22/22] fsck: report invalid object type-path combinations
[PATCH 0/9] remove dead shell code
2021-09-07 10:22 UTC (13+ messages)
` [PATCH v2 0/7] remove dead & undocumented "
` [PATCH v2 1/7] git-sh-setup: remove unused git_pager() function
` [PATCH v2 2/7] git-sh-setup: remove unused sane_egrep() function
` [PATCH v2 3/7] git-sh-setup: move peel_committish() function to git-subtree.sh
` [PATCH v2 4/7] git-sh-setup: clear_local_git_env() function to git-submodule.sh
` [PATCH v2 5/7] git-sh-setup: remove unused "pull with rebase" message
` [PATCH v2 6/7] git-bisect: remove unused SHA-1 $x40 shell variable
` [PATCH v2 7/7] test-lib: remove unused $_x40 and $_z40 variables
Regression in git send-email parsing sendemail.* config values
2021-09-07 9:15 UTC (7+ messages)
` [PATCH] send-email: fix a "first config key wins" regression in v2.33.0
[PATCH 0/4] Compile-time extensions for list-object-filter
2021-09-07 8:59 UTC (10+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] Makefile for list-object-filter extensions
` [PATCH 3/4] Sample "
` [PATCH 4/4] Documentation for "
[PATCH v3 0/3] test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug'
2021-09-07 6:24 UTC (10+ messages)
` [PATCH v4 "
` [PATCH v4 1/3] test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'
` [PATCH v4 2/3] test-lib-functions: optionally keep HOME, TERM and SHELL "
` [PATCH v4 3/3] test-lib-functions: keep user's debugger config files and TERM in 'debug'
` [PATCH v5 0/3] test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug'
` [PATCH v5 1/3] test-lib-functions: use 'TEST_SHELL_PATH' in 'test_pause'
` [PATCH v5 2/3] test-lib-functions: optionally keep HOME, TERM and SHELL "
` [PATCH v5 3/3] test-lib-functions: keep user's debugger config files and TERM in 'debug'
Git in Outreachy?
2021-09-07 5:50 UTC (7+ messages)
[PATCH] ll-merge: teach ll_binary_merge() a trivial three-way merge
2021-09-07 2:32 UTC (5+ messages)
` [PATCH v2] apply: resolve trivial merge without hitting ll-merge with "--3way"
[PATCH v3 2/3] send-email: move bash completions to core script
2021-09-07 1:28 UTC (3+ messages)
` [PATCH] "
[PATCH v6 0/6] Finish converting git bisect to C part 4
2021-09-06 8:34 UTC (5+ messages)
` [PATCH v6 5/6] bisect--helper: reimplement `bisect_run` shell
[PATCH] Makefile: remove the check_bindir script
2021-09-06 7:55 UTC
[PATCH RESEND v3] make: add INSTALL_STRIP option variable
2021-09-06 6:49 UTC (4+ messages)
[PATCH 00/15] [RFC] Upstreaming the Scalar command
2021-09-06 1:12 UTC (9+ messages)
` [PATCH 11/15] scalar: allow reconfiguring an existing enlistment
` [PATCH v2 00/15] [RFC] Upstreaming the Scalar command
` [PATCH v2 08/15] scalar: implement the `clone` subcommand
[PATCH] test-tool run-command: remove dead "testsuite" code
2021-09-06 0:37 UTC
[PATCH v3] pretty: colorize pattern matches in commit messages
2021-09-06 0:28 UTC
Aborting 'rebase main feat' removes unversioned files
2021-09-05 22:31 UTC (9+ messages)
stash push/pop unstages files?
2021-09-05 19:19 UTC (4+ messages)
[PATCH] pretty: colorize pattern matches in commit messages
2021-09-05 18:01 UTC (2+ messages)
[RFC PATCH v2 0/4] developer: support pedantic
2021-09-05 7:54 UTC (3+ messages)
` [PATCH v3 0/3] support pedantic in developer mode
[PATCH v3 0/5] bundle: show progress on "unbundle"
2021-09-05 7:34 UTC (6+ messages)
` [PATCH v4 0/4] "
` [PATCH v4 1/4] bundle API: start writing API documentation
` [PATCH v4 2/4] bundle API: change "flags" to be "extra_index_pack_args"
` [PATCH v4 3/4] index-pack: add --progress-title option
` [PATCH v4 4/4] bundle: show progress on "unbundle"
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).