messages from 2022-10-25 09:48:31 to 2022-10-27 18:29:47 UTC [more...]
[PATCH v3 3/9] tree: increase test coverage for tree.c
2022-10-27 18:28 UTC (2+ messages)
[PATCH 0/8] run-command: remove run_command_v_*()
2022-10-27 18:28 UTC (10+ messages)
` [PATCH 1/8] merge: remove always-the-same "verbose" arguments
` [PATCH 2/8] bisect--helper: factor out do_bisect_run()
` [PATCH 3/8] use child_process members "args" and "env" directly
` [PATCH 4/8] use child_process member "args" instead of string array variable
` [PATCH 5/8] replace and remove run_command_v_opt_cd_env()
` [PATCH 6/8] replace and remove run_command_v_opt_tr2()
` [PATCH 7/8] replace and remove run_command_v_opt_cd_env_tr2()
` [PATCH 8/8] replace and remove run_command_v_opt()
[PATCH v2 0/2] archive: Add --recurse-submodules to git-archive command
2022-10-27 18:09 UTC (14+ messages)
` [PATCH v3 0/9] "
` [PATCH v3 1/9] tree: do not use the_repository for tree traversal methods
` [PATCH v3 4/9] tree: handle submodule case for read_tree_at properly
` [PATCH v3 8/9] archive: add --recurse-submodules to git-archive command
[PATCH] merge-tree.c: add --merge-base=<commit> option
2022-10-27 18:09 UTC (2+ messages)
Git add documentation error
2022-10-27 17:46 UTC (6+ messages)
[PATCH] Mention that password could be a personal access token
2022-10-27 17:40 UTC (2+ messages)
[OUTREACHY V2] Unify ref-filter formats with other --pretty formats[proposal]
2022-10-27 11:58 UTC
[PATCH 0/9] cmake: fix *nix & general issues, no test-lib.sh editing, ctest in CI
2022-10-27 3:35 UTC (26+ messages)
` [PATCH 6/9] cmake: use GIT_TEST_BUILD_DIR instead of editing hack
` [PATCH 7/9] cmake: support using GIT_TEST_OPTS from the environment
` [PATCH v2 00/11] cmake: document, fix on *nix, add CI
` [PATCH v2 01/11] cmake: don't "mkdir -p" and "cd" in build instructions
` [PATCH v2 02/11] cmake: update instructions for portable CMakeLists.txt
` [PATCH v2 03/11] cmake: don't copy chainlint.pl to build directory
` [PATCH v2 04/11] cmake: chmod +x the bin-wrappers/* & SCRIPT_{SH,PERL} & git-p4
` [PATCH v2 05/11] cmake & test-lib.sh: add a $GIT_SOURCE_DIR variable
` [PATCH v2 06/11] cmake: set "USE_LIBPCRE2" in "GIT-BUILD-OPTIONS" for test-lib.sh
` [PATCH v2 07/11] test-lib.sh: support a "GIT_TEST_BUILD_DIR"
` [PATCH v2 08/11] Makefile + cmake: use environment, not GIT-BUILD-DIR
` [PATCH v2 09/11] cmake: support GIT_TEST_OPTS, abstract away WIN32 defaults
` [PATCH v2 10/11] cmake: copy over git-p4.py for t983[56] perforce test
` [PATCH v2 11/11] CI: add a "linux-cmake-test" to run cmake & ctest on linux
[PATCH] index: add trace2 region for clear skip worktree
2022-10-27 0:04 UTC (6+ messages)
[PATCH 0/1] pack-bitmap.c: avoid exposing absolute paths
2022-10-26 23:19 UTC (4+ messages)
[PATCH v3 0/9] Makefile & docs: document SHA-{1,256} behavior, fix bug
2022-10-26 22:30 UTC (12+ messages)
` [PATCH v4 "
` [PATCH v4 1/9] Makefile: always (re)set DC_SHA1 on fallback
` [PATCH v4 2/9] INSTALL: remove discussion of SHA-1 backends
` [PATCH v4 3/9] Makefile: correct DC_SHA1 documentation
` [PATCH v4 4/9] Makefile: create and use sections for "define" flag listing
` [PATCH v4 5/9] Makefile: rephrase the discussion of *_SHA1 knobs
` [PATCH v4 6/9] Makefile: document default SHA-256 backend
` [PATCH v4 7/9] Makefile: document SHA-1 and SHA-256 default and selection order
` [PATCH v4 8/9] Makefile: document default SHA-1 backend on OSX
` [PATCH v4 9/9] Makefile: discuss SHAttered in *_SHA{1,256} discussion
[PATCH 0/9] subtree: fix split and merge after annotated tag was squash-merged
2022-10-26 21:38 UTC (14+ messages)
` [PATCH 1/9] test-lib-functions: mark 'test_commit' variables as 'local'
` [PATCH 3/9] subtree: add 'die_incompatible_opt' function to reduce duplication
` [PATCH 4/9] subtree: prefix die messages with 'fatal'
` [PATCH 9/9] subtree: fix split after annotated tag was squashed merged
[PATCH v2 0/2] gc: let feature.experimental imply gc.cruftPacks
2022-10-26 21:32 UTC (10+ messages)
` [PATCH v2 1/2] gc: add tests for --cruft and friends
` [PATCH v2 2/2] config: let feature.experimental imply gc.cruftPacks=true
` [PATCH v3 0/2] gc: let feature.experimental imply gc.cruftPacks
` [PATCH v3 1/2] gc: add tests for --cruft and friends
` [PATCH v3 2/2] config: let feature.experimental imply gc.cruftPacks=true
[PATCH 0/5] Makefile: split up $(test_bindir_programs)
2022-10-26 20:43 UTC (13+ messages)
` [PATCH v2 0/3] Makefile: fix issues with bin-wrappers/% rule
` [PATCH v2 1/3] Makefile: factor sed-powered '#!/bin/sh' munging into a variable
` [PATCH v2 2/3] Makefile: define "TEST_{PROGRAM,OBJS}" variables earlier
` [PATCH v2 3/3] Makefile: simplify $(test_bindir_programs) rule by splitting it up
[PATCH] Documentation/howto/maintain-git.txt: fix Meta/redo-jch.sh invocation
2022-10-26 20:35 UTC (2+ messages)
[PATCH] midx.c: clear auxiliary MIDX files first
2022-10-26 19:59 UTC (4+ messages)
What's cooking in git.git (Oct 2022, #07; Wed, 26)
2022-10-26 19:42 UTC (4+ messages)
` tb/repack-expire-to (was: Re: What's cooking in git.git (Oct 2022, #07; Wed, 26))
` tb/midx-cleanup-fix "
[PATCH 00/10] config API: make "multi" safe, fix numerous segfaults
2022-10-26 19:33 UTC (13+ messages)
` [PATCH 01/10] config API: have *_multi() return an "int" and take a "dest"
` [PATCH 02/10] for-each-repo: error on bad --config
` [PATCH 03/10] config API: mark *_multi() with RESULT_MUST_BE_USED
` [PATCH 04/10] string-list API: mark "struct_string_list" to "for_each_string_list" const
` [PATCH 05/10] string-list API: make has_string() and list_lookup() "const"
` [PATCH 06/10] builtin/gc.c: use "unsorted_string_list_has_string()" where appropriate
` [PATCH 07/10] config API: add and use "lookup_value" functions
` [PATCH 08/10] config tests: add "NULL" tests for *_get_value_multi()
` [PATCH 09/10] config API: add "string" version of *_value_multi(), fix segfaults
` [PATCH 10/10] for-each-repo: with bad config, don't conflate <path> and <cmd>
[PATCH v4 00/11] Bundle URIs III: Parse and download from bundle lists
2022-10-26 19:06 UTC (8+ messages)
` [PATCH v5 00/12] "
` [PATCH v5 09/12] bundle-uri: fetch a list of bundles
` [PATCH v5 12/12] bundle-uri: suppress stderr from remote-https
[PATCH v3 0/8] rebase: make reflog messages independent of the backend
2022-10-26 16:55 UTC (8+ messages)
` [PATCH v4 "
` [PATCH v4 3/8] rebase --merge: fix reflog when continuing
[PATCH v3 00/11] cocci: make "incremental" possible + a ccache-like tool
2022-10-26 14:20 UTC (14+ messages)
` [PATCH v4 00/12] "
` [PATCH v4 01/12] Makefile + shared.mak: rename and indent $(QUIET_SPATCH_T)
` [PATCH v4 02/12] cocci rules: remove unused "F" metavariable from pending rule
` [PATCH v4 03/12] Makefile: add ability to TAB-complete cocci *.patch rules
` [PATCH v4 04/12] Makefile: have "coccicheck" re-run if flags change
` [PATCH v4 05/12] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading
` [PATCH v4 06/12] cocci: split off include-less "tests" from SPATCH_FLAGS
` [PATCH v4 07/12] cocci: split off "--all-includes" "
` [PATCH v4 08/12] cocci: make "coccicheck" rule incremental
` [PATCH v4 09/12] cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES
` [PATCH v4 10/12] cocci rules: remove <id>'s from rules that don't need them
` [PATCH v4 11/12] cocci: run against a generated ALL.cocci
` [PATCH v4 12/12] spatchcache: add a ccache-alike for "spatch"
[PATCH v2 0/2] Document fsck msg ids
2022-10-26 11:35 UTC (10+ messages)
` [PATCH v3 0/4] document fsck error message ids
` [PATCH v3 1/4] fsck: remove the unused BAD_TAG_OBJECT
` [PATCH v3 2/4] fsck: remove the unused MISSING_TREE_OBJECT
` [PATCH v3 3/4] fsck: document msg-id
` [PATCH v3 4/4] Documentation: add lint-fsck-msgids
[PATCH 0/3] a few config integer parsing fixes
2022-10-26 11:01 UTC (14+ messages)
` [PATCH 2/3] config: require at least one digit when parsing numbers
` [PATCH 3/3] git_parse_signed(): avoid integer overflow
Thanks
2022-10-26 9:36 UTC (4+ messages)
[PATCH] apply: Allow creating files with git patches
2022-10-26 8:57 UTC (2+ messages)
Handling rebasing better
2022-10-26 8:31 UTC (4+ messages)
[PATCH] apply: reject patches larger than ~1 GiB
2022-10-26 5:55 UTC (2+ messages)
[PATCH] negotiator/skipping: avoid stack overflow
2022-10-25 23:52 UTC (2+ messages)
[PATCH] branch: error and informative messages
2022-10-25 23:52 UTC (5+ messages)
[PATCH] branch: error copying or renaming a detached HEAD
2022-10-25 23:50 UTC (2+ messages)
[PATCH] branch: error code with --edit-description
2022-10-25 23:43 UTC (2+ messages)
FORCE_DIR_SET_GID denied inside nix's build sandbox
2022-10-25 22:40 UTC (3+ messages)
[PATCH v2 7/7] clone, submodule update: create and check out branches
2022-10-25 21:49 UTC (3+ messages)
[PATCH v3 2/6] run-command: add hide_output to run_processes_parallel_opts
2022-10-25 21:22 UTC (5+ messages)
[PATCH v2 0/6] Enhance credential helper protocol to include auth headers
2022-10-25 20:49 UTC (3+ messages)
` git-credential.txt
[PATCH] Set git diff driver for C source code files
2022-10-25 19:26 UTC
Parallelism defaults and config options
2022-10-25 18:47 UTC (4+ messages)
[PATCH v3 1/6] run-command: add pipe_output_fn to run_processes_parallel_opts
2022-10-25 18:51 UTC (5+ messages)
[PATCH v2 2/7] repo-settings: add submodule_propagate_branches
2022-10-25 18:03 UTC (2+ messages)
[PATCH v2 3/7] submodule--helper clone: create named branch
2022-10-25 18:00 UTC (2+ messages)
Join us for Review Club!
2022-10-25 17:10 UTC
[PATCH 0/2] Document fsck msg ids
2022-10-25 16:07 UTC (5+ messages)
` [PATCH 2/2] fsck: document msg-id
[PATCH 0/4] Add some Glossary terms, and extra renormalize information
2022-10-25 15:53 UTC (10+ messages)
` [PATCH v2 0/3] Add some Glossary of terms information
` [PATCH v2 2/3] glossary: add "commit graph" description
` [PATCH v2 3/3] glossary: add reachability bitmap description
[PATCH v3 0/8] Trace2 timers and counters and some cleanup
2022-10-25 15:40 UTC (8+ messages)
` [PATCH v4 "
` [PATCH v4 1/8] trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx
[OUTREACHY] Unify ref-filter formats with other --pretty formats[Draft proposal]
2022-10-25 13:50 UTC (5+ messages)
[PATCH 0/3] Implement filtering repacks
2022-10-25 12:28 UTC (4+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] pack-objects: allow --filter without --stdout
` [PATCH v2 2/2] repack: add --filter=<filter-spec> option
[PATCH] chainlint: colorize problem annotations and test delimiters
2022-10-25 10:07 UTC (5+ messages)
` [PATCH v2] "
` chainlint.pl's new "deparse" output (was: [PATCH v2] [...])
waitpid errors with shell aliases
2022-10-25 9:47 UTC (3+ 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).