git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-11-15 16:06:50 to 2022-11-18 11:39:52 UTC [more...]

[PATCH] range-diff: support reading mbox files
 2022-11-18 11:39 UTC  (6+ messages)

[PATCH 00/12] tree-wide: chip away at USE_THE_INDEX_COMPATIBILITY_MACROS
 2022-11-18 11:31 UTC  (13+ messages)
` [PATCH 01/12] cache.h: remove unused "the_index" compat macros
` [PATCH 02/12] builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"
` [PATCH 03/12] cocci & cache.h: remove rarely used "the_index" compat macros
` [PATCH 04/12] read-cache API & users: make discard_index() return void
` [PATCH 05/12] cocci: add a index-compatibility.pending.cocci
` [PATCH 06/12] cocci & cache.h: apply a selection of "pending" index-compatibility
` [PATCH 07/12] cocci & cache.h: apply variable section "
` [PATCH 08/12] cocci: apply "pending" index-compatibility to "t/helper/*.c"
` [PATCH 09/12] {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
` [PATCH 10/12] cache.h & test-tool.h: "
` [PATCH 11/12] cocci: apply "pending" index-compatibility to some "builtin/*.c"
` [PATCH 12/12] builtin/*: remove or amend "USE_THE_INDEX_COMPATIBILITY_MACROS"

[PATCH v8 00/14] Rewrite the remaining merge strategies from shell to C
 2022-11-18 11:18 UTC  (14+ messages)
` [PATCH v9 00/12] merge-index: prepare to rewrite merge drivers in C
  ` [PATCH v9 01/12] merge-index doc & -h: fix padding, labels and "()" use
  ` [PATCH v9 02/12] t6060: modify multiple files to expose a possible issue with merge-index
  ` [PATCH v9 03/12] t6060: add tests for removed files
  ` [PATCH v9 04/12] merge-index tests: add usage tests
  ` [PATCH v9 05/12] merge-index: migrate to parse_options() API
  ` [PATCH v9 06/12] merge-index: improve die() error messages
  ` [PATCH v9 07/12] merge-index i18n: mark die() messages for translation
  ` [PATCH v9 08/12] merge-index: stop calling ensure_full_index() twice
  ` [PATCH v9 09/12] builtin/merge-index.c: don't USE_THE_INDEX_COMPATIBILITY_MACROS
  ` [PATCH v9 10/12] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v9 11/12] merge-index: use "struct strvec" and helper to prepare args
  ` [PATCH v9 12/12] merge-index: make the argument parsing sensible & simpler

[PATCH] delta-islands: free island-related data after use
 2022-11-18  1:51 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 0/2] branch: fix some malfunctions in -m/-c
 2022-11-18  4:51 UTC  (7+ messages)
` [PATCH 1/2] branch: force-copy a branch to itself via @{-1} is a no-op
` [PATCH 2/2] branch: clear target branch configuration before copying or renaming

[RFC][PATCH] object.c: use has_object() instead of repo_has_object_file()
 2022-11-18  0:36 UTC  (7+ messages)
    ` [PATCH 0/2] fixing parse_object() check for type mismatch
      ` [PATCH 1/2] parse_object(): drop extra "has" check before checking object type
      ` [PATCH 2/2] parse_object(): check on-disk type of suspected blob

[PATCH] object-file: use real paths when adding alternates
 2022-11-18  0:00 UTC  (7+ messages)

[RFC PATCH 0/6] ls-tree: introduce '--pattern' option
 2022-11-17 22:02 UTC  (17+ messages)
` [RFC PATCH 1/6] ls-tree: cleanup the redundant SPACE
` [RFC PATCH 2/6] t3104: remove shift code in 'test_ls_tree_format'
` [RFC PATCH 3/6] ls-tree: optimize params of 'show_tree_common_default_long()'
` [RFC PATCH 4/6] ls-tree: improving cohension in the print code
` [RFC PATCH 5/6] ls-tree: introduce 'match_pattern()' function
` [RFC PATCH 6/6] ls-tree: introduce '--pattern' option
` [RFC PATCH 0/4] ls-tree: pass state in struct, not globals
  ` [RFC PATCH 1/4] ls-tree: don't use "show_tree_data" for "fast" callbacks
  ` [RFC PATCH 2/4] ls-tree: use a "struct options"
  ` [RFC PATCH 3/4] ls-tree: fold "show_tree_data" into "cb" struct
  ` [RFC PATCH 4/4] ls-tree: make "line_termination" less generic

[PATCH v3 0/2] pack-bitmap.c: avoid exposing absolute paths
 2022-11-17 21:57 UTC  (4+ messages)

[PATCH] Docs: describe how a credential-generating helper works
 2022-11-17 21:55 UTC  (3+ messages)

[PATCH] t7610: fix flaky timeout issue, don't clone from example.com
 2022-11-17 21:50 UTC  (9+ messages)
        ` [PATCH] t7610: use "file:///dev/null", not "/dev/null", fixes MinGW

[PATCH 0/2] receive-pack: use advertised reference tips to inform connectivity check
 2022-11-17 21:24 UTC  (18+ messages)
` [PATCH v5 0/7] receive-pack: only use visible refs for "
` [PATCH v6 "
  ` [PATCH v6 1/7] refs: fix memory leak when parsing hideRefs config
  ` [PATCH v6 2/7] refs: get rid of global list of hidden refs
  ` [PATCH v6 3/7] revision: move together exclusion-related functions
  ` [PATCH v6 4/7] revision: introduce struct to handle exclusions
  ` [PATCH v6 5/7] revision: add new parameter to exclude hidden refs
  ` [PATCH v6 6/7] rev-parse: add `--exclude-hidden=` option
  ` [PATCH v6 7/7] receive-pack: only use visible refs for connectivity check

The enduring popularity of git-credential-store
 2022-11-17 20:43 UTC  (6+ messages)

[RFC PATCH 0/8] Get rid of "git --super-prefix"
 2022-11-17 18:14 UTC  (12+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 02/10] submodule--helper: don't use global --super-prefix in "absorbgitdirs"
  ` [PATCH v2 04/10] submodule--helper: convert "foreach" to its own "--super-prefix"

[PATCH 00/30] [RFC] extensions.refFormat and packed-refs v2 file format
 2022-11-17 16:13 UTC  (11+ messages)
` [PATCH 02/30] read-cache: add index.computeHash config option
` [PATCH 03/30] extensions: add refFormat extension

[PATCH] notes: avoid empty line in template
 2022-11-17 15:12 UTC  (6+ messages)

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2022-11-17 10:00 UTC  (11+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v3 "
    ` [PATCH v3 2/2] worktree add: add --orphan flag

git-p4 should memorize the relevant P4* variables during 'git p4 clone' instead of requiring them again for sync/sumbit operations
 2022-11-17  8:09 UTC 

Issue: Git for Windows: : Incorrect registry entries for the Git Bash and Git Gui
 2022-11-17  1:24 UTC  (2+ messages)

[PATCH v2 00/12] fsmonitor: Implement fsmonitor for Linux
 2022-11-16 23:27 UTC  (9+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] fsmonitor: prepare to share code between Mac OS and Linux
  ` [PATCH v3 2/6] fsmonitor: determine if filesystem is local or remote
  ` [PATCH v3 3/6] fsmonitor: implement filesystem change listener for Linux
  ` [PATCH v3 4/6] fsmonitor: enable fsmonitor "
  ` [PATCH v3 5/6] fsmonitor: test updates
  ` [PATCH v3 6/6] fsmonitor: update doc for Linux

[PATCH v2] Doc: document push.recurseSubmodules=only
 2022-11-16 22:35 UTC  (4+ messages)

[PATCH] submodule--helper absorbgitdirs: no abspaths in "Migrating git..."
 2022-11-16 22:08 UTC  (2+ messages)

What's cooking in git.git (Nov 2022, #03; Mon, 14)
 2022-11-16 20:16 UTC  (12+ messages)
` ps/receive-use-only-advertised
` ms/sendemail-validate-headers, was Re: What's cooking in git.git (Nov 2022, #03; Mon, 14)

[PATCH] bisect; remove unused "git-bisect.sh" and ".gitignore" entry
 2022-11-16 20:14 UTC  (5+ messages)

[PATCH] builtin/gc.c: fix use-after-free in maintenance_unregister()
 2022-11-16 20:14 UTC  (8+ messages)

[PATCH 0/9] Bundle URIs IV: advertise over protocol v2
 2022-11-16 19:51 UTC  (14+ messages)
` [PATCH 1/9] protocol v2: add server-side "bundle-uri" skeleton
` [PATCH v2 0/9] Bundle URIs IV: advertise over protocol v2
  ` [PATCH v2 1/9] protocol v2: add server-side "bundle-uri" skeleton
  ` [PATCH v2 2/9] bundle-uri client: add minimal NOOP client
  ` [PATCH v2 3/9] bundle-uri client: add helper for testing server
  ` [PATCH v2 4/9] bundle-uri: serve bundle.* keys from config
  ` [PATCH v2 5/9] bundle-uri client: add boolean transfer.bundleURI setting
  ` [PATCH v2 6/9] strbuf: introduce strbuf_strip_file_from_path()
  ` [PATCH v2 7/9] bundle-uri: allow relative URLs in bundle lists
  ` [PATCH v2 8/9] bundle-uri: download bundles from an advertised list
  ` [PATCH v2 9/9] clone: unbundle the advertised bundles

Large repos mini virtual meetup
 2022-11-16 15:12 UTC  (2+ messages)

[PATCH v3] sparse-checkout.txt: new document with sparse-checkout directions
 2022-11-16 14:33 UTC  (11+ messages)
` [PATCH v4] "

[PATCH 0/3] Add mailmap mechanism in --batch-check options
 2022-11-15 21:40 UTC  (4+ messages)
` [PATCH v4 0/3] Add mailmap mechanism in cat-file options
  ` [PATCH v4 2/3] cat-file: add mailmap support to --batch-check option

[PATCH v4] status: long status advice adapted to recent capabilities
 2022-11-15 21:19 UTC  (9+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[PATCH v3 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND
 2022-11-15 19:40 UTC  (6+ messages)
` [PATCH v2 00/11] Turn git-bisect to be builtin

[PATCH v2] maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statement
 2022-11-15 18:54 UTC  (10+ messages)
` [PATCH] builtin/gc.c: fix -Wdeclaration-after-statement

compat/fsmonitor/fsm-listen-darwin warning on macOS Ventura
 2022-11-15 18:48 UTC  (2+ messages)

[PATCH v3 8/8] clone, submodule update: create and check out branches
 2022-11-15 18:15 UTC  (2+ messages)

[PATCH v2] status: long status advice adapted to recent capabilities
 2022-11-15 16:38 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] fsmonitor--daemon: on macOS support symlink
 2022-11-15 16:14 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).