messages from 2021-10-15 09:43:57 to 2021-10-19 11:39:26 UTC [more...]
[PATCH v5 00/14] packfile-uris: commits, trees and tags exclusion
2021-10-19 11:38 UTC (6+ messages)
` [PATCH v6 00/12] packfile-uri: support excluding multiple object types
` [PATCH v6 01/12] objects.c: introduce `exclude_level` enum
` [PATCH v6 02/12] Introduce function `match_packfile_uri_exclusions`
` [PATCH v6 03/12] Replace `show_data` with structure `show_info`
` [PATCH v6 04/12] Introduce `uploadpack.excludeobject` configuration
[PATCH 0/2] some leak fixes on fs/ssh-signing-fix
2021-10-19 8:16 UTC (4+ messages)
` [PATCH 1/2] gpg-interface: fix leak of "line" in parse_ssh_output()
` [PATCH 2/2] gpg-interface: fix leak of strbufs in get_ssh_key_fingerprint()
[PATCH] unpack-objects: unpack large object in stream
2021-10-19 7:37 UTC (2+ messages)
What's cooking in git.git (Oct 2021, #05; Mon, 18)
2021-10-19 6:48 UTC
[PATCH v3] Documentation: specify base point when generating MyFirstContribution patchset
2021-10-19 4:36 UTC (5+ messages)
` Re* "
Git failed to pull after upgrading to 2.33.1, using choco
2021-10-19 2:57 UTC (3+ messages)
` 答复: "
Bug - added changes are not shown in the diff view anymore ( not added
2021-10-19 2:47 UTC (2+ messages)
[PATCH v4 3/4] submodule: record superproject gitdir during absorbgitdirs
2021-10-18 23:18 UTC (2+ messages)
[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
2021-10-18 22:11 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v3] branch: add flags and config to inherit tracking
[PATCH 00/13] [RFC] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
2021-10-18 21:28 UTC (3+ messages)
` [PATCH v2 00/14] "
[ANN] git-branchstack: make pull-requests without switching branches
2021-10-18 21:04 UTC (3+ messages)
[RFC PATCH 0/2] Conditional config includes based on remote URL
2021-10-18 20:48 UTC (2+ messages)
[PATCH 0/2] handling REF_STATUS_EXPECTING_REPORT over http
2021-10-18 20:26 UTC (4+ messages)
` [PATCH 1/2] send-pack: complain about "expecting report" with --helper-status
` [PATCH 2/2] transport-helper: recognize "expecting report" error from send-pack
[PATCH] for-each-ref: delay parsing of --sort=<atom> options
2021-10-18 18:32 UTC
[PATCH v3] archive: describe compression level option
2021-10-18 17:00 UTC (2+ messages)
[PATCH RFC] stash: implement '--staged' option for 'push' and 'save'
2021-10-18 16:09 UTC (9+ messages)
` [PATCH RFC v1] "
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/2] sparse-index: expand/collapse based on 'index.sparse'
2021-10-18 16:09 UTC (11+ messages)
` [PATCH 1/2] test-read-cache.c: prepare_repo_settings after config init
` [PATCH 2/2] sparse-index: update index read to consider index.sparse config
[PATCH v3] sparse index: fix use-after-free bug in cache_tree_verify()
2021-10-18 9:37 UTC (5+ messages)
` [PATCH v4] "
force deterministic trees on git push - exact sort-order of filenames
2021-10-18 5:38 UTC (6+ messages)
git tag -h fatal error with global tag.sort config
2021-10-18 5:24 UTC (3+ messages)
[PATCH] avoid insecure use of mail in man page example
2021-10-18 0:55 UTC (5+ messages)
Suggestion: Allow .gitattributes to specify executable mode
2021-10-17 21:11 UTC (2+ messages)
Build failure of 'seen'
2021-10-17 18:32 UTC (4+ messages)
[PATCH v13 1/3] grep: refactor next_match() and match_one_pattern() for external use
2021-10-17 9:44 UTC (15+ messages)
` [PATCH v13 2/3] pretty: colorize pattern matches in commit messages
` [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
[PATCH] apply: fix delete-then-new patch fail with 3way
2021-10-17 6:08 UTC (3+ messages)
Possible bug with checkout and submodules
2021-10-17 0:30 UTC (4+ messages)
[PATCH v2 00/13] hook.[ch]: new library to run hooks + simple hook conversion
2021-10-16 18:10 UTC (33+ messages)
` [PATCH v2 01/13] hook: add 'run' subcommand
` [PATCH v2 02/13] gc: use hook library for pre-auto-gc hook
` [PATCH v2 03/13] rebase: convert pre-rebase to use hook.h
` [PATCH v2 04/13] am: convert applypatch "
` [PATCH v2 05/13] hooks: convert 'post-checkout' hook to hook library
` [PATCH v2 06/13] merge: convert post-merge to use hook.h
` [PATCH v2 07/13] git hook run: add an --ignore-missing flag
` [PATCH v2 08/13] send-email: use 'git hook run' for 'sendemail-validate'
` [PATCH v2 09/13] git-p4: use 'git hook' to run hooks
` [PATCH v2 10/13] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
` [PATCH v2 11/13] read-cache: convert post-index-change to use hook.h
` [PATCH v2 12/13] receive-pack: convert push-to-checkout hook to hook.h
` [PATCH v2 13/13] run-command: remove old run_hook_{le,ve}() hook API
[PATCH 00/20] refs: stop having the API set "errno"
2021-10-16 9:39 UTC (23+ messages)
` [PATCH v2 00/21] "
` [PATCH v2 01/21] branch tests: test for errno propagating on failing read
` [PATCH v2 02/21] refs API: add a version of refs_resolve_ref_unsafe() with "errno"
` [PATCH v2 03/21] refs API: make refs_read_raw_ref() not set errno
` [PATCH v2 04/21] refs API: make parse_loose_ref_contents() "
` [PATCH v2 05/21] refs API: make refs_rename_ref_available() static
` [PATCH v2 06/21] reflog tests: add --updateref tests
` [PATCH v2 07/21] refs/files: remove "name exist?" check in lock_ref_oid_basic()
` [PATCH v2 08/21] refs API: remove refs_read_ref_full() wrapper
` [PATCH v2 09/21] refs API: make resolve_gitlink_ref() not set errno
` [PATCH v2 10/21] refs API: make loose_fill_ref_dir() "
` [PATCH v2 11/21] refs API: make files_copy_or_rename_ref() et al "
` [PATCH v2 12/21] refs API: ignore errno in worktree.c's add_head_info()
` [PATCH v2 13/21] refs API: ignore errno in worktree.c's find_shared_symref()
` [PATCH v2 14/21] refs tests: ignore ignore errno in test-ref-store helper
` [PATCH v2 15/21] refs API: make refs_resolve_refdup() not set errno
` [PATCH v2 16/21] refs API: make refs_ref_exists() "
` [PATCH v2 17/21] refs API: make resolve_ref_unsafe() "
` [PATCH v2 18/21] refs API: make expand_ref() & repo_dwim_log() "
` [PATCH v2 19/21] refs API: don't expose "errno" in run_transaction_hook()
` [PATCH v2 20/21] refs API: post-migration API renaming [1/2]
` [PATCH v2 21/21] refs API: post-migration API renaming [2/2]
[PATCH v2] archive: rewrite description for compression level option
2021-10-16 5:19 UTC (4+ messages)
[PATCH v2] Documentation: specify base point when generating MyFirstContribution patchset
2021-10-16 5:16 UTC (4+ messages)
[PATCH 0/4] doc lint: fix recent regression, make non-.PHONY
2021-10-16 5:13 UTC (8+ messages)
` [PATCH 1/4] doc lint: fix error-hiding regression
` [PATCH 2/4] doc lint: emit errors on STDERR
` [PATCH 3/4] doc build: speed up "make lint-docs"
` [PATCH 4/4] doc lint: make "lint-docs" non-.PHONY
[PATCH 1/1] signature-format.txt: add space to fix gpgsig continuation line
2021-10-15 23:29 UTC (11+ messages)
` [PATCH] signature-format.txt: explain and illustrate multi-line headers
[PATCH v3 0/3] Use default values from settings instead of config
2021-10-15 21:31 UTC (13+ messages)
` [PATCH v4 "
` [PATCH v5 "
` [PATCH v5 1/3] fsck: verify commit graph when implicitly enabled
` [PATCH v5 2/3] fsck: verify multi-pack-index when implictly enabled
` [PATCH v5 3/3] gc: perform incremental repack "
[PATCH 0/2] Sparse Index: diff and blame builtins
2021-10-15 21:20 UTC (6+ messages)
` [PATCH 1/2] diff: enable and test the sparse index
` [PATCH v2 0/2] Sparse Index: diff and blame builtins
` [PATCH v2 1/2] diff: enable and test the sparse index
` [PATCH v2 2/2] blame: "
What's cooking in git.git (Oct 2021, #04; Thu, 14)
2021-10-15 19:25 UTC (7+ messages)
` ab/test-cleanly-recreate-trash-directory
` Submodules UX overhaul update (was: What's cooking in git.git (Oct 2021, #04; Thu, 14))
` Submodules UX overhaul update
[PATCH v2 0/5] COPYING: modernize, steal boilerplate from linux.git
2021-10-15 16:36 UTC (4+ messages)
` [PATCH v3 0/2] tests: stop relying on top-level COPYING and README
` [PATCH v3 1/2] "lib-diff" tests: make "README" and "COPYING" test data smaller
[PATCH] Documentation: specify base point when generating MyFirstContribution patchset
2021-10-15 16:26 UTC (4+ messages)
[PATCH 0/3] commit-graph: make "verify" work with replace refs
2021-10-15 16:18 UTC (7+ messages)
` [PATCH 1/3] commit-graph tests: fix error-hiding graph_git_two_modes() helper
` [PATCH 2/3] commit-graph tests: fix another "
` [PATCH 3/3] commit-graph: don't consider "replace" objects with "verify"
[PATCH] checkout: fix "branch info" memory leaks
2021-10-15 16:00 UTC (7+ messages)
` To "const char *" and cast on free(), or "char *" and no cast
[RFC PATCH 0/6] ssh signing: verify key lifetime
2021-10-15 13:15 UTC (7+ messages)
` [RFC PATCH 1/6] ssh signing: extend check_signature to accept payload metadata
` [RFC PATCH 2/6] ssh signing: add key lifetime test prereqs
` [RFC PATCH 3/6] ssh signing: verify-commit/check_signature with commit date
` [RFC PATCH 4/6] ssh signing: git log/check_signature "
` [RFC PATCH 5/6] ssh signing: verify-tag/check_signature with tag date
` [RFC PATCH 6/6] ssh signing: fmt-merge-msg/check_signature "
[PATCH v2 0/5] Builtin FSMonitor Part 2
2021-10-15 12:03 UTC (3+ messages)
` [PATCH v3 "
Git submodule update remote keeps using previous default branch
2021-10-15 10:45 UTC (2+ messages)
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).