git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-23 16:33:14 to 2022-02-24 16:39:52 UTC [more...]

[PATCH v4 00/29] Builtin FSMonitor Part 2
 2022-02-24 16:38 UTC  (29+ messages)
` [PATCH v5 00/30] "
  ` [PATCH v5 03/30] fsmonitor: config settings are repository-specific
  ` [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 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 19/30] help: include fsmonitor--daemon feature flag in version info
  ` [PATCH v5 26/30] fsmonitor--daemon: periodically truncate list of modified files

[PATCH 0/6] [RFC] partial-clone: add ability to refetch with expanded filter
 2022-02-24 16:13 UTC  (7+ messages)
` [PATCH v2 0/8] fetch: add repair: full refetch without negotiation (was: "refiltering")
  ` [PATCH v2 1/8] fetch-negotiator: add specific noop initializor
  ` [PATCH v2 2/8] fetch-pack: add repairing
  ` [PATCH v2 3/8] builtin/fetch-pack: add --repair option
  ` [PATCH v2 4/8] fetch: "
  ` [PATCH v2 8/8] doc/partial-clone: mention --repair fetch option

[PATCH 00/23] Builtin FSMonitor Part 3
 2022-02-24 16:21 UTC  (27+ messages)
` [PATCH 01/23] fsm-listen-win32: handle shortnames
` [PATCH 02/23] t7527: test FS event reporing on macOS WRT case and Unicode
` [PATCH 04/23] t/helper/fsmonitor-client: create stress test
` [PATCH 06/23] fsmonitor-settings: stub in platform-specific incompatibility checking
` [PATCH 07/23] fsmonitor-settings: virtual repos are incompatible with FSMonitor
` [PATCH 09/23] fsmonitor-settings: remote repos on macOS "
` [PATCH 10/23] fsmonitor-settings: remote repos on Windows "
` [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 v2 0/9] fetch --recurse-submodules: fetch unpopulated submodules
 2022-02-24 16:15 UTC  (14+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] t5526: introduce test helper to assert on fetches
  ` [PATCH v3 02/10] t5526: stop asserting on stderr literally
  ` [PATCH v3 03/10] t5526: create superproject commits with test helper
  ` [PATCH v3 04/10] submodule: make static functions read submodules from commits
  ` [PATCH v3 05/10] submodule: inline submodule_commits() into caller
  ` [PATCH v3 06/10] submodule: store new submodule commits oid_array in a struct
  ` [PATCH v3 07/10] submodule: extract get_fetch_task()
  ` [PATCH v3 08/10] submodule: move logic into fetch_task_create()
  ` [PATCH v3 09/10] fetch: fetch unpopulated, changed submodules
  ` [PATCH v3 10/10] submodule: fix latent check_has_commit() bug

[PATCH 00/11] Updates to worktree code and docs
 2022-02-24 15:53 UTC  (7+ messages)
` [PATCH 05/11] worktree: use 'worktree' over 'working tree'
` [PATCH v2 00/11] Updates to worktree code and docs

[PATCH 0/3] libify reflog
 2022-02-24 14:53 UTC  (21+ messages)
` [PATCH 1/3] reflog: libify delete reflog function and helpers
` [PATCH v2 0/3] libify reflog
  ` [PATCH v2 1/3] stash: add test to ensure reflog --rewrite --updatref behavior
  ` [PATCH v2 2/3] reflog: libify delete reflog function and helpers

[PATCH 0/3] a couple of read_key_without_echo() fixes
 2022-02-24 14:30 UTC  (4+ messages)
` [PATCH v2 0/4] "

[PATCH 00/25] [RFC] Bundle URIs
 2022-02-24 14:11 UTC  (28+ messages)
