git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-04-26 15:56:19 to 2022-04-30 04:14:28 UTC [more...]

[PATCH 00/23] add a new coccinelle semantic patch to enforce a
 2022-04-30  4:13 UTC  (3+ messages)
` [PATCH 01/23] contrib/coccinnelle: add equals-null.cocci
` [PATCH 02/23] apply.c: Fix coding style

Bug: `git show` honors path filters only for the first commit
 2022-04-30  2:22 UTC 

Bare repositories in the working tree are a security risk
 2022-04-30  1:14 UTC  (5+ messages)

Draft of Git Rev News edition 86
 2022-04-29 23:18 UTC 

git 2.36.0 regression: pre-commit hooks no longer have stdout/stderr as tty
 2022-04-29 23:09 UTC  (12+ messages)
` [PATCH 0/6] hook API: connect hooks to the TTY again, fixes a v2.36.0 regression
  ` [PATCH 1/6] run-command API: replace run_processes_parallel_tr2() with opts struct
  ` [PATCH 3/6] run-command: add an "ungroup" option to run_process_parallel()
  ` [PATCH 5/6] hook API: don't redundantly re-set "no_stdin" and "stdout_to_stderr"
  ` [PATCH 6/6] hook API: fix v2.36.0 regression: hooks should be connected to a TTY

Bugreport - submodules are fetched twice in some cases
 2022-04-29 20:37 UTC  (5+ messages)

git not compiling under MSYS2
 2022-04-29 20:31 UTC  (2+ messages)

Able to checkout same branch in multiple worktrees when using symbolic-refs
 2022-04-29 20:19 UTC  (2+ messages)

[RFC PATCH] git-compat-util: avoid failing dir ownership checks if running priviledged
 2022-04-29 20:05 UTC  (70+ messages)
` [PATCH] git-compat-util: avoid failing dir ownership checks if running privileged
  ` [RFC PATCH v2] "
    ` [PATCH 0/2] fix `sudo make install` regression in maint
      ` [PATCH 1/2] Documentation: explain how safe.directory works when running under sudo
      ` [PATCH 2/2] t: add tests for safe.directory when running with sudo
      ` [PATCH v2 0/3] fix `sudo make install` regression in maint
        ` [PATCH v2 1/3] git-compat-util: avoid failing dir ownership checks if running privileged
        ` [PATCH v2 2/3] Documentation: explain how safe.directory works when running under sudo
        ` [PATCH v2 3/3] t: add tests for safe.directory when running with sudo

[PATCH 0/3] Updates to the safe.directory config option
 2022-04-29 19:19 UTC  (13+ messages)
` [PATCH 0/3] t0033-safe-directory: test improvements and a documentation clarification
  ` [PATCH 1/3] t0033-safe-directory: check the error message without matching the trash dir
  ` [PATCH 2/3] t0033-safe-directory: check when 'safe.directory' is ignored
  ` [PATCH 3/3] safe.directory: document and check that it's ignored in the environment

[PATCH v3 0/2] adding new branch.autosetupmerge option "simple"
 2022-04-29 18:50 UTC  (18+ messages)
` [PATCH v4] merge: new autosetupmerge option 'simple' for matching branches
  ` [PATCH v5 0/3] New options to support "simple" centralized workflow
    ` [PATCH v5 1/3] branch: new autosetupmerge option 'simple' for matching branches
    ` [PATCH v5 2/3] push: default to single remote even when not named origin
    ` [PATCH v5 3/3] push: new config option "push.autoSetupRemote" supports "simple" push

[PATCH 0/2] diff- family --stat width
 2022-04-29 17:22 UTC  (3+ messages)

Fix for failing tests on Solaris
 2022-04-29 16:48 UTC  (3+ messages)

[PATCH 0/3] Improve MyFirstContribution's GitGitGadget section
 2022-04-29 16:27 UTC  (14+ messages)
` [PATCH 1/3] MyFirstContribution: move cover letter description to a separate file
` [PATCH 2/3] MyFirstContribution: also explain cover letter in GitGitGadget section
` [PATCH 3/3] MyFirstContribution: drop PR description for GGG single-patch contributions

git reset --hard can leave modified files
 2022-04-29 15:50 UTC 

Getting an odd diff
 2022-04-29 12:33 UTC 

Is there a reason why variable expansion is not allowed in git?
 2022-04-29 12:30 UTC 

[PATCH] run-command: don't spam trace2_child_exit()
 2022-04-28 21:46 UTC  (2+ messages)

What's cooking in git.git (Apr 2022, #07; Thu, 28)
 2022-04-28 20:00 UTC 

Git credentials lost after sysprep
 2022-04-28 17:02 UTC 

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

gitd-Domains updated and renewal (Urgent to Principal/CEO)(Case#211125)
 2022-04-28  2:16 UTC 

[PATCH] submodule--helper: fix initialization of warn_if_uninitialized
 2022-04-27 23:20 UTC  (9+ messages)
` [PATCH v2] "

Git stash create with untracked files?
 2022-04-27 21:54 UTC  (2+ messages)

[PATCH] Documentation: replace - use consistent 'replace reference'
 2022-04-27 21:01 UTC  (2+ messages)

use core.fsmonitor instead
 2022-04-27 20:41 UTC  (2+ messages)

gitk regression in version 2.36.0
 2022-04-27 20:03 UTC  (9+ messages)
` [PATCH] 2.36 gitk/diff-tree --stdin regression fix

Issues with git config blame. ignorerevsfile when file not found
 2022-04-27 20:03 UTC 

[PATCH 0/7] Sparse index: integrate with 'git stash'
 2022-04-27 18:16 UTC  (12+ messages)
` [PATCH 2/7] stash: integrate with sparse index
` [PATCH v2 0/7] Sparse index: integrate with 'git stash'
  ` [PATCH v2 1/7] stash: expand sparse-checkout compatibility testing
  ` [PATCH v2 2/7] stash: integrate with sparse index
  ` [PATCH v2 3/7] sparse-index: expose 'is_sparse_index_allowed()'
  ` [PATCH v2 4/7] read-cache: set sparsity when index is new
  ` [PATCH v2 5/7] merge-recursive: add merge function arg to 'merge_recursive_generic'
  ` [PATCH v2 6/7] stash: merge applied stash with merge-ort
  ` [PATCH v2 7/7] unpack-trees: preserve index sparsity

[RFC PATCH 0/6][GSoC] iterate dirs before or after their contents
 2022-04-27 17:30 UTC  (15+ messages)
` [RFC PATCH 3/6] dir-iterator: refactor dir_iterator_advance()
` [RFC PATCH 4/6] dir-iterator: iterate dirs before or after their contents
` [RFC PATCH 5/6] t0066: remove redundant tests
` [RFC PATCH 6/6] test-dir-iterator: handle EACCES errno by dir-iterator

[PATCH] setup: avoid uninitialized use of is_safe in ensure_valid_ownership
 2022-04-27 16:35 UTC  (5+ messages)

[PATCH 0/4] Sparse index integration with 'git show'
 2022-04-27 13:47 UTC  (9+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] t1092: add compatibility tests for "
  ` [PATCH v2 2/5] show: integrate with the sparse index
  ` [PATCH v2 3/5] object-name: reject trees found in the index
  ` [PATCH v2 4/5] object-name: diagnose trees in index properly
  ` [PATCH v2 5/5] rev-parse: integrate with sparse index

reference-transaction regression in 2.36.0-rc1
 2022-04-27 11:05 UTC  (8+ messages)

Error after update from 2.31.1 -> 2.36: Unable to negotiate with IP port X: no matching host key type found
 2022-04-27  6:05 UTC  (4+ messages)
    ` AW: "

GitBash Paste with Insert Key on Windows 10 not Working
 2022-04-27  0:50 UTC  (2+ messages)

Git user experience workshop
 2022-04-26 23:12 UTC  (3+ messages)

[PATCH] Added Curl Option to Override Request Method
 2022-04-26 21:28 UTC  (3+ messages)
` [PATCH v2] Added Curl Option to Override Request Method v2

[PATCH] git-p4: properly initialize the largefiles
 2022-04-26 20:40 UTC  (2+ messages)

a problem with git describe
 2022-04-26 17:15 UTC  (15+ messages)

[PATCH v2 0/2] ci: avoid perforce/brew issues affecting macOS
 2022-04-26 17:07 UTC  (5+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 2/4] ci: avoid brew for installing perforce

[Discussion] What is Git's Security Boundary?
 2022-04-26 17:00 UTC 

configure doesn't test all
 2022-04-26 16:57 UTC  (2+ 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).