git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-10 15:50:58 to 2022-02-13 09:02:26 UTC [more...]

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

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

[PATCH v6 00/16] submodule: convert the rest of 'update' to C
 2022-02-13  6:14 UTC  (21+ 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

Optimization for "git clean -ffdx"
 2022-02-13  3:25 UTC  (2+ messages)

[PATCH 0/7] RFC: sparse checkout: make --cone mode the default, and check add/set argument validity
 2022-02-13  0:39 UTC  (8+ 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

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

[PATCH] clean: Use past tense for msg_remove, msg_skip_git_dir, and msg_skip_cwd
 2022-02-12 22:29 UTC  (3+ 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)

[PATCH v3 00/15] In-core git merge-tree ("Server side merges")
 2022-02-12 20:34 UTC  (14+ 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

[RFC] clarify licensing terms for .git/hooks/*.sample files
 2022-02-12 18:50 UTC  (2+ messages)

Git in GSoC 2022?
 2022-02-12 18:12 UTC  (3+ messages)

[PATCH v3 0/4] A design for future-proofing fsync() configuration
 2022-02-12  0:39 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-11 23:03 UTC  (3+ messages)
` [PATCH v2] hard reset safe mode

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

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

[PATCH v4 00/29] Builtin FSMonitor Part 2
 2022-02-11 20:56 UTC  (32+ messages)
` [PATCH v5 00/30] "
  ` [PATCH v5 01/30] fsmonitor: enhance existing comments, clarify trivial response handling
  ` [PATCH v5 02/30] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
  ` [PATCH v5 03/30] fsmonitor: config settings are repository-specific
  ` [PATCH v5 04/30] fsmonitor: use IPC to query the builtin FSMonitor daemon
  ` [PATCH v5 05/30] fsmonitor: document builtin fsmonitor
  ` [PATCH v5 06/30] fsmonitor--daemon: add a built-in fsmonitor daemon
  ` [PATCH v5 07/30] fsmonitor--daemon: implement 'stop' and 'status' commands
  ` [PATCH v5 08/30] compat/fsmonitor/fsm-listen-win32: stub in backend for Windows
  ` [PATCH v5 09/30] compat/fsmonitor/fsm-listen-darwin: stub in backend for Darwin
  ` [PATCH v5 10/30] fsmonitor--daemon: implement 'run' command
  ` [PATCH v5 11/30] fsmonitor--daemon: implement 'start' command
  ` [PATCH v5 12/30] fsmonitor--daemon: add pathname classification
  ` [PATCH v5 13/30] fsmonitor--daemon: define token-ids
  ` [PATCH v5 14/30] fsmonitor--daemon: create token-based changed path cache
  ` [PATCH v5 15/30] compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on Windows
  ` [PATCH v5 16/30] compat/fsmonitor/fsm-listen-darwin: add macos header files for FSEvent
  ` [PATCH v5 17/30] compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOS
  ` [PATCH v5 18/30] fsmonitor--daemon: implement handle_client callback
  ` [PATCH v5 19/30] help: include fsmonitor--daemon feature flag in version info
  ` [PATCH v5 20/30] t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
  ` [PATCH v5 21/30] t7527: create test for fsmonitor--daemon
  ` [PATCH v5 22/30] t/perf: avoid copying builtin fsmonitor files into test repo
  ` [PATCH v5 23/30] t/helper/test-chmtime: skip directories on Windows
  ` [PATCH v5 24/30] t/perf/p7519: speed up test "
  ` [PATCH v5 25/30] t/perf/p7519: add fsmonitor--daemon test cases
  ` [PATCH v5 26/30] fsmonitor--daemon: periodically truncate list of modified files
  ` [PATCH v5 27/30] fsmonitor--daemon: use a cookie file to sync with file system
  ` [PATCH v5 28/30] fsmonitor: force update index after large responses
  ` [PATCH v5 29/30] t7527: test status with untracked-cache and fsmonitor--daemon
  ` [PATCH v5 30/30] update-index: convert fsmonitor warnings to advise

[PATCH 0/2] More similar messages refactoring
 2022-02-11 20:26 UTC  (3+ messages)
` [PATCH 1/2] sequencer: factor GIT_AUTHOR_* from message strings

[PATCH v3 1/4] log: fix memory leak if --graph is passed multiple times
 2022-02-11 20:11 UTC  (13+ messages)
` [PATCH v3 2/4] log: add a --no-graph option
` [PATCH v3 3/4] log: add a log.graph config option
` [PATCH v3 4/4] gitk: pass --no-graph to `git log`

Review process improvements: drafting a ReviewingPatches doc
 2022-02-11 19:44 UTC  (3+ messages)

[PATCH] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*
 2022-02-11 18:02 UTC  (2+ messages)

[PATCH 0/8] fetch --recurse-submodules: fetch unpopulated submodules
 2022-02-11 17:19 UTC  (16+ messages)
` [PATCH 7/8] fetch: fetch unpopulated, changed submodules
` [PATCH 8/8] submodule: fix bug and remove add_submodule_odb()

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

[PATCH 0/3] xdiff: handle allocation failures
 2022-02-11 16:46 UTC  (6+ messages)
` [PATCH 2/3] xdiff: refactor a function

[PATCH 2/6] fetch-pack: add partial clone refiltering
 2022-02-11 14:56 UTC  (3+ messages)

Bug: git-gui creates unwanted branch
 2022-02-11 10:24 UTC 

[PATCH 3/8] submodule: make static functions read submodules from commits
 2022-02-11 10:09 UTC  (4+ messages)

[PATCH 0/6] fetch: improve atomicity of `--atomic` flag
 2022-02-11  7:47 UTC  (7+ 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] fetch —object-info-format: client option for object-info
 2022-02-10 22:58 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v2] fetch object-info-format: "

[PATCH 2/8] submodule: store new submodule commits oid_array in a struct
 2022-02-10 22:05 UTC  (3+ messages)

[PATCH 1/3] log: fix memory leak if --graph is passed multiple times
 2022-02-10 20:15 UTC  (8+ messages)
` [PATCH 2/3] log: add a config option for --graph
` [PATCH 3/3] gitk: set log.graph=false when running `git log`

[PATCH 6/8] submodule: extract get_fetch_task()
 2022-02-10 19:33 UTC  (2+ messages)

[PATCH] glossary: describe "worktree"
 2022-02-10 19:17 UTC  (9+ messages)

[PATCH 5/8] t5526: use grep to assert on fetches
 2022-02-10 19:17 UTC  (2+ messages)

[PATCH v2 0/2] fetch: speed up mirror-fetches with many refs
 2022-02-10 18:04 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] t/t0015-hash.sh: removed unnecessary '\' at line end
 2022-02-10 17:20 UTC  (8+ messages)

[PATCH v2 1/4] log: fix memory leak if --graph is passed multiple times
 2022-02-10 16:52 UTC  (4+ messages)
` [PATCH v2 2/4] log: add a --no-graph option
` [PATCH v2 3/4] log: add a log.graph config option
` [PATCH v2 4/4] gitk: pass --no-graph to `git log`

[PATCH v4 00/22] git-p4: Various code tidy-ups
 2022-02-10 16:46 UTC  (23+ messages)
` [PATCH v4 01/22] git-p4: add blank lines between functions and class definitions
` [PATCH v4 02/22] git-p4: remove unneeded semicolons from statements
` [PATCH v4 03/22] git-p4: indent with 4-spaces
` [PATCH v4 04/22] git-p4: improve consistency of docstring formatting
` [PATCH v4 05/22] git-p4: convert descriptive class and function comments into docstrings
` [PATCH v4 06/22] git-p4: remove commented code
` [PATCH v4 07/22] git-p4: sort and de-duplcate pylint disable list
` [PATCH v4 08/22] git-p4: remove padding from lists, tuples and function arguments
` [PATCH v4 09/22] git-p4: remove spaces around default arguments
` [PATCH v4 10/22] git-p4: removed brackets when assigning multiple return values
` [PATCH v4 11/22] git-p4: place a single space after every comma
` [PATCH v4 12/22] git-p4: remove extraneous spaces before function arguments
` [PATCH v4 13/22] git-p4: remove redundant backslash-continuations inside brackets
` [PATCH v4 14/22] git-p4: remove spaces between dictionary keys and colons
` [PATCH v4 15/22] git-p4: ensure every comment has a single #
` [PATCH v4 16/22] git-p4: ensure there is a single space around all operators
` [PATCH v4 17/22] git-p4: normalize indentation of lines in conditionals
` [PATCH v4 18/22] git-p4: compare to singletons with "is" and "is not"
` [PATCH v4 19/22] git-p4: only seperate code blocks by a single empty line
` [PATCH v4 20/22] git-p4: move inline comments to line above
` [PATCH v4 21/22] git-p4: seperate multiple statements onto seperate lines
` [PATCH v4 22/22] git-p4: sort imports

[PATCH v5 0/5] Sparse checkout: fix bug with worktree of bare repo
 2022-02-10 16:45 UTC  (8+ messages)
` [PATCH v6 0/6] "
  ` [PATCH v6 3/6] config: add repo_config_set_worktree_gently()


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