git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-11-17 11:30:53 to 2022-11-20 23:36:48 UTC [more...]

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

What's cooking in git.git (Nov 2022, #04; Fri, 18)
 2022-11-20 23:24 UTC  (7+ messages)
` Looking for a review (pretty-formats, hard truncation), was What's cooking in git.git (Nov 2022, #04; Fri, 18))

[PATCH 0/2] branch: fix some malfunctions in -m/-c
 2022-11-20 22:10 UTC  (14+ 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

[PATCH 0/2] add case insensitivity option to bash completion
 2022-11-20 20:46 UTC  (6+ messages)
` [PATCH 1/2] completion: add optional ignore-case when matching refs
` [PATCH 2/2] completion: add case-insensitive match of pseudorefs

[PATCH] var: add GIT_SEQUENCE_EDITOR variable
 2022-11-20 19:20 UTC 

[PATCH] Makefile: suppress macOS deprecation warning
 2022-11-20 12:29 UTC  (4+ messages)

[PATCH] list-objects-filter: plug combine_filter_data leak
 2022-11-20 11:00 UTC 

[PATCH 0/3] pack-objects: fix and simplify --filter handling
 2022-11-20 10:13 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] t5317: stop losing return codes of git ls-files
  ` [PATCH v2 2/3] t5317: demonstrate failure to handle multiple --filter options
  ` [PATCH v2 3/3] Revert "pack-objects: lazily set up "struct rev_info", don't leak"

[PATCH 0/3] Add mailmap mechanism in --batch-check options
 2022-11-20  7:48 UTC  (7+ messages)
` [PATCH v4 0/3] Add mailmap mechanism in cat-file options
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] cat-file: add mailmap support to -s option
  ` [PATCH v5 2/2] cat-file: add mailmap support to --batch-check option

[PATCH 0/2] git-jump: support Emacs
 2022-11-20  1:27 UTC  (9+ messages)
` [PATCH 1/2] git-jump: add an optional argument 'stdout'
` [PATCH 2/2] git-jump: invoke emacsclient
` [PATCH v2 0/2] git-jump: support Emacs
  ` [PATCH v2 1/2] git-jump: add an optional argument 'stdout'
  ` [PATCH v2 2/2] git-jump: invoke emacsclient

[PATCH] range-diff: support reading mbox files
 2022-11-19 23:11 UTC  (8+ messages)
` [PATCH v2] "

Bug Report
 2022-11-19 20:20 UTC 

[PATCH] prune: quiet ENOENT on missing directories
 2022-11-19 20:12 UTC 

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

[PATCH v8 00/14] Rewrite the remaining merge strategies from shell to C
 2022-11-19 12:46 UTC  (16+ 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

[RFC PATCH 0/8] Get rid of "git --super-prefix"
 2022-11-19 12:41 UTC  (22+ 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 v3 0/9] Get rid of "git --super-prefix"
    ` [PATCH v3 1/9] read-tree + fetch tests: test failing "--super-prefix" interaction
    ` [PATCH v3 2/9] submodule.c & submodule--helper: pass along "super_prefix" param
    ` [PATCH v3 3/9] submodule--helper: don't use global --super-prefix in "absorbgitdirs"
    ` [PATCH v3 4/9] submodule--helper: convert "foreach" to its own "--super-prefix"
    ` [PATCH v3 5/9] submodule--helper: convert "sync" "
    ` [PATCH v3 6/9] submodule--helper: convert "status" "
    ` [PATCH v3 7/9] submodule--helper: convert "{update,clone}" to their "
    ` [PATCH v3 8/9] read-tree: add "--super-prefix" option, eliminate global
    ` [PATCH v3 9/9] fetch: rename "--submodule-prefix" to "--super-prefix"

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

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

[PATCH v3] sparse-checkout.txt: new document with sparse-checkout directions
 2022-11-19  2:36 UTC  (9+ messages)
` [PATCH v4] "

[PATCH] am: Allow passing --no-verify flag
 2022-11-19  0:49 UTC  (3+ messages)

[PATCH v2] am: Allow passing --no-verify flag
 2022-11-19  0:50 UTC 

[Q] Where does "git commit -q -m msg" spend time?
 2022-11-18 23:37 UTC 

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

git-subtree docs missing
 2022-11-18 19:56 UTC  (4+ messages)

bug report: add/delete instead of rename
 2022-11-18 20:00 UTC  (3+ messages)

[RFC][PATCH] object.c: use has_object() instead of repo_has_object_file()
 2022-11-18 19:05 UTC  (12+ 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 0/4] tag: don't misreport type of tagged objects in errors
      ` [PATCH 1/4] object-file.c: free the "t.tag" in check_tag()
      ` [PATCH 2/4] object tests: add test for unexpected objects in tags
      ` [PATCH 3/4] tag: don't misreport type of tagged objects in errors
      ` [PATCH 4/4] tag: don't emit potentially incorrect "object is a X, not a Y"

[PATCH 0/2] rebase: stricter label lookups
 2022-11-18 13:40 UTC  (3+ messages)
` [PATCH 1/2] sequencer: unify label lookup

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

[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  (16+ messages)
` [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  (5+ 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  (4+ messages)
` [PATCH v6 0/7] receive-pack: only use visible refs for "

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

[PATCH] notes: avoid empty line in template
 2022-11-17 15:12 UTC  (4+ 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).