git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-11-14 19:00:47 to 2022-11-17 18:25:26 UTC [more...]

[PATCH] range-diff: support reading mbox files
 2022-11-17 18:24 UTC  (5+ messages)

[RFC PATCH 0/4] git: remove --super-prefix
 2022-11-17 18:14 UTC  (36+ messages)
` [RFC PATCH 0/8] Get rid of "git --super-prefix"
  ` [PATCH v2 00/10] "
    ` [PATCH v2 01/10] read-tree + fetch tests: test failing "--super-prefix" interaction
    ` [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 v2 07/10] submodule--helper: convert "{update,clone}" to their "
    ` [PATCH v2 08/10] submodule tests: test "git branch -t" output and stderr
    ` [PATCH v2 09/10] read-tree: add "--super-prefix" option, eliminate global
    ` [PATCH v2 10/10] fetch: rename "--submodule-prefix" to "--super-prefix"

[PATCH] object-file: use real paths when adding alternates
 2022-11-17 17:31 UTC 

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

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

[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/2] receive-pack: use advertised reference tips to inform connectivity check
 2022-11-17 15:03 UTC  (17+ 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

[PATCH v3 0/2] pack-bitmap.c: avoid exposing absolute paths
 2022-11-17 15:03 UTC  (11+ messages)
  ` [PATCH v3 1/2] pack-bitmap.c: remove unnecessary "open_pack_index()" calls

[RFC PATCH 0/6] ls-tree: introduce '--pattern' option
 2022-11-17 14:03 UTC  (16+ 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] t7610: fix flaky timeout issue, don't clone from example.com
 2022-11-17 10:08 UTC  (8+ messages)
        ` [PATCH] t7610: use "file:///dev/null", not "/dev/null", fixes MinGW

[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 

[PATCH 0/2] branch: fix some malfunctions in -m/-c
 2022-11-17  1:44 UTC  (3+ 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

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] submodule: explicitly specify on-demand upon push
 2022-11-16 22:35 UTC  (7+ messages)
` [PATCH v2] Doc: document push.recurseSubmodules=only

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

[RFC][PATCH] object.c: use has_object() instead of repo_has_object_file()
 2022-11-16 21:14 UTC  (3+ messages)

What's cooking in git.git (Nov 2022, #03; Mon, 14)
 2022-11-16 20:16 UTC  (15+ messages)
` ps/receive-use-only-advertised
` rp/maintenance-qol with 'make DEVELOPER=1' (was: What's cooking in git.git (Nov 2022, #03; Mon, 14))
` 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

[PATCH] delta-islands: free island-related data after use
 2022-11-16 18:44 UTC  (3+ messages)

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

[PATCH v3 0/1] Expose header information to git-send-email's sendemail-validate hook
 2022-11-15 14:00 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v3 7/8] submodule--helper: remove update_data.suboid
 2022-11-14 23:45 UTC  (2+ messages)

[PATCH] Documentation: fix typo
 2022-11-14 23:15 UTC  (2+ messages)

Annotated Tag Hooks?
 2022-11-14 23:04 UTC  (4+ messages)

[PATCH v2] maintenance: improve error reporting for unregister
 2022-11-14 22:53 UTC  (3+ messages)

[PATCH v2] http: redact curl h2h3 headers in info
 2022-11-14 22:43 UTC  (4+ messages)
` [PATCH v3 0/2] "

[PATCH] docs: clarify that credential discards unrecognised attributes
 2022-11-14 22:40 UTC  (6+ messages)

[PATCH v3 0/2] tests: replace mingw_test_cmp with a helper in C
 2022-11-14 22:40 UTC  (4+ messages)
` [PATCH v4 0/2] tests(mingw): avoid super-slow mingw_test_cmp
  ` [PATCH v4 2/2] tests(mingw): avoid very slow `mingw_test_cmp`

[PATCH] format-patch: add --mboxrd alias for --pretty=mboxrd
 2022-11-14 20:59 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).