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

[PATCH] ci: make perforce installation optional in macOS
 2022-04-23 14:25 UTC  (15+ 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 v2 2/2] ci: make perforce installation optional in macOS
  ` [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 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

git log --since to not stop after first old commit?
 2022-04-23 12:59 UTC  (14+ messages)
  ` [PATCH v3] git-log: add a --since=... --as-filter option
      ` [PATCH v4] "
          ` [PATCH v5] log: "--as-filter" option adjusts how "--since" cut-off works
      ` [PATCH v6] log: "--since-as-filter" option is a non-terminating "--since" variant
          ` [PATCH v7] "

a problem with git describe
 2022-04-23 11:27 UTC  (2+ messages)

gitk regression in version 2.36.0
 2022-04-23 10:13 UTC  (5+ messages)

[PATCH v1] rebase - recycle
 2022-04-23  9:17 UTC  (5+ messages)

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

git 2.36.0 regression: pre-commit hooks no longer have stdout/stderr as tty
 2022-04-23  4:24 UTC  (21+ 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] CI: select CC based on CC_PACKAGE (again)
 2022-04-22 22:46 UTC  (17+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v3 00/27] Builtin FSMonitor Part 3
 2022-04-22 21:29 UTC  (38+ messages)
` [PATCH v4 "
  ` [PATCH v4 04/27] fsmonitor-settings: bare repos are incompatible with FSMonitor
  ` [PATCH v5 00/28] Builtin FSMonitor Part 3
    ` [PATCH v5 23/28] fsmonitor: never set CE_FSMONITOR_VALID on submodules
    ` [PATCH v6 00/28] Builtin FSMonitor Part 3
      ` [PATCH v6 01/28] fsm-listen-win32: handle shortnames
      ` [PATCH v6 02/28] t7527: test FSMonitor on repos with Unicode root paths
      ` [PATCH v6 03/28] t/helper/fsmonitor-client: create stress test
      ` [PATCH v6 04/28] fsmonitor-settings: bare repos are incompatible with FSMonitor
      ` [PATCH v6 05/28] fsmonitor-settings: stub in Win32-specific incompatibility checking
      ` [PATCH v6 06/28] fsmonitor-settings: VFS for Git virtual repos are incompatible
      ` [PATCH v6 07/28] fsmonitor-settings: stub in macOS-specific incompatibility checking
      ` [PATCH v6 08/28] fsmonitor-settings: remote repos on macOS are incompatible
      ` [PATCH v6 09/28] fsmonitor-settings: remote repos on Windows "
      ` [PATCH v6 10/28] fsmonitor-settings: NTFS and FAT32 on MacOS "
      ` [PATCH v6 11/28] unpack-trees: initialize fsmonitor_has_run_once in o->result
      ` [PATCH v6 12/28] fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOS
      ` [PATCH v6 13/28] fsmonitor--daemon: cd out of worktree root
      ` [PATCH v6 14/28] fsmonitor--daemon: prepare for adding health thread
      ` [PATCH v6 15/28] fsmonitor--daemon: rename listener thread related variables
      ` [PATCH v6 16/28] fsmonitor--daemon: stub in health thread
      ` [PATCH v6 17/28] fsm-health-win32: add polling framework to monitor daemon health
      ` [PATCH v6 18/28] fsm-health-win32: force shutdown daemon if worktree root moves
      ` [PATCH v6 19/28] fsm-listen-darwin: shutdown daemon if worktree root is moved/renamed
      ` [PATCH v6 20/28] fsmonitor: optimize processing of directory events
      ` [PATCH v6 21/28] t7527: FSMonitor tests for directory moves
      ` [PATCH v6 22/28] t/perf/p7527: add perf test for builtin FSMonitor
      ` [PATCH v6 23/28] fsmonitor: never set CE_FSMONITOR_VALID on submodules
      ` [PATCH v6 24/28] t7527: test FSMonitor on case insensitive+preserving file system
      ` [PATCH v6 25/28] fsmonitor: on macOS also emit NFC spelling for NFD pathname
      ` [PATCH v6 26/28] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd
      ` [PATCH v6 27/28] t7527: test Unicode NFC/NFD handling on MacOS
      ` [PATCH v6 28/28] fsmonitor--daemon: allow --super-prefix argument

[PATCH] show-branch: fix SEGFAULT on both --current & --reflog
 2022-04-22 18:43 UTC  (3+ messages)

[PATCH 0/5] core: update our SHA-1 docs, use sha1collisiondetection on OSX too
 2022-04-22 18:56 UTC  (7+ messages)
` [PATCH 1/5] Makefile: create and use sections for "define" flag listing
` [PATCH 2/5] Makefile: really use and document sha1collisiondetection by default
` [PATCH 3/5] Makefile: rephrase the discussion of *_SHA1 knobs
` [PATCH 4/5] Makefile + hash.h: remove PPC_SHA1 implementation
` [PATCH 5/5] Makefile: use $(OBJECTS) instead of $(C_OBJ)

Corrupt name-rev output
 2022-04-22 18:44 UTC  (5+ messages)

[PATCH 0/2] CI: don't fail OSX tests due to brew v.s. perforce.com mis-match
 2022-04-22 18:46 UTC  (20+ messages)
` [PATCH 2/2] CI: don't care about SHA256 mismatch on upstream "perforce" package
` [PATCH 0/2] CI: don't fail OSX tests due to brew v.s. perforce.com mis-matchy
` [PATCH v2 0/3] CI: don't fail OSX tests due to brew v.s. perforce.com mis-match
  ` [PATCH v2 1/3] CI: run "brew install perforce" without past workarounds
  ` [PATCH v2 2/3] CI: don't care about SHA256 mismatch on upstream "perforce" package
  ` [PATCH v2 3/3] CI: use https, not http to download binaries from perforce.com

help request: unable to merge UTF-16-LE "text" file
 2022-04-22 18:42 UTC  (2+ messages)

Unify ref-filter formats with other pretty formats: GSoC'22
 2022-04-22 18:03 UTC  (3+ messages)

Should sendemail.confirm default to always?
 2022-04-22 17:09 UTC  (15+ messages)
  ` Failures in t9001-send-email
  ` [PATCH] send-email: always confirm by default

Git bug report - disk errors on Windows after push
 2022-04-22 16:13 UTC  (9+ messages)

git push locks up forever, file protocol
 2022-04-22 16:11 UTC  (5+ messages)

What's cooking in git.git (Apr 2022, #05; Mon, 18)
 2022-04-22 11:28 UTC  (5+ messages)
` ab/ci-setup-simplify (was Re: What's cooking in git.git (Apr 2022, #05; Mon, 18))

[PATCH] t3501: use test_path_is_* functions
 2022-04-22 11:26 UTC  (2+ messages)
` [PATCH v2] t3501: remove test -f and stop ignoring git <cmd> exit code

[RFC PATCH v2 00/13] bundle-uri: a "dumb CDN" for git
 2022-04-22  9:37 UTC  (4+ messages)
` [RFC PATCH v2 00/36] bundle-uri: a "dumb CDN" for git + TOC format

[GSoC][RFC][Proposal] Unify ref filters in pretty.{c,h}
 2022-04-22  8:42 UTC  (2+ messages)

[PATCH 0/4] Fix issues and a regression noted by valgrind
 2022-04-22  8:21 UTC  (9+ messages)
` [PATCH 1/4] tests: make RUNTIME_PREFIX compatible with --valgrind
` [PATCH 2/4] log test: skip a failing mkstemp() test under valgrind
` [PATCH 3/4] commit-graph.c: don't assume that stat() succeeds
` [PATCH 4/4] object-file: fix a unpack_loose_header() regression in 3b6a8db3b03

[PATCH 0/9] sparse-checkout: make cone mode the default
 2022-04-22  6:09 UTC  (28+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/9] sparse-checkout: make --cone "
  ` [PATCH v2 4/9] git-sparse-checkout.txt: update docs for deprecation of 'init'
  ` [PATCH v2 5/9] git-sparse-checkout.txt: shuffle some sections and mark as internal
  ` [PATCH v2 7/9] git-sparse-checkout.txt: flesh out non-cone mode pattern discussion a bit
  ` [PATCH v2 8/9] git-sparse-checkout.txt: mark non-cone mode as deprecated
  ` [PATCH v3 0/9] sparse-checkout: make cone mode the default
    ` [PATCH v3 1/9] tests: stop assuming --no-cone is the default mode for sparse-checkout
    ` [PATCH v3 2/9] sparse-checkout: make --cone the default
    ` [PATCH v3 3/9] git-sparse-checkout.txt: wording updates for the cone mode default
    ` [PATCH v3 4/9] git-sparse-checkout.txt: update docs for deprecation of 'init'
    ` [PATCH v3 5/9] git-sparse-checkout.txt: shuffle some sections and mark as internal
    ` [PATCH v3 6/9] git-sparse-checkout.txt: add a new EXAMPLES section
    ` [PATCH v3 7/9] git-sparse-checkout.txt: flesh out pattern set sections a bit
    ` [PATCH v3 8/9] git-sparse-checkout.txt: mark non-cone mode as deprecated
    ` [PATCH v3 9/9] Documentation: some sparsity wording clarifications

[ANNOUNCE] Git v2.36.0
 2022-04-21 22:47 UTC  (2+ messages)

[PATCH 0/2] diff- family --stat width
 2022-04-21 21:33 UTC  (4+ messages)
` [PATCH 1/2] diff- family --stat: use the full terminal width
` [PATCH 2/2] diff- family --stat: honour config option to limit graph width

[PATCH] show-branch: fix SEGFAULT when `--current` and `--reflog` together
 2022-04-21 21:25 UTC  (5+ messages)
` [PATCH v3 0/2] show-brach: segfault fix from Gregory David
  ` [PATCH v3 2/2] show-branch: fix SEGFAULT when `--current` and `--reflog` together
      ` [PATCH] show-branch: -g and --current are incompatible

Bare repositories in the working tree are a security risk
 2022-04-21 21:22 UTC  (10+ messages)

[PATCH 0/2] multi-pack-index: use real paths for --object-dir
 2022-04-21 20:28 UTC  (5+ messages)
` [PATCH 2/2] multi-pack-index: use --object-dir real path

[PATCH v3 00/29] CI: run "make" in CI "steps", improve UX
 2022-04-21 20:12 UTC  (9+ messages)
` [PATCH v4 00/31] "
  ` [PATCH v4 30/31] CI: have osx-gcc use gcc, not clang

[RFC PATCH v4 0/6] CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV"
 2022-04-21 18:36 UTC  (7+ messages)
` [RFC PATCH v5 00/10] "
  ` [RFC PATCH v5 05/10] ci: make it easier to find failed tests' logs in the GitHub workflow
  ` [RFC PATCH v5 06/10] tests: refactor --write-junit-xml code
  ` [RFC PATCH v5 07/10] test(junit): avoid line feeds in XML attributes
  ` [RFC PATCH v5 09/10] ci: use `--github-workflow-markup` in the GitHub workflow
  ` [RFC PATCH v5 10/10] ci: call `finalize_test_case_output` a little later

git log --since to not stop after first old commit?
 2022-04-07 15:43 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).