git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-10-20 22:43:34 to 2022-10-22 00:22:10 UTC [more...]

[PATCH 0/4] repack tempfile-cleanup signal deadlock
 2022-10-22  0:21 UTC  (28+ messages)
` [PATCH 1/4] repack: convert "names" util bitfield to array
` [PATCH 2/4] repack: populate extension bits incrementally
` [PATCH 3/4] repack: use tempfiles for signal cleanup
` [PATCH 4/4] repack: drop remove_temporary_files()
` [PATCH v2 0/5] repack tempfile-cleanup signal deadlock
  ` [PATCH v2 1/5] repack: convert "names" util bitfield to array
  ` [PATCH v2 2/5] repack: populate extension bits incrementally
  ` [PATCH v2 3/5] repack: expand error message for missing pack files
  ` [PATCH v2 4/5] repack: use tempfiles for signal cleanup
  ` [PATCH v2 5/5] repack: drop remove_temporary_files()

[PATCH v2] embargoed releases: also describe the git-security list and the process
 2022-10-22  0:11 UTC  (4+ messages)
` [PATCH v3] "

Cloning remotely under git for Windows not working
 2022-10-22  0:05 UTC  (6+ messages)

[PATCH 0/7] shortlog: introduce `--group=<format>`
 2022-10-21 22:25 UTC  (44+ 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/7] shortlog: introduce `--group=<format>`
  ` [PATCH v3 1/7] shortlog: accept `--date`-related options
  ` [PATCH v3 2/7] shortlog: make trailer insertion a noop when appropriate
  ` [PATCH v3 3/7] shortlog: extract `--group` fragment for translation
  ` [PATCH v3 4/7] shortlog: support arbitrary commit format `--group`s
  ` [PATCH v3 5/7] shortlog: extract `shortlog_finish_setup()`
  ` [PATCH v3 6/7] shortlog: implement `--group=author` in terms of `--group=<format>`
  ` [PATCH v3 7/7] shortlog: implement `--group=committer` "

'git commit .' in a subdirectory also commits staged files in other subdirectories
 2022-10-21 22:02 UTC  (3+ messages)

[BUG] Unicode filenames handling in `git log --stat`
 2022-10-21 21:59 UTC  (9+ messages)
` [PATCH v5 1/1] diff.c: When appropriate, use utf8_strwidth()

[PATCH v2 0/7] Trace2 timers and counters and some cleanup
 2022-10-21 21:51 UTC  (7+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 7/8] trace2: add stopwatch timers

[PATCH 0/9] subtree: fix split and merge after annotated tag was squash-merged
 2022-10-21 21:06 UTC  (15+ 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 0/3] a few config integer parsing fixes
 2022-10-21 20:17 UTC  (9+ 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

What's cooking in git.git (Oct 2022, #06; Wed, 19)
 2022-10-21 19:45 UTC  (5+ messages)
` tb/remove-unused-pack-bitmap

[PATCH] doc/cat-file: allow --use-mailmap for --batch options
 2022-10-21 18:56 UTC  (6+ messages)

[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 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

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

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

[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  (3+ messages)

[PATCH 0/6] clone, submodule update: check out submodule branches
 2022-10-21  0:01 UTC  (5+ messages)
` [PATCH v2 0/7] "

[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  (7+ messages)
` [PATCH 07/10] "
` [PATCH 09/10] submodule: support sub-command-less "--recursive" option
` [PATCH 10/10] submodule: don't use a subprocess to invoke "submodule--helper"

[PATCH v2 0/4] core: update our SHA-1 docs, use sha1collisiondetection on OSX too
 2022-10-20 23:01 UTC  (13+ messages)
` [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


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