git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-07 21:40:23 to 2022-03-09 13:18:34 UTC [more...]

[PATCH 00/24] revision.[ch]: add and use release_revisions()
 2022-03-09 13:16 UTC  (12+ messages)
` [PATCH 01/24] t/helper/test-fast-rebase.c: don't leak "struct strbuf"
` [PATCH 02/24] blame: use "goto cleanup" for cleanup_scoreboard()
` [PATCH 03/24] format-patch: don't leak "extra_headers" or "ref_message_ids"
` [PATCH 04/24] revision.[ch]: split freeing of revs->commit into a function
` [PATCH 05/24] revision.[ch]: provide and start using a release_revisions()
` [PATCH 06/24] revisions API users: add straightforward release_revisions()
` [PATCH 07/24] revisions API users: use release_revisions() needing "{ 0 }" init
` [PATCH 08/24] revisions API users: add "goto cleanup" for release_revisions()
` [PATCH 09/24] revisions API users: use release_revisions() in http-push.c
` [PATCH 10/24] revisions API users: use release_revisions() in builtin/log.c
` [PATCH 11/24] revisions API users: use release_revisions() with UNLEAK()

[PATCH] repack: Sync list of options between synopsis and description in the documentation
 2022-03-09 13:17 UTC  (2+ messages)

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-03-09 13:02 UTC  (23+ messages)
              ` win+VS environment has "cut" but not "paste"?
` [PATCH v2 0/9] ci: make Git's GitHub workflow output much more helpful

Add an OPTIONS chunk to Documentation/git-sparse-checkout.txt
 2022-03-09 12:42 UTC  (2+ messages)

[PATCH 0/4] builtin add -p: hopefully final readkey fixes
 2022-03-09 12:19 UTC  (19+ messages)
` [PATCH 1/4] terminal: use flags for save_term()
` [PATCH 4/4] terminal: restore settings on SIGTSTP
` [PATCH v2 0/4] builtin add -p: hopefully final readkey fixes
  ` [PATCH v2 1/4] terminal: use flags for save_term()
  ` [PATCH v2 2/4] terminal: don't assume stdin is /dev/tty
  ` [PATCH v2 3/4] terminal: work around macos poll() bug
  ` [PATCH v2 4/4] terminal: restore settings on SIGTSTP

[PATCH 0/2] Update the die() preserve-merges messages to help some users
 2022-03-09 12:18 UTC  (16+ messages)