` [PATCH 01/25] docs: document bundle URI standard
` [PATCH 02/25] bundle: alphabetize subcommands better
` [PATCH 03/25] dir: extract starts_with_dot[_dot]_slash()
` [PATCH 04/25] remote: move relative_url()
` [PATCH 05/25] remote: allow relative_url() to return an absolute url
` [PATCH 06/25] http: make http_get_file() external
` [PATCH 07/25] remote-curl: add 'get' capability
` [PATCH 08/25] bundle: implement 'fetch' command for direct bundles
` [PATCH 09/25] bundle: parse table of contents during 'fetch'
` [PATCH 10/25] bundle: add --filter option to 'fetch'
` [PATCH 11/25] bundle: allow relative URLs in table of contents
` [PATCH 12/25] bundle: make it easy to call 'git bundle fetch'
` [PATCH 13/25] clone: add --bundle-uri option
` [PATCH 14/25] clone: --bundle-uri cannot be combined with --depth
` [PATCH 15/25] config: add git_config_get_timestamp()
` [PATCH 16/25] bundle: only fetch bundles if timestamp is new
` [PATCH 17/25] fetch: fetch bundles before fetching original data
` [PATCH 18/25] connect.c: refactor sending of agent & object-format
` [PATCH 19/25] protocol-caps: implement cap_features()
` [PATCH 20/25] serve: understand but do not advertise 'features' capability
` [PATCH 21/25] serve: advertise 'features' when config exists
` [PATCH 22/25] connect: implement get_recommended_features()
` [PATCH 23/25] transport: add connections for 'features' capability
` [PATCH 24/25] clone: use server-recommended bundle URI
` [PATCH 25/25] t5601: basic bundle URI test

[PATCH 0/2] microproject: avoid using pipes in test
 2022-02-24 10:13 UTC  (23+ messages)
` [PATCH 1/2] t0001: remove pipes
` [PATCH v2 0/2] avoid pipes with Git on LHS
  ` [PATCH v2 1/2] t0001: "
  ` [PATCH v2 2/2] t0003: "

[PATCH] gpg-interface: fix for gpgsm v2.3
 2022-02-24 10:06 UTC  (4+ messages)
` [PATCH 1/3] gpg-interface/gpgsm: fix for v2.3
` [PATCH 2/3] t/lib-gpg: reload gpg components after updating trustlist
` [PATCH 3/3] t/lib-gpg: kill all gpg components, not just gpg-agent

[PATCH 0/3] adding new branch.autosetupmerge option "simple"
 2022-02-24  9:45 UTC  (4+ messages)
` [PATCH 1/3] merge: new autosetupmerge option 'simple' for matching branches
` [PATCH 2/3] t3200: tests for new branch.autosetupmerge option "simple"
` [PATCH 3/3] branch documentation: new autosetupmerge "

[PATCH 00/12] c99: use more designated initializers
 2022-02-24  9:33 UTC  (13+ messages)
` [PATCH 01/12] imap-send.c: use designated initializers for "struct imap_server_conf"
` [PATCH 02/12] refs: use designated initializers for "struct ref_storage_be"
` [PATCH 03/12] refs: use designated initializers for "struct ref_iterator_vtable"
` [PATCH 04/12] trace2: use designated initializers for "struct tr2_tgt"
` [PATCH 05/12] trace2: use designated initializers for "struct tr2_dst"
` [PATCH 06/12] object-file: use designated initializers for "struct git_hash_algo"
` [PATCH 07/12] archive-*.c: use designated initializers for "struct archiver"
` [PATCH 08/12] userdiff.c: use designated initializers for "struct userdiff_driver"
` [PATCH 09/12] convert.c: use designated initializers for "struct stream_filter*"
` [PATCH 10/12] refspec.c: use designated initializers for "struct refspec_item"
` [PATCH 11/12] misc *.c: use designated initializers for struct assignments
` [PATCH 12/12] misc *.c: use designated initializers for "partial" "

What's cooking in git.git (Feb 2022, #06; Wed, 23)
 2022-02-24  9:18 UTC  (4+ messages)
` ab/commit-plug-leaks + ab/diff-free-more (was: What's cooking in git.git (Feb 2022, #06; Wed, 23))
` ab/c99 + ab/hook-tests "
` ab/object-file-api-updates "

[PATCH v2 0/4] test-lib: improve LSAN + ASAN stack traces
 2022-02-24  9:14 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/4] test-lib: make $GIT_BUILD_DIR an absolute path

[PATCH 0/2] Subject: [PATCH 0/2] [GSoC][PATCH 0/2] t0000-t0050: avoid pipes with Git on LHS
 2022-02-24  8:59 UTC  (5+ messages)
` [PATCH 1/2] t0001-t0028: "
` [PATCH 2/2] t0030-t0050: "

[PATCH v2] switch: mention the --detach option when dying due to lack of a branch
 2022-02-24  8:53 UTC  (2+ messages)

[BUG] git-stash does not handle branch name with slash correctly
 2022-02-24  7:13 UTC  (4+ messages)
` [PATCH] stash: strip "refs/heads/" with skip_prefix

[PATCH] add usage-strings ci check and amend remaining usage strings
 2022-02-24  6:26 UTC  (6+ messages)
` [PATCH v2] add usage-strings "

[PATCH] switch: mention the --detach option when dying due to lack of a branch
 2022-02-24  6:08 UTC  (5+ messages)

[PATCH v2] repo_read_index: add config to expect files outside sparse patterns
 2022-02-24  5:22 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2 00/13] In-core git merge-tree ("Server side merges")
 2022-02-24  2:22 UTC  (11+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 04/15] merge-tree: implement real merges

[PATCH] ls-files: support --recurse-submodules --stage
 2022-02-24  0:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] Specify the actual pack size limit which is breached
 2022-02-24  0:14 UTC  (8+ messages)
