messages from 2022-10-20 17:06:59 to 2022-10-21 18:56:41 UTC [more...]
[PATCH] doc/cat-file: allow --use-mailmap for --batch options
2022-10-21 18:56 UTC (6+ messages)
[PATCH 0/3] a few config integer parsing fixes
2022-10-21 18:31 UTC (7+ messages)
` [PATCH 1/3] git_parse_unsigned: reject negative values
` [PATCH 2/3] config: require at least one digit when parsing numbers
` [PATCH 3/3] git_parse_signed(): avoid integer overflow
[PATCH 0/9] subtree: fix split and merge after annotated tag was squash-merged
2022-10-21 18:24 UTC (14+ messages)
` [PATCH 1/9] test-lib-functions: mark 'test_commit' variables as 'local'
` [PATCH 2/9] subtree: use 'git rev-parse --verify [--quiet]' for better error messages
` [PATCH 3/9] subtree: add 'die_incompatible_opt' function to reduce duplication
` [PATCH 4/9] subtree: prefix die messages with 'fatal'
` [PATCH 5/9] subtree: define a variable before its first use in 'find_latest_squash'
` [PATCH 6/9] subtree: use named variables instead of "$@" in cmd_pull
` [PATCH 7/9] subtree: process 'git-subtree-split' trailer in separate function
` [PATCH 8/9] subtree: fix squash merging after annotated tag was squashed merged
` [PATCH 9/9] subtree: fix split "
[PATCH] Documentation/build-docdep.perl: generate sorted output
2022-10-21 17:57 UTC (3+ messages)
[PATCH v3 0/8] rebase: make reflog messages independent of the backend
2022-10-21 17:54 UTC (15+ messages)
` [PATCH v4 "
` [PATCH v4 1/8] t3406: rework rebase reflog tests
` [PATCH v4 2/8] rebase --apply: improve fast-forward reflog message
` [PATCH v4 3/8] rebase --merge: fix reflog when continuing
` [PATCH v4 4/8] rebase --merge: fix reflog message after skipping
` [PATCH v4 5/8] rebase --apply: respect GIT_REFLOG_ACTION
` [PATCH v4 6/8] rebase --apply: make reflog messages match rebase --merge
` [PATCH v4 7/8] rebase --abort: improve reflog message
` [PATCH v4 8/8] rebase: cleanup action handling
[PATCH 0/8] [RFC] Enhance credential helper protocol to include auth headers
2022-10-21 17:08 UTC (8+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 1/6] http: read HTTP WWW-Authenticate response headers
` [PATCH v2 2/6] credential: add WWW-Authenticate header to cred requests
` [PATCH v2 3/6] http: store all request headers on active_request_slot
` [PATCH v2 4/6] http: move proactive auth to first slot creation
` [PATCH v2 5/6] http: set specific auth scheme depending on credential
` [PATCH v2 6/6] t5556-http-auth: add test for HTTP auth hdr logic
[PATCH] embargoed releases: also describe the git-security list and the process
2022-10-21 16:42 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/9] cmake: fix *nix & general issues, no test-lib.sh editing, ctest in CI
2022-10-21 15:55 UTC (19+ messages)
` [PATCH 1/9] cmake: don't copy chainlint.pl to build directory
` [PATCH 2/9] cmake: chmod +x the bin-wrappers/* & SCRIPT_{SH,PERL} & git-p4
` [PATCH 3/9] cmake & test-lib.sh: add a $GIT_SOURCE_DIR variable
` [PATCH 4/9] cmake: set "USE_LIBPCRE2" in "GIT-BUILD-OPTIONS" for test-lib.sh
` [PATCH 5/9] test-lib.sh: support a "GIT_TEST_BUILD_DIR"
` [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 8/9] cmake: copy over git-p4.py for t983[56] perforce test
` [PATCH 9/9] CI: add a "linux-cmake-test" to run cmake & ctest on linux
[BUG] Unicode filenames handling in `git log --stat`
2022-10-21 15:19 UTC (8+ messages)
` [PATCH v5 1/1] diff.c: When appropriate, use utf8_strwidth()
"submodule foreach" much slower than removed "submodule--helper --list"
2022-10-21 14:58 UTC (4+ messages)
[PATCH] git-gui: added Turkish translation
2022-10-21 10:24 UTC (2+ messages)
[PATCH v3 0/7] patch-id fixes and improvements
2022-10-21 9:33 UTC (9+ messages)
` [PATCH v4 0/6] "
` [PATCH v4 1/6] patch-id: fix stable patch id for binary / header-only
` [PATCH v4 2/6] patch-id: use stable patch-id for rebases
` [PATCH v4 3/6] builtin: patch-id: fix patch-id with binary diffs
` [PATCH v4 4/6] patch-id: fix patch-id for mode changes
` [PATCH v4 5/6] builtin: patch-id: add --verbatim as a command mode
` [PATCH v4 6/6] builtin: patch-id: remove unused diff-tree prefix
waitpid errors with shell aliases
2022-10-21 9:26 UTC
Soft bug: No chance to sign synthetic commits when using git subtree External
2022-10-21 7:52 UTC
[PATCH] ci: add address and undefined sanitizer tasks
2022-10-21 6:25 UTC (5+ messages)
Cloning remotely under git for Windows not working
2022-10-21 6:09 UTC (8+ messages)
linux-leaks CI failure on master
2022-10-21 6:04 UTC (7+ messages)
` [PATCH] Makefile: force -O0 when compiling with SANITIZE=leak
Change in behavior of included safe.directory in system config
2022-10-21 5:56 UTC (3+ messages)
[PATCH 0/7] shortlog: introduce `--group=<format>`
2022-10-21 5:53 UTC (31+ messages)
` [PATCH 4/7] shortlog: support arbitrary commit format `--group`s
` [PATCH 5/7] shortlog: implement `--group=author` in terms of `--group=<format>`
` [PATCH 7/7] shortlog: implement `--group=trailer` "
` [PATCH v2 0/6] shortlog: introduce `--group=<format>`
` [PATCH v2 1/6] shortlog: accept `--date`-related options
` [PATCH v2 2/6] shortlog: make trailer insertion a noop when appropriate
` [PATCH v2 3/6] shortlog: extract `--group` fragment for translation
` [PATCH v2 4/6] shortlog: support arbitrary commit format `--group`s
` [PATCH v2 5/6] shortlog: implement `--group=author` in terms of `--group=<format>`
` [PATCH v2 6/6] shortlog: implement `--group=committer` "
[PATCH v3 0/6] submodule: parallelize diff
2022-10-21 5:46 UTC (11+ messages)
` [PATCH v3 1/6] run-command: add pipe_output_fn to run_processes_parallel_opts
` [PATCH v3 2/6] run-command: add hide_output "
` [PATCH v3 3/6] submodule: strbuf variable rename
` [PATCH v3 4/6] submodule: move status parsing into function
` [PATCH v3 5/6] diff-lib: refactor match_stat_with_submodule
` [PATCH v3 6/6] diff-lib: parallelize run_diff_files for submodules
What's cooking in git.git (Oct 2022, #06; Wed, 19)
2022-10-21 4:55 UTC (4+ messages)
` tb/remove-unused-pack-bitmap
[PATCH] repack: don't remove .keep packs with `--pack-kept-objects`
2022-10-21 3:14 UTC (3+ messages)
[PATCH v2 0/2] archive: Add --recurse-submodules to git-archive command
2022-10-21 1:43 UTC (8+ messages)
` [PATCH v3 0/9] "
[PATCH] Makefile: use sha1collisiondetection by default on OSX and Darwin
2022-10-20 23:52 UTC (3+ messages)
git-send-email with GPG signed commits?
2022-10-21 0:12 UTC (13+ messages)
[PATCH 0/6] clone, submodule update: check out submodule branches
2022-10-21 0:01 UTC (12+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 1/7] clone: teach --detach option
` [PATCH v2 2/7] repo-settings: add submodule_propagate_branches
` [PATCH v2 3/7] submodule--helper clone: create named branch
` [PATCH v2 4/7] t5617: drop references to remote-tracking branches
` [PATCH v2 5/7] submodule: return target of submodule symref
` [PATCH v2 6/7] submodule update: refactor update targets
` [PATCH v2 7/7] clone, submodule update: create and check out branches
[PATCH 00/10] run-command API: add run_command_{l,sv}_opt()
2022-10-20 23:50 UTC (12+ messages)
` [PATCH v2 "
[PATCH 00/10] submodule: make it a built-in, remove git-submodule.sh
2022-10-20 23:18 UTC (15+ messages)
` [PATCH 02/10] git-submodule.sh: dispatch "sync" to helper
` [PATCH 04/10] git-submodule.sh: dispatch "foreach" "
` [PATCH 05/10] git-submodule.sh: dispatch "update" "
` [PATCH 06/10] git-submodule.sh: don't support top-level "--cached"
` [PATCH 07/10] submodule: make it a built-in, remove git-submodule.sh
` [PATCH 09/10] submodule: support sub-command-less "--recursive" option
` [PATCH 10/10] submodule: don't use a subprocess to invoke "submodule--helper"
[PATCH 0/5] core: update our SHA-1 docs, use sha1collisiondetection on OSX too
2022-10-20 23:01 UTC (18+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 3/4] Makefile: really use and document sha1collisiondetection by default
` [PATCH v3 0/9] Makefile & docs: document SHA-{1,256} behavior, fix bug
` [PATCH v3 1/9] Makefile: always (re)set DC_SHA1 on fallback
` [PATCH v3 2/9] INSTALL: remove discussion of SHA-1 backends
` [PATCH v3 3/9] Makefile: correct DC_SHA1 documentation
` [PATCH v3 4/9] Makefile: create and use sections for "define" flag listing
` [PATCH v3 5/9] Makefile: rephrase the discussion of *_SHA1 knobs
` [PATCH v3 6/9] Makefile: document default SHA-256 backend
` [PATCH v3 7/9] Makefile: document SHA-1 and SHA-256 default and selection order
` [PATCH v3 8/9] Makefile: document default SHA-1 backend on OSX
` [PATCH v3 9/9] Makefile: discuss SHAttered in *_SHA{1,256} discussion
[PATCH 00/12] fsmonitor: Implement fsmonitor for Linux
2022-10-20 22:01 UTC (10+ messages)
` [PATCH v2 "
[PATCH v2 0/7] Trace2 timers and counters and some cleanup
2022-10-20 20:55 UTC (15+ messages)
` [PATCH v3 0/8] "
` [PATCH v3 1/8] trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx
` [PATCH v3 2/8] tr2tls: clarify TLS terminology
` [PATCH v3 3/8] api-trace2.txt: elminate section describing the public trace2 API
` [PATCH v3 4/8] trace2: rename the thread_name argument to trace2_thread_start
` [PATCH v3 5/8] trace2: improve thread-name documentation in the thread-context
` [PATCH v3 6/8] trace2: convert ctx.thread_name from strbuf to pointer
` [PATCH v3 7/8] trace2: add stopwatch timers
` [PATCH v3 8/8] trace2: add global counter mechanism
rebase -i --update-refs can lead to deletion of branches
2022-10-20 20:49 UTC (2+ messages)
[PATCH] fsmonitor: long status advice adapted to the fsmonitor use case
2022-10-20 20:17 UTC (5+ messages)
[PATCH] tmp-objdir: do not opendir() when handling a signal
2022-10-20 18:21 UTC (3+ messages)
` Another possible instance of async-signal-safe opendir path callstack? (Was: [PATCH] tmp-objdir: do not opendir() when handling a signal)
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).