git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-11 18:16:10 to 2022-04-14 00:04:50 UTC [more...]

Bare repositories in the working tree are a security risk
 2022-04-14  0:04 UTC  (14+ messages)
` [PATCH] fsck: detect bare repos in trees and warn

What's cooking in git.git (Apr 2022, #03; Tue, 12)
 2022-04-13 23:51 UTC  (8+ messages)
  ` CVE-2022-24765 and core.sharedRepository (was: What's cooking in git.git (Apr 2022, #03; Tue, 12))
` ab/plug-leak-in-revisions "
  ` ab/plug-leak-in-revisions
` ab/ci-setup-simplify etc. (was: What's cooking in git.git (Apr 2022, #03; Tue, 12))

reference-transaction regression in 2.36.0-rc1
 2022-04-13 23:31 UTC  (9+ messages)

Pathological performance with git remote rename and many tracking refs
 2022-04-13 22:32 UTC 

[PATCH] Documentation/RelNotes: fix a typo in 2.36's relnotes
 2022-04-13 21:46 UTC  (3+ messages)

[PATCH 0/3] Updates to the safe.directory config option
 2022-04-13 21:45 UTC  (17+ messages)
` [PATCH 1/3] t0033: add tests for safe.directory
` [PATCH 2/3] setup: fix safe.directory key not being checked
` [PATCH 3/3] setup: opt-out of check with safe.directory=*

[PATCH 0/6] Importing and exporting stashes to refs
 2022-04-13 21:43 UTC  (17+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 3/4] builtin/stash: provide a way to export stashes to a ref
  ` [PATCH v4 4/4] builtin/stash: provide a way to import stashes from "

[PATCH v2 00/25] CI: run "make [test]" directly, use $GITHUB_ENV
 2022-04-13 21:08 UTC  (32+ messages)
` [PATCH v3 00/29] CI: run "make" in CI "steps", improve UX
  ` [PATCH v3 01/29] CI: run "set -ex" early in ci/lib.sh
  ` [PATCH v3 02/29] CI: make "$jobname" explicit, remove fallback
  ` [PATCH v3 03/29] CI: remove more dead Travis CI support
  ` [PATCH v3 04/29] CI: remove dead "tree skipping" code
  ` [PATCH v3 05/29] CI: remove unused Azure ci/* code
  ` [PATCH v3 06/29] CI/lib.sh: stop adding leading whitespace to $MAKEFLAGS
  ` [PATCH v3 07/29] CI: don't have "git grep" invoke a pager in tree content check
  ` [PATCH v3 08/29] CI: have "static-analysis" run a "make ci-static-analysis" target
  ` [PATCH v3 09/29] CI: have "static-analysis" run "check-builtins", not "documentation"
  ` [PATCH v3 10/29] CI: move p4 and git-lfs variables to ci/install-dependencies.sh
  ` [PATCH v3 11/29] CI: consistently use "export" in ci/lib.sh
  ` [PATCH v3 12/29] CI: export variables via a wrapper
  ` [PATCH v3 13/29] CI: remove "run-build-and-tests.sh", run "make [test]" directly
  ` [PATCH v3 14/29] ci/lib.sh: use "test" instead of "["
  ` [PATCH v3 15/29] CI: check ignored unignored build artifacts in "win[+VS] build" too
  ` [PATCH v3 16/29] CI: invoke "make artifacts-tar" directly in windows-build
  ` [PATCH v3 17/29] CI: split up and reduce "ci/test-documentation.sh"
  ` [PATCH v3 18/29] CI: combine ci/install{,-docker}-dependencies.sh
  ` [PATCH v3 19/29] CI: move "env" definitions into ci/lib.sh
  ` [PATCH v3 20/29] ci/run-test-slice.sh: replace shelling out with "echo"
  ` [PATCH v3 21/29] CI: pre-select test slice in Windows & VS tests
  ` [PATCH v3 22/29] CI: only invoke ci/lib.sh as "steps" in main.yml
  ` [PATCH v3 23/29] CI: narrow down variable definitions in --build and --test
  ` [PATCH v3 24/29] CI: add more variables to MAKEFLAGS, except under vs-build
  ` [PATCH v3 25/29] CI: set CC in MAKEFLAGS directly, don't add it to the environment
  ` [PATCH v3 26/29] CI: set SANITIZE=leak in MAKEFLAGS directly
  ` [PATCH v3 27/29] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case
  ` [PATCH v3 28/29] CI: don't use "set -x" in "ci/lib.sh" output
  ` [PATCH v3 29/29] CI: make it easy to use ci/*.sh outside of CI

[PATCH] [RFC] git-p4: improve encoding handling to support inconsistent encodings
 2022-04-13 20:41 UTC  (6+ messages)
` [PATCH v2] "

[GSoC] Contributor candidate introduction
 2022-04-13 20:55 UTC  (8+ messages)

[GSoC] [PATCH 0/1] draft proposal for reachability bitmap
 2022-04-13 20:44 UTC  (3+ messages)
` [PATCH 1/1] Initial draft proposal

[RFC] introducing git replay
 2022-04-13 20:06 UTC  (11+ messages)

[GSoC][RFC][PROPOSAL] Reachability bitmap improvements
 2022-04-13 20:03 UTC  (2+ messages)

[PATCH v5 00/27] revision.[ch]: add and use release_revisions()
 2022-04-13 20:01 UTC  (26+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/27] t/helper/test-fast-rebase.c: don't leak "struct strbuf"
  ` [PATCH v6 02/27] blame: use "goto cleanup" for cleanup_scoreboard()
  ` [PATCH v6 03/27] string_list API users: use string_list_init_{no,}dup
  ` [PATCH v6 04/27] format-patch: don't leak "extra_headers" or "ref_message_ids"
  ` [PATCH v6 05/27] cocci: add and apply free_commit_list() rules
  ` [PATCH v6 06/27] revision.[ch]: provide and start using a release_revisions()
  ` [PATCH v6 07/27] revisions API users: add straightforward release_revisions()
  ` [PATCH v6 08/27] revision.[ch]: document and move code declared around "init"
  ` [PATCH v6 09/27] revisions API users: use release_revisions() needing REV_INFO_INIT
  ` [PATCH v6 10/27] stash: always have the owner of "stash_info" free it
  ` [PATCH v6 11/27] revisions API users: add "goto cleanup" for release_revisions()
  ` [PATCH v6 12/27] revisions API users: use release_revisions() in http-push.c
  ` [PATCH v6 13/27] revisions API users: use release_revisions() in builtin/log.c
  ` [PATCH v6 14/27] revisions API users: use release_revisions() with UNLEAK()
  ` [PATCH v6 15/27] revisions API users: use release_revisions() for "prune_data" users
  ` [PATCH v6 16/27] revisions API: have release_revisions() release "commits"
  ` [PATCH v6 17/27] revisions API: have release_revisions() release "mailmap"
  ` [PATCH v6 18/27] revisions API: have release_revisions() release "cmdline"
  ` [PATCH v6 19/27] revisions API: have release_revisions() release "filter"
  ` [PATCH v6 20/27] revisions API: have release_revisions() release "grep_filter"
  ` [PATCH v6 21/27] revisions API: have release_revisions() release "prune_data"
  ` [PATCH v6 22/27] revisions API: clear "boundary_commits" in release_revisions()
  ` [PATCH v6 23/27] revisions API: release "reflog_info" in release revisions()
  ` [PATCH v6 24/27] revisions API: call diff_free(&revs->pruning) in revisions_release()

[RFC PATCH v3 0/6] CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV"
 2022-04-13 19:57 UTC  (8+ messages)
` [RFC PATCH v4 "
  ` [RFC PATCH v4 1/6] ci: make it easier to find failed tests' logs in the GitHub workflow
  ` [RFC PATCH v4 2/6] tests: refactor --write-junit-xml code
  ` [RFC PATCH v4 3/6] test(junit): avoid line feeds in XML attributes
  ` [RFC PATCH v4 4/6] ci: optionally mark up output in the GitHub workflow
  ` [RFC PATCH v4 5/6] ci: use `--github-workflow-markup` "
  ` [RFC PATCH v4 6/6] ci: call `finalize_test_case_output` a little later

Limitations of ownership checking fox for CVE-2022-24765
 2022-04-13 19:21 UTC  (4+ messages)

[GSoC][RFC][PROPOSAL] Reachability bitmap improvements
 2022-04-13 19:29 UTC  (2+ messages)

bugreport - SEGFAULT on 'git show-branch --current --reflog=3'
 2022-04-13 18:46 UTC  (4+ messages)

[WIP]: make merge nicer to the user
 2022-04-13 18:18 UTC  (6+ messages)
` [PATCH 0/1] Be nicer to the user on tracked/untracked merge conflicts
  ` [PATCH 1/1] Merge with untracked file that are the same without failure and test

[PATCH] Make a colon translatable
 2022-04-13 16:48 UTC  (8+ messages)

[PATCH 0/1] documentation: guide of best practices for GIT developer
 2022-04-13 16:36 UTC  (4+ messages)
` [PATCH 1/1] "

[L10N] Kickoff for Git 2.36.0 round #2
 2022-04-13  8:51 UTC 

git-bisect behaves differently when started in equivalent ways
 2022-04-13  8:37 UTC  (2+ messages)

Make commit messages optional
 2022-04-13  5:40 UTC  (22+ messages)

Too-loose checks for applying safe.directory rules?
 2022-04-13  5:26 UTC 

[GSoC] [PATCH] t1011: replace test -f with test_path_is_file
 2022-04-12 20:37 UTC  (4+ messages)
  ` [GSoC] [PATCH v2] "

Issue when using the fsmonitor-watchman hook?
 2022-04-12 19:27 UTC  (3+ messages)

[ANNOUNCE] Git v2.35.2 and below for CVE-2022-24765
 2022-04-12 18:05 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.35.2
 2022-04-12 17:38 UTC 

[ANNOUNCE] Git v2.36.0-rc2
 2022-04-12 17:03 UTC 

[PATCH v2 1/1] Makefile: add a prerequisite to the coverage-report target
 2022-04-12 16:02 UTC  (6+ messages)

[PATCH 0/4] Sparse index integration with 'git show'
 2022-04-12 15:45 UTC  (5+ messages)
` [PATCH 4/4] object-name: diagnose trees in index properly

[PATCH] i18n: fix some badly formatted i18n strings
 2022-04-12  9:03 UTC  (4+ messages)

[PATCH] tests: make SANITIZE=address imply TEST_NO_MALLOC_CHECK
 2022-04-12  7:44 UTC  (5+ messages)

git log --since to not stop after first old commit?
 2022-04-12  8:47 UTC  (4+ messages)
  ` [PATCH v3] git-log: add a --since=... --as-filter option

[PATCH v5 00/22] git-p4: Various code tidy-ups
 2022-04-11 19:13 UTC  (3+ messages)

4/11/2022 Order Inquiry
 2022-04-11 18:37 UTC 


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 NNTP newsgroup(s).