` [PATCH 2/2] t5302: confirm that large packs mention limit
` [PATCH v2] index-pack: clarify the breached limit

[PATCH] ls-files: support --recurse-submodules --stage
 2022-02-24  0:11 UTC  (2+ messages)

pull fails after commit dry-run
 2022-02-22 23:15 UTC  (2+ messages)

[PATCH 00/17] cruft packs
 2022-02-23 23:37 UTC  (13+ messages)
` [PATCH 06/17] t/helper: add 'pack-mtimes' test-tool
` [PATCH 08/17] builtin/pack-objects.c: --cruft without expiration
` [PATCH 11/17] builtin/pack-objects.c: --cruft with expiration
` [PATCH 12/17] builtin/repack.c: support generating a cruft pack

BUG: fast-import, ftruncate, and file mode
 2022-02-23 23:18 UTC  (4+ messages)

[PATCH v5 00/12] In-core git merge-tree ("Server side merges")
 2022-02-23 23:13 UTC  (3+ messages)
` [PATCH v6 "

[PATCH v2 2/2] Add new tests functions like test_path_is_*
 2022-02-23 22:59 UTC  (3+ messages)
` [PATCH v3 0/3] replace test [-f|-d] with more verbose functions

[PATCH 0/7] help: test and fix small "help -g" regression
 2022-02-23 22:31 UTC  (17+ messages)
` [PATCH v2 0/9] help: tests, parse_options() sanity, fix "
  ` [PATCH v2 2/9] help.c: use puts() instead of printf{,_ln}() for consistency
  ` [PATCH v2 4/9] help.c: split up list_all_cmds_help() function
  ` [PATCH v2 5/9] help: note the option name on option incompatibility
  ` [PATCH v2 6/9] help: correct usage & behavior of "git help --all"
  ` [PATCH v2 7/9] help: error if [-a|-g|-c] and [-i|-m|-w] are combined
  ` [PATCH v2 8/9] help: add --no-[external-commands|aliases] for use with --all
  ` [PATCH v2 9/9] help: don't print "\n" before single-section output

[PATCH 00/25] CI: run "make [test]" directly, use $GITHUB_ENV
 2022-02-23 21:18 UTC  (4+ messages)

[PATCH v2 0/7] reftable: avoid reading and writing empty keys
 2022-02-23 21:37 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 00/11] Finish converting git bisect into a built-in
 2022-02-23 21:35 UTC  (3+ messages)
` [PATCH v2 00/14] "

When rebase.autoStash=true is used, 'git pull' merge process still complains when incoming changes are in a different place of the file than local changes
 2022-02-23 21:23 UTC  (3+ messages)

What's cooking in git.git (Feb 2022, #05; Thu, 17)
 2022-02-23 19:39 UTC  (4+ messages)
` en/present-despite-skipped (Re: What's cooking in git.git (Feb 2022, #05; Thu, 17))

[PATCH 0/2] repack: add --filter=
 2022-02-23 19:31 UTC  (9+ messages)
` [PATCH v2 0/4] [RFC] "

[PATCH 0/7] Sparse index: integrate with 'read-tree'
 2022-02-23 18:25 UTC  (8+ messages)
` [PATCH 1/7] sparse-index: prevent repo root from becoming sparse
` [PATCH 2/7] status: fix nested sparse directory diff in sparse index
` [PATCH 3/7] read-tree: expand sparse checkout test coverage
` [PATCH 4/7] read-tree: integrate with sparse index
` [PATCH 5/7] read-tree: narrow scope of index expansion for '--prefix'
` [PATCH 6/7] read-tree: make two-way merge sparse-aware
` [PATCH 7/7] read-tree: make three-way "

[PATCH 00/11] Partial bundles
 2022-02-23 17:55 UTC  (12+ messages)
` [PATCH 01/11] index-pack: document and test the --promisor option
` [PATCH 02/11] revision: put object filter into struct rev_info
` [PATCH 03/11] pack-objects: use rev.filter when possible
` [PATCH 04/11] pack-bitmap: drop filter in prepare_bitmap_walk()
` [PATCH 05/11] list-objects: consolidate traverse_commit_list[_filtered]
` [PATCH 06/11] MyFirstObjectWalk: update recommended usage
` [PATCH 07/11] bundle: safely handle --objects option
` [PATCH 08/11] bundle: parse filter capability
` [PATCH 09/11] rev-list: move --filter parsing into revision.c
` [PATCH 10/11] bundle: create filtered bundles
` [PATCH 11/11] bundle: unbundle promisor packs

[PATCH 0/2] Update the die() preserve-merges messages to help some users
 2022-02-23 17:44 UTC  (6+ messages)
` [PATCH 1/2] rebase: help user when dying with preserve-merges`

[PATCH] gitk: fix error when resizing gitk
 2022-02-23 17:16 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).