git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-05-26 14:51:08 to 2022-05-30 18:48:51 UTC [more...]

[RFC PATCH 0/1] dir: consider worktree config in path recursion
 2022-05-30 18:48 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

[PATCH] ssh signing: Support ECDSA as literal SSH keys
 2022-05-30 17:45 UTC 

[PATCH v5 0/7] scalar: implement the subcommand "diagnose"
 2022-05-30 17:37 UTC  (21+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/7] archive: optionally add "virtual" files
  ` [PATCH v6+ 0/7] js/scalar-diagnose rebased
    ` [PATCH v6+ 1/7] archive: optionally add "virtual" files
    ` [PATCH v6+ 2/7] archive --add-virtual-file: allow paths containing colons
    ` [PATCH v6+ 3/7] scalar: validate the optional enlistment argument
    ` [PATCH v6+ 4/7] scalar: implement `scalar diagnose`
    ` [PATCH v6+ 5/7] scalar diagnose: include disk space information
    ` [PATCH v6+ 6/7] scalar: teach `diagnose` to gather packfile info
    ` [PATCH v6+ 7/7] scalar: teach `diagnose` to gather loose objects information

Excluding paths with wildcard not working with add -p
 2022-05-30 17:20 UTC  (7+ messages)
    ` [PATCH] pathspec: correct an empty string used as a pathspec element

[PATCH] revert: optionally refer to commit in the "reference" format
 2022-05-30 16:50 UTC  (8+ messages)
    ` [PATCH v3] "
    ` Side effects in Git's test suite, was Re: [PATCH] "

Investigating Cirrus CI FreeBSD failures
 2022-05-30 16:09 UTC  (2+ messages)

About GIT Internals
 2022-05-30 13:50 UTC  (8+ messages)

[PATCH] range-diff: show submodule changes irrespective of diff.submodule
 2022-05-30 13:46 UTC  (2+ messages)

request for development/build workflow suggestion/fix
 2022-05-30  9:31 UTC  (3+ messages)

[PATCH] urlmatch: create fetch.credentialsInUrl config
 2022-05-30  0:16 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] hook: provide GIT_HOOK for all hooks
 2022-05-28 17:24 UTC  (6+ messages)

[PATCH] setup: don't die if realpath(3) fails on getcwd(3)
 2022-05-28  1:27 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2 0/2] setup.c: make bare repo discovery optional
 2022-05-28  0:59 UTC  (10+ messages)
` [PATCH v3 0/5] config: introduce discovery.bare and protected config
  ` [PATCH v3 1/5] Documentation: define protected configuration
  ` [PATCH v3 2/5] config: read protected config with `git_protected_config()`
  ` [PATCH v3 3/5] setup.c: create `discovery.bare`
  ` [PATCH v3 4/5] config: include "-c" in protected config
  ` [PATCH v3 5/5] upload-pack: make uploadpack.packObjectsHook protected

Bug - remote.c:236: hashmap_put overwrote entry after hashmap_get returned NULL
 2022-05-28  0:13 UTC  (4+ messages)

[PATCH 0/5] usage API: add and use a bug() + BUG_if_bug()
 2022-05-27 22:53 UTC  (18+ messages)
` [PATCH 1/5] usage.c: add a non-fatal bug() function to go with BUG()
` [PATCH 2/5] parse-options.c: use new bug() API for optbug()
` [PATCH 4/5] receive-pack: use bug() and BUG_if_bug()
` [PATCH 5/5] cache-tree.c: "

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-05-27 22:38 UTC  (18+ messages)
` [WIP v2 0/5] "
  ` [WIP v2 1/5] t7002: add tests for moving out-of-cone file/directory
  ` [WIP v2 2/5] mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
  ` [WIP v2 3/5] mv: check if <destination> exists in index to handle overwriting
  ` [WIP v2 4/5] mv: add check_dir_in_index() and solve general dir check issue
  ` [WIP v2 5/5] mv: use update_sparsity() after touching sparse contents

What's cooking in git.git (May 2022, #07; Wed, 25)
 2022-05-27 21:35 UTC  (22+ messages)
` tb/cruft-packs (was Re: What's cooking in git.git (May 2022, #07; Wed, 25))
` tb/midx-race-in-pack-objects "
` sg/build-gitweb (was: "
  ` sg/build-gitweb
` jc/http-clear-finished-pointer (was: What's cooking in git.git (May 2022, #07; Wed, 25))
  ` Re* jc/http-clear-finished-pointer
` js/bisect-in-c (was: What's cooking in git.git (May 2022, #07; Wed, 25))
  ` js/bisect-in-c
` jx/l10n-workflow-change (was: What's cooking in git.git (May 2022, #07; Wed, 25))

[PATCH] transport: free local and remote refs in transport_push()
 2022-05-27 20:22 UTC  (3+ messages)
` [PATCH v3 0/3] fix memory leaks "

[PATCH v1 0/2] Be nicer to the user on tracked/untracked merge conflicts
 2022-05-27 19:55 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] t6436: tests how merge behave when there is untracked file with the same content
  ` [PATCH v2 2/4] merge with untracked file that are the same without failure
  ` [PATCH v2 3/4] add configuration variable corresponding to --overwrite-same-content
  ` [PATCH v2 4/4] error message now advice to use the new option

How to properly use git-subtree (and prevent it from adding merge commits)?
 2022-05-27 17:55 UTC  (2+ messages)

[PATCH 0/6] hook API: connect hooks to the TTY again, fixes a v2.36.0 regression
 2022-05-27 17:17 UTC  (21+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 5/8] run-command: add an "ungroup" option to run_process_parallel()
  ` [PATCH v2 8/8] hook API: fix v2.36.0 regression: hooks should be connected to a TTY
  ` [PATCH v3 0/2] hook API: connect hooks to the TTY again, fixes a v2.36.0 regression
    ` [PATCH v3 1/2] run-command: add an "ungroup" option to run_process_parallel()
    ` [PATCH v3 2/2] hook API: fix v2.36.0 regression: hooks should be connected to a TTY

[PATCH 0/3] Die preserve ggg
 2022-05-27 15:54 UTC  (21+ messages)
` [PATCH 1/3] rebase.c: state preserve-merges has been removed
` [PATCH 2/3] rebase: help users when dying with `preserve-merges`
` [PATCH 3/3] rebase: note `preserve` merges may be a pull config option

[PATCH] Makefile: build 'gitweb' in the default target
 2022-05-27  9:23 UTC  (4+ messages)

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

[PATCH 0/2] pack-objects: fix a pair of MIDX bitmap-related races
 2022-05-26 20:05 UTC  (5+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] builtin/pack-objects.c: ensure included `--stdin-packs` exist

[PATCH v4 3/9] Makefile: have "make pot" not "reset --hard"
 2022-05-26 19:17 UTC  (11+ messages)
` [PATCH] Makefile: dedup git-ls-files output to prevent duplicate targets

[PATCH 0/5] core: update our SHA-1 docs, use sha1collisiondetection on OSX too
 2022-05-26 19:02 UTC  (4+ messages)

[ANNOUNCE] Git Rev News edition 87
 2022-05-26 18:12 UTC 

[PATCH v4 0/9] Incremental po/git.pot update and new l10n workflow
 2022-05-26 17:32 UTC  (13+ messages)
` [PATCH v5 00/10] "
` [PATCH v5 01/10] Makefile: sort source files before feeding to xgettext
` [PATCH v5 02/10] Makefile: generate "po/git.pot" from stable LOCALIZED_C
` [PATCH v5 03/10] Makefile: have "make pot" not "reset --hard"
` [PATCH v5 04/10] i18n CI: stop allowing non-ASCII source messages in po/git.pot
` [PATCH v5 05/10] Makefile: remove duplicate and unwanted files in FOUND_SOURCE_FILES
` [PATCH v5 06/10] po/git.pot: this is now a generated file
` [PATCH v5 07/10] po/git.pot: don't check in result of "make pot"
` [PATCH v5 08/10] Makefile: add "po-update" rule to update po/XX.po
` [PATCH v5 09/10] Makefile: add "po-init" rule to initialize po/XX.po
` [PATCH v5 10/10] l10n: Document the new l10n workflow


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