` [PATCH 1/2] rebase: help user when dying with preserve-merges`
` [PATCH 2/2] rebase: `preserve` is also a pull option, tell dying users

Git in GSoC 2022?
 2022-03-09 11:49 UTC  (7+ messages)

What's cooking in git.git (Feb 2022, #08; Mon, 28)
 2022-03-09 11:46 UTC  (5+ messages)
` en/merge-tree (Was: Re: What's cooking in git.git (Feb 2022, #08; Mon, 28))

[PATCH v2 0/8] fetch: add repair: full refetch without negotiation (was: "refiltering")
 2022-03-09 10:00 UTC  (9+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 4/7] fetch: add --refetch option

git notes question
 2022-03-09  9:11 UTC  (3+ messages)

[PATCH v3] test-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK_ on glibc >= 2.34
 2022-03-09  0:05 UTC  (5+ messages)
` [PATCH] test-lib.sh: use awk instead of expr for a POSIX non integer check

[PATCH] cat-file: skip expanding default format
 2022-03-08 23:34 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v6 0/5] teach submodules to know they're submodules
 2022-03-09  0:38 UTC  (12+ messages)
` [PATCH v8 0/3] "
  ` [PATCH v8 2/3] introduce submodule.hasSuperproject record
  ` [PATCH v8 3/3] rev-parse: short-circuit superproject worktree when config unset

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

[PATCH v3 00/10] fetch --recurse-submodules: fetch unpopulated submodules
 2022-03-08 21:42 UTC  (22+ messages)
` [PATCH v4 "
  ` [PATCH v4 09/10] fetch: fetch unpopulated, changed submodules
  ` [PATCH v5 00/10] fetch --recurse-submodules: fetch unpopulated submodules
    ` [PATCH v5 01/10] t5526: introduce test helper to assert on fetches
    ` [PATCH v5 02/10] t5526: stop asserting on stderr literally
    ` [PATCH v5 03/10] t5526: create superproject commits with test helper
    ` [PATCH v5 04/10] submodule: make static functions read submodules from commits
    ` [PATCH v5 05/10] submodule: inline submodule_commits() into caller
    ` [PATCH v5 06/10] submodule: store new submodule commits oid_array in a struct
    ` [PATCH v5 07/10] submodule: extract get_fetch_task()
    ` [PATCH v5 08/10] submodule: move logic into fetch_task_create()
    ` [PATCH v5 09/10] fetch: fetch unpopulated, changed submodules
    ` [PATCH v5 10/10] submodule: fix latent check_has_commit() bug

[PATCH] name-rev: make --stdin hidden
 2022-03-08 21:24 UTC 

[PATCH v5 00/30] Builtin FSMonitor Part 2
 2022-03-08 21:19 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 16/30] compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEvent
  ` [PATCH v6 19/30] help: include fsmonitor--daemon feature flag in version info

What does it mean to have multiple upstream tracking branches?
 2022-03-08 19:43 UTC  (7+ messages)

[GSoC][PATCH] userdiff: Add diff driver for Kotlin lang and tests
 2022-03-08 18:32 UTC  (5+ messages)
` [PATCH v5] userdiff: add builtin diff driver for kotlin language

[PATCH v3 0/3] libify reflog
 2022-03-08 18:09 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] stash: add tests to ensure reflog --rewrite --updatref behavior

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

[PATCH 00/25] [RFC] Bundle URIs
 2022-03-08 17:15 UTC  (8+ messages)

Git - Git flow assistance
 2022-03-08 16:35 UTC  (3+ messages)

What's cooking in git.git (Mar 2022, #02; Mon, 7)
 2022-03-08 16:08 UTC  (3+ messages)
` ds/partial-bundles (was Re: What's cooking in git.git (Mar 2022, #02; Mon, 7))

[PATCH 0/2] gitweb: remove invalid http-equiv="content-type"
 2022-03-08 15:56 UTC  (16+ messages)
` [PATCH 2/2] "
` [PATCH v2 0/2] "
  ` [PATCH v3 "
    ` [PATCH v3 1/2] comment: fix typo
    ` [PATCH v3 2/2] gitweb: remove invalid http-equiv="content-type"
` [PATCH v2 1/2] comment: fix typo
` [PATCH v2 2/2] gitweb: remove invalid http-equiv="content-type"

Keep reflogs for deleted (remote tracking) branches?
 2022-03-08 14:57 UTC  (4+ messages)

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

[PATCH] block-sha1: remove use of assembly
 2022-03-08 13:38 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-03-08  8:25 UTC  (14+ messages)
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function

[GSoC][PATCH 0/1] userdiff: add buildin diff driver for JavaScript language
 2022-03-08  6:46 UTC  (5+ messages)
` [GSoC][PATCH 1/1] Add a diff driver for JavaScript languages

[PATCH v4 2/2] parse-options.c: add style checks for usage-strings
 2022-03-08  5:44 UTC  (2+ messages)

What's cooking in git.git (Mar 2022, #01; Thu, 3)
 2022-03-08  0:52 UTC  (11+ messages)
` tb/cruft-packs (was Re: What's cooking in git.git (Mar 2022, #01; Thu, 3))

[PATCH 0/2] string-list.h: make "nr" and "alloc" a "size_t"
 2022-03-07 23:34 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] string-list API: change "nr" and "alloc" to "size_t"

[PATCH v2 0/1] name-rev: use generation numbers if available
 2022-03-07 22:52 UTC  (16+ messages)
` [PATCH] "


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