git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-04-22 23:25:37 to 2022-04-27 17:29:12 UTC [more...]

[RFC PATCH] git-compat-util: avoid failing dir ownership checks if running priviledged
 2022-04-27 17:28 UTC  (22+ messages)
` [PATCH] git-compat-util: avoid failing dir ownership checks if running privileged

[PATCH 0/3] Updates to the safe.directory config option
 2022-04-27 17:06 UTC  (5+ 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

gitk regression in version 2.36.0
 2022-04-27 16:42 UTC  (14+ messages)
      ` [PATCH] 2.36 gitk/diff-tree --stdin regression fix
        ` [PATCH] t4013: diff-tree --stdin with pathspec

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

[RFC PATCH 0/6][GSoC] iterate dirs before or after their contents
 2022-04-27 16:00 UTC  (15+ messages)
` [RFC PATCH 1/6] t0066: improve readablity of dir-iterator tests
` [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

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

Git stash create with untracked files?
 2022-04-27 10:42 UTC 

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  (5+ messages)
    ` AW: "

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

use core.fsmonitor instead
 2022-04-26 23:40 UTC 

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

[PATCH] ci: make perforce installation optional in macOS
 2022-04-26 17:07 UTC  (18+ messages)
` [PATCH v2 0/2] ci: avoid perforce/brew issues affecting macOS
  ` [PATCH v2 1/2] ci: make failure to find perforce more user friendly
  ` [PATCH v3 0/4] ci: avoid perforce/brew issues affecting macOS
    ` [PATCH v3 1/4] ci: make failure to find perforce more user friendly
    ` [PATCH v3 2/4] ci: avoid brew for installing perforce
    ` [PATCH v3 3/4] ci: reintroduce prevention from perforce being quarantined in macOS
    ` [PATCH v3 4/4] CI: use https, not http to download binaries from perforce.com

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

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

[PATCH 1/1] Merge with untracked file that are the same without failure and test
 2022-04-26 16:13 UTC  (10+ messages)
` [PATCH v1 0/2] Be nicer to the user on tracked/untracked merge conflicts
  ` [PATCH v1 1/2] t7615: test how merge behave when there is untracked file
  ` [PATCH v1 2/2] merge with untracked file that are the same without failure

Too-loose checks for applying safe.directory rules?
 2022-04-26 11:08 UTC  (2+ messages)

Unify ref-filter formats with other pretty formats: GSoC'22
 2022-04-26  9:54 UTC  (4+ messages)

What's cooking in git.git (Apr 2022, #06; Mon, 25)
 2022-04-26  1:17 UTC 

[PATCH] submodule--helper: fix initialization of warn_if_uninitialized
 2022-04-25 20:56 UTC  (6+ messages)
` [PATCH v2] "

Suggestion for the --word-diff
 2022-04-25 19:34 UTC 

[PATCH 0/2] multi-pack-index: use real paths for --object-dir
 2022-04-25 18:58 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] midx: use real paths in lookup_multi_pack_index()
  ` [PATCH v2 2/3] multi-pack-index: use --object-dir real path
  ` [PATCH v2 3/3] cache: use const char * for get_object_directory()

[PATCH] reftable: avoid undefined behaviour breaking t0032
 2022-04-25 17:30 UTC  (14+ messages)
` [PATCH v2] "
  ` [RFC PATCH 0/2] reftable: remove poor man's SANITIZE=address, fix a memset() bug
    ` [RFC PATCH 1/2] reftable: remove the "return_block" abstraction
    ` [RFC PATCH 2/2] reftable: don't memset() a NULL from failed malloc()

help for git format-patch lost diffstat
 2022-04-25 17:25 UTC  (6+ messages)

[PATCH v2 0/9] sparse-checkout: make cone mode the default
 2022-04-25 14:38 UTC  (3+ messages)
` [PATCH v3 "

--help for git commands
 2022-04-25 13:55 UTC  (3+ messages)

No MERGE_HEAD available in pre-merge-commit hook
 2022-04-25 13:50 UTC 

[PATCH] clone: ignore invalid local refs in remote
 2022-04-25 13:47 UTC  (2+ messages)
` [PATCH v2] clone: die() instead of BUG() on bad refs

[GSoC][RFC][Proposal] Unify ref-filter formats with other pretty formats
 2022-04-25 13:34 UTC  (3+ messages)

[PATCH 0/3] [GSoC][Patch] area: t4202-log.sh, modernizing test script
 2022-04-25  9:45 UTC  (4+ messages)

[PATCH] show-branch: fix SEGFAULT on both --current & --reflog
 2022-04-25  7:33 UTC  (3+ messages)

[PATCH v3 0/2] adding new branch.autosetupmerge option "simple"
 2022-04-24 11:57 UTC  (12+ messages)
` [PATCH v4] merge: new autosetupmerge option 'simple' for matching branches

[PATCH] Documentation: git-log: Capitalize references to sections
 2022-04-24 11:40 UTC  (2+ messages)

help request: unable to merge UTF-16-LE "text" file
 2022-04-24  1:57 UTC  (4+ messages)

[PATCH v5 10/29] CI: move p4 and git-lfs variables to ci/install-dependencies.sh
 2022-04-24  0:25 UTC  (5+ messages)
` [PATCH] fixup! "

[PATCH] fixup! CI: use https, not http to download binaries from perforce.com
 2022-04-23 17:33 UTC  (3+ messages)

Corrupt name-rev output
 2022-04-23 16:47 UTC  (6+ messages)

[PATCH v1] rebase - recycle
 2022-04-23 16:34 UTC  (6+ messages)

git log --since to not stop after first old commit?
 2022-04-23 12:59 UTC  (10+ messages)
              ` [PATCH v6] log: "--since-as-filter" option is a non-terminating "--since" variant
                  ` [PATCH v7] "

git 2.36.0 regression: pre-commit hooks no longer have stdout/stderr as tty
 2022-04-23  4:24 UTC  (10+ 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 2/6] run-command tests: test stdout of run_command_parallel()
  ` [PATCH 3/6] run-command: add an "ungroup" option to run_process_parallel()
  ` [PATCH 4/6] hook tests: fix redirection logic error in 96e7225b310

Is it possible to treat symlinks just as normal files in Git?
 2022-04-22 23:40 UTC 

[PATCH v6] log: "--since-as-filter" option is a non-terminating "--since" variant
 2022-04-22 22:11 UTC 


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