git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-10-21 03:06:47 to 2022-10-23 20:08:39 UTC [more...]

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

[PATCH 0/4] repack tempfile-cleanup signal deadlock
 2022-10-23 18:08 UTC  (32+ 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] submodule: use strvec_pushf() for --super-prefix
 2022-10-23  6:47 UTC 

[PATCH 0/3] a few config integer parsing fixes
 2022-10-23  5:57 UTC  (16+ 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/4] Add some Glossary terms, and extra renormalize information
 2022-10-23  1:49 UTC  (6+ messages)
` [PATCH v2 0/3] Add some Glossary of terms information
  ` [PATCH v2 1/3] doc: use 'object database' not ODB or abbreviation
  ` [PATCH v2 2/3] glossary: add "commit graph" description
  ` [PATCH v2 3/3] glossary: add reachability bitmap description

[PATCH 0/2] merge-tree: batched merges
 2022-10-23  1:28 UTC  (3+ messages)
` [PATCH 1/2] merge-tree: update documentation for differences in -z output
` [PATCH 2/2] merge-tree: support multiple batched merges with --stdin

[PATCH 0/1] Git.pm: add semicolon after catch statement
 2022-10-22 23:19 UTC  (13+ messages)
` [PATCH v2 0/2] Fix behavior of Git.pm in unsafe bare repositories
  ` [PATCH v2 1/2] Git.pm: add semicolon after catch statement
  ` [PATCH v2 2/2] setup: allow Git.pm to do unsafe repo checking

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

git rebase crash: merge-ort.c:2622: apply_directory_rename_modifications: Assertion `ci->dirmask == 0' failed
 2022-10-22 19:06 UTC  (3+ messages)

[PATCH] merge-ort: fix bug with dir rename vs change dir to symlink
 2022-10-22 19:04 UTC 

Adding --force-if-newer flag to git push
 2022-10-22 17:48 UTC  (2+ messages)

[PATCH] pack-objects: introduce --exclude-delta=<pattern> option
 2022-10-22 17:00 UTC  (2+ messages)

[OUTREACHY] Unify ref-filter formats with other --pretty formats[Draft proposal]
 2022-10-22 11:43 UTC 

[PATCH 0/7] shortlog: introduce `--group=<format>`
 2022-10-22  0:31 UTC  (41+ messages)
` [PATCH 4/7] shortlog: support arbitrary commit format `--group`s
` [PATCH 5/7] shortlog: implement `--group=author` in terms of `--group=<format>`
` [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` "

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

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

[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] 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  (4+ messages)
` [PATCH v4 0/6] "
  ` [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 1/6] run-command: add pipe_output_fn to run_processes_parallel_opts
 2022-10-21  5:46 UTC  (5+ messages)
` [PATCH v3 2/6] run-command: add hide_output "

[PATCH] repack: don't remove .keep packs with `--pack-kept-objects`
 2022-10-21  3:14 UTC  (3+ messages)


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