git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-12 14:24:46 to 2022-02-15 22:47:02 UTC [more...]

[PATCH 0/2] Improvements to tests and docs for .gitattributes eol
 2022-02-15 22:46 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] t0027: add tests for eol without text in .gitattributes
  ` [PATCH v2 2/2] docs: correct documentation about eol attribute

What's cooking in git.git (Feb 2022, #02; Wed, 9)
 2022-02-15 22:40 UTC  (4+ messages)
` ds/sparse-checkout-requires-per-worktree-config (was Re: What's cooking in git.git (Feb 2022, #02; Wed, 9))

What's cooking in git.git (Feb 2022, #04; Tue, 15)
 2022-02-15 22:22 UTC  (3+ messages)
` ja/i18n-common-messages (was: What's cooking in git.git (Feb 2022, #04; Tue, 15))
` ab/ambiguous-object-name & ab/only-single-progress-at-once "

[PATCH v4 0/5] Sparse checkout: fix bug with worktree of bare repo
 2022-02-15 22:23 UTC  (13+ messages)
` [PATCH v5 "
  ` [PATCH v5 5/5] worktree: copy sparse-checkout patterns and config on add
  ` [PATCH v6 0/6] Sparse checkout: fix bug with worktree of bare repo
    ` [PATCH v6 1/6] Documentation: add extensions.worktreeConfig details
    ` [PATCH v6 5/6] worktree: copy sparse-checkout patterns and config on add

Optimization for "git clean -ffdx"
 2022-02-15 22:16 UTC  (3+ messages)

[PATCH 1/2] clean: avoid looking for nested repository when appropriate
 2022-02-15 22:16 UTC  (2+ messages)
` [PATCH 2/2] clean: avoid to differentiate untracked and ignored "

[PATCH] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*
 2022-02-15 22:13 UTC  (4+ messages)

[PATCH 0/8] fetch --recurse-submodules: fetch unpopulated submodules
 2022-02-15 22:06 UTC  (23+ messages)
` [PATCH 7/8] fetch: fetch unpopulated, changed submodules
` [PATCH v2 0/9] fetch --recurse-submodules: fetch unpopulated submodules
  ` [PATCH v2 1/9] t5526: introduce test helper to assert on fetches
  ` [PATCH v2 2/9] t5526: use grep "
  ` [PATCH v2 3/9] submodule: make static functions read submodules from commits
  ` [PATCH v2 4/9] submodule: inline submodule_commits() into caller
  ` [PATCH v2 5/9] submodule: store new submodule commits oid_array in a struct
  ` [PATCH v2 6/9] submodule: extract get_fetch_task()
  ` [PATCH v2 7/9] fetch: fetch unpopulated, changed submodules
  ` [PATCH v2 8/9] submodule: read shallows when finding "
  ` [PATCH v2 9/9] submodule: fix latent check_has_commit() bug

[PATCH] name-rev: replace --stdin with --annotate-stdin in synopsis
 2022-02-15 20:52 UTC 

Git in GSoC 2022?
 2022-02-15 20:34 UTC  (10+ messages)

[PATCH v4 0/3] Add cat-file --batch-command flag
 2022-02-15 19:39 UTC  (11+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/3] cat-file: add --batch-command mode
  ` [PATCH v6 0/4] Add cat-file --batch-command flag
    ` [PATCH v6 1/4] cat-file: rename cmdmode to transform_mode
    ` [PATCH v6 2/4] cat-file: introduce batch_mode enum to replace print_contents
    ` [PATCH v6 3/4] cat-file: add remove_timestamp helper
    ` [PATCH v6 4/4] cat-file: add --batch-command mode

Quoting of paths when pushing to Windows over SSH
 2022-02-15 18:15 UTC 

What's cooking in git.git (Feb 2022, #03; Sat, 12)
 2022-02-15 16:24 UTC  (5+ messages)
` js/use-builtin-add-i (was Re: What's cooking in git.git (Feb 2022, #03; Sat, 12))

[PATCH 00/23] Builtin FSMonitor Part 3
 2022-02-15 15:59 UTC  (24+ messages)
` [PATCH 01/23] fsm-listen-win32: handle shortnames
` [PATCH 02/23] t7527: test FS event reporing on macOS WRT case and Unicode
` [PATCH 03/23] t7527: test builtin FSMonitor watching repos with unicode paths
` [PATCH 04/23] t/helper/fsmonitor-client: create stress test
` [PATCH 05/23] fsmonitor-settings: bare repos are incompatible with FSMonitor
` [PATCH 06/23] fsmonitor-settings: stub in platform-specific incompatibility checking
` [PATCH 07/23] fsmonitor-settings: virtual repos are incompatible with FSMonitor
` [PATCH 08/23] fsmonitor-settings: stub in macOS-specific incompatibility checking
` [PATCH 09/23] fsmonitor-settings: remote repos on macOS are incompatible with FSMonitor
` [PATCH 10/23] fsmonitor-settings: remote repos on Windows "
` [PATCH 11/23] unpack-trees: initialize fsmonitor_has_run_once in o->result
` [PATCH 12/23] fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOS
` [PATCH 13/23] fsmonitor--daemon: print start message only if fsmonitor.announceStartup
` [PATCH 14/23] fsmonitor--daemon: cd out of worktree root
` [PATCH 15/23] fsmonitor--daemon: prepare for adding health thread
` [PATCH 16/23] fsmonitor--daemon: rename listener thread related variables
` [PATCH 17/23] fsmonitor--daemon: stub in health thread
` [PATCH 18/23] fsm-health-win32: add framework to monitor daemon health
` [PATCH 19/23] fsm-health-win32: force shutdown daemon if worktree root moves
` [PATCH 20/23] fsm-listen-darwin: shutdown daemon if worktree root is moved/renamed
` [PATCH 21/23] fsmonitor: optimize processing of directory events
` [PATCH 22/23] t7527: FSMonitor tests for directory moves
` [PATCH 23/23] t/perf/p7527: add perf test for builtin FSMonitor

[PATCH 0/7] RFC: sparse checkout: make --cone mode the default, and check add/set argument validity
 2022-02-15 15:15 UTC  (31+ messages)
` [PATCH 1/7] sparse-checkout: correct reapply's handling of options
` [PATCH 2/7] sparse-checkout: correctly set non-cone mode when expected
` [PATCH 3/7] sparse-checkout: pay attention to prefix for {set, add}
` [PATCH 4/7] sparse-checkout: error or warn when given individual files
` [PATCH 5/7] sparse-checkout: reject non-cone-mode patterns starting with a '#'
` [PATCH 6/7] sparse-checkout: reject arguments in cone-mode that look like patterns
` [PATCH 7/7] sparse-checkout: make --cone the default and deprecate --no-cone
` [PATCH v2 0/6] sparse checkout: fix a few bugs and check argument validity for set/add
  ` [PATCH v2 1/6] sparse-checkout: correct reapply's handling of options
  ` [PATCH v2 2/6] sparse-checkout: correctly set non-cone mode when expected
  ` [PATCH v2 3/6] sparse-checkout: pay attention to prefix for {set, add}
  ` [PATCH v2 4/6] sparse-checkout: error or warn when given individual files
  ` [PATCH v2 5/6] sparse-checkout: reject non-cone-mode patterns starting with a '#'
  ` [PATCH v2 6/6] sparse-checkout: reject arguments in cone-mode that look like patterns

[PATCH] name-rev: test showing failure with non-monotonic commit dates
 2022-02-15 14:48 UTC  (5+ messages)

[PATCH v6 00/16] submodule: convert the rest of 'update' to C
 2022-02-15  9:47 UTC  (27+ messages)
` [PATCH v7 00/20] "
  ` [PATCH v7 02/20] submodule--helper: refactor get_submodule_displaypath()
  ` [PATCH v7 03/20] submodule--helper: allow setting superprefix for init_submodule()
  ` [PATCH v7 04/20] submodule--helper: run update using child process struct
  ` [PATCH v7 09/20] submodule--helper: remove update-module-mode
  ` [PATCH v7 12/20] submodule--helper run-update-procedure: learn --remote
  ` [PATCH v7 15/20] submodule--helper: move functions around
  ` [PATCH v7 18/20] fixup! submodule--helper run-update-procedure: remove --suboid
  ` [PATCH v7 19/20] fixup! submodule--helper run-update-procedure: learn --remote

[PATCH 0/6] fetch: improve atomicity of `--atomic` flag
 2022-02-15  9:12 UTC  (13+ messages)
` [PATCH 1/6] fetch: increase test coverage of fetches
` [PATCH 2/6] fetch: backfill tags before setting upstream
` [PATCH 3/6] fetch: control lifecycle of FETCH_HEAD in a single place
` [PATCH 4/6] fetch: report errors when backfilling tags fails
` [PATCH 5/6] fetch: make `--atomic` flag cover backfilling of tags
` [PATCH 6/6] fetch: make `--atomic` flag cover pruning of refs

[PATCH v3 00/15] In-core git merge-tree ("Server side merges")
 2022-02-15  8:46 UTC  (17+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 01/12] merge-tree: rename merge_trees() to trivial_merge_trees()
  ` [PATCH v4 02/12] merge-tree: move logic for existing merge into new function
  ` [PATCH v4 03/12] merge-tree: add option parsing and initial shell for real merge function
  ` [PATCH v4 04/12] merge-tree: implement real merges
  ` [PATCH v4 05/12] merge-ort: split out a separate display_update_messages() function
  ` [PATCH v4 06/12] merge-tree: support including merge messages in output
  ` [PATCH v4 07/12] merge-ort: provide a merge_get_conflicted_files() helper function
  ` [PATCH v4 08/12] merge-tree: provide a list of which files have conflicts
  ` [PATCH v4 09/12] merge-tree: provide easy access to `ls-files -u` style info
  ` [PATCH v4 10/12] merge-tree: allow `ls-files -u` style info to be NUL terminated
  ` [PATCH v4 11/12] merge-tree: add a --allow-unrelated-histories flag
  ` [PATCH v4 12/12] git-merge-tree.txt: add a section on potentional usage mistakes

[PATCH] t0006: date_mode can leak .strftime_fmt member
 2022-02-15  3:04 UTC  (11+ messages)
` [PATCH 0/5] date.[ch] API: split from cache.h, add API docs, stop leaking memory
  ` [PATCH 2/5] date API: create a date.h, split from cache.h
  ` [PATCH 4/5] date API: add basic API docs
  ` [PATCH 5/5] date API: add and use a date_mode_release()
  ` [PATCH v2 0/5] date.[ch] API: split from cache.h, add API docs, stop leaking memory

[GSoC] Interest in "More Sparse Index Integrations" project idea
 2022-02-15  2:29 UTC  (5+ messages)

[PATCH] mailmap: change primary address for Derrick Stolee
 2022-02-14 19:50 UTC  (3+ messages)

[PATCH] dir: force untracked cache with core.untrackedCache
 2022-02-14 20:40 UTC  (3+ messages)

[PATCH 7/8] fetch: fetch unpopulated, changed submodules
 2022-02-14 18:04 UTC  (3+ messages)

[PATCH] clean: Use past tense for msg_remove, msg_skip_git_dir, and msg_skip_cwd
 2022-02-14 17:23 UTC  (3+ messages)

[PATCH 0/5] scalar: implement the subcommand "diagnose"
 2022-02-14 17:22 UTC  (17+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] archive: optionally add "virtual" files

[PATCH v3 0/4] A design for future-proofing fsync() configuration
 2022-02-14 17:17 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/4] core.fsync: introduce granular fsync control

[PATCH] forbid a hard reset before the initial commit
 2022-02-14 11:44 UTC  (5+ messages)
` [PATCH v2] hard reset safe mode

[GSoC] [PATCH 0/1] t0001: replace "test [-d|-f]" with test_path_is_* functions
 2022-02-14  8:53 UTC  (11+ messages)
` [GSoC] [PATCH 1/1] "

[PATCH 8/8] submodule: fix bug and remove add_submodule_odb()
 2022-02-14  2:52 UTC  (3+ messages)

[Bugreport] Git Checkout-Index from sub-folder
 2022-02-13 10:29 UTC 

[PATCH v6 0/5] teach submodules to know they're submodules
 2022-02-13  6:25 UTC  (6+ messages)

Custom subcommand help handlers
 2022-02-12 22:29 UTC  (13+ messages)

[PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns
 2022-02-12 20:46 UTC  (8+ messages)
` [v2.35.0 regression] some PCRE hangs under UTF-8 locale (was: [PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns)

[RFC] clarify licensing terms for .git/hooks/*.sample files
 2022-02-12 18:50 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).