Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-03 23:05:24 to 2022-11-07 13:57:17 UTC [more...]

[RFC PATCH 0/2] notes.c: introduce "--no-blankline" option
 2022-11-07 13:57 UTC  (2+ messages)
` [PATCH v2 0/3] notes.c: introduce "--blank-line" option

[PATCH 0/2] receive-pack: use advertised reference tips to inform connectivity check
 2022-11-07 13:34 UTC  (18+ messages)
` [PATCH v2 0/3] receive-pack: only use visible refs for "
  ` [PATCH v2 2/3] revision: add new parameter to specify all visible refs
` [PATCH v3 0/6] receive-pack: only use visible refs for connectivity check
  ` [PATCH v3 1/6] refs: get rid of global list of hidden refs
  ` [PATCH v3 2/6] revision: move together exclusion-related functions
  ` [PATCH v3 3/6] revision: introduce struct to handle exclusions
  ` [PATCH v3 4/6] revision: add new parameter to exclude hidden refs
  ` [PATCH v3 5/6] revparse: add `--exclude-hidden=` option
  ` [PATCH v3 6/6] receive-pack: only use visible refs for connectivity check

What's cooking in git.git (Nov 2022, #01; Thu, 3)
 2022-11-07 12:19 UTC  (4+ messages)

"submodule foreach" much slower than removed "submodule--helper --list"
 2022-11-07 11:01 UTC  (3+ messages)

[PATCH 00/17] leak fixes: use existing constructors & other trivia
 2022-11-07  9:46 UTC  (11+ messages)
` [PATCH 10/17] sequencer.c: fix "opts->strategy" leak in read_strategy_opts()
` [PATCH 13/17] rebase: don't leak on "--abort"

[PATCH 0/3] Implement filtering repacks
 2022-11-07  9:29 UTC  (10+ messages)
` [PATCH v2 0/2] "

Git Bug Report: 'scalar register' command failed at Mac m1
 2022-11-07  2:51 UTC  (2+ messages)

rebase -i --update-refs can lead to deletion of branches
 2022-11-07  2:39 UTC  (9+ messages)
      ` [PATCH] rebase --update-refs: avoid unintended ref deletion

git can not be built for s390x since update to git-2.38.0
 2022-11-07  0:42 UTC  (5+ messages)

Bug in `git branch --delete main` when on other orphan branch
 2022-11-06 22:22 UTC  (6+ messages)
` [PATCH] branch: gracefully handle '-d' on detached HEAD
  ` [PATCH v2] branch: gracefully handle '-d' on orphan HEAD

[PATCH] branch: error and informative messages
 2022-11-06 21:51 UTC  (2+ messages)
` [PATCH v2] "

"git bisect run" strips "--log" from the list of arguments
 2022-11-06 13:28 UTC  (66+ messages)
` [PATCH 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND
  ` [PATCH 1/3] bisect--helper: remove unused options
  ` [PATCH 2/3] bisect--helper: move all subcommands into their own functions
  ` [PATCH 3/3] bisect--helper: parse subcommand with OPT_SUBCOMMAND
  ` [PATCH v2 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND
    ` [PATCH v2 1/3] bisect--helper: remove unused options
    ` [PATCH v2 2/3] bisect--helper: move all subcommands into their own functions
    ` [PATCH v2 3/3] bisect--helper: parse subcommand with OPT_SUBCOMMAND
    ` [PATCH 00/13] Turn git-bisect to be builtin
      ` [PATCH 01/13] bisect tests: test for v2.30.0 "bisect run" regressions
      ` [PATCH 02/13] bisect: refactor bisect_run() to match CodingGuidelines
      ` [PATCH 03/13] bisect--helper: pass arg[cv] down to do_bisect_run
      ` [PATCH 04/13] bisect: fix output regressions in v2.30.0
      ` [PATCH 05/13] bisect run: keep some of the post-v2.30.0 output
      ` [PATCH 06/13] bisect--helper: remove unused arguments from do_bisect_run
      ` [PATCH 07/13] bisect--helper: pretend we're real bisect when report error
      ` [PATCH 08/13] bisect test: test exit codes on bad usage
      ` [PATCH 09/13] bisect--helper: emit usage for "git bisect"
      ` [PATCH 10/13] bisect--helper: make `state` optional
      ` [PATCH 11/13] bisect--helper: remove subcommand state
      ` [PATCH 12/13] bisect--helper: log: allow arbitrary number of arguments
      ` [PATCH 13/13] Turn `git bisect` into a full built-in
` [PATCH 00/13] bisect: v2.30.0 "run" regressions + make it built-in
  ` [PATCH 03/13] bisect: fix output regressions in v2.30.0
  ` [PATCH 04/13] bisect run: fix "--log" eating regression "
  ` [PATCH 06/13] bisect test: test exit codes on bad usage
  ` [PATCH 07/13] bisect--helper: emit usage for "git bisect"
  ` [PATCH 08/13] bisect--helper: have all functions take state, argc, argv, prefix
  ` [PATCH 09/13] parse-options API: don't restrict OPT_SUBCOMMAND() to one *_fn type
  ` [PATCH 10/13] bisect--helper: remove dead --bisect-{next-check,autostart} code
  ` [PATCH 11/13] bisect--helper: convert to OPT_SUBCOMMAND_CB()
  ` [PATCH 12/13] bisect--helper: make `state` optional

Can git send-email support neomutt?
 2022-11-06 10:17 UTC  (5+ messages)

[PATCH] ls-files: fix --ignored flag in synopsis
 2022-11-06  7:37 UTC  (2+ messages)
` [PATCH v2] ls-files: fix --ignored and --killed flags "

[PATCH] [RFC] diff: introduce scope option
 2022-11-06  6:58 UTC  (4+ messages)

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

[PATCH 0/2] git-maintenance quality-of-life improvements
 2022-11-06  0:42 UTC  (6+ messages)
` [PATCH 1/2] for-each-repo: interpolate repo path arguments
` [PATCH 2/2] maintenance: add option to register in a specific config

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

compat/fsmonitor/fsm-listen-darwin warning on macOS Ventura
 2022-11-05 17:26 UTC 

[PATCH 0/8] submodule: tests, cleanup to prepare for built-in
 2022-11-05 14:23 UTC  (13+ messages)
` [PATCH 5/8] submodule API & "absorbgitdirs": remove "----recursive" option
      ` FW: "
` [PATCH 8/8] submodule--helper: use OPT_SUBCOMMAND() API

[PATCH] t7610: fix flaky timeout issue, don't clone from example.com
 2022-11-05 11:54 UTC 

[PATCH v2 1/1] pack-bitmap.c: avoid exposing absolute paths
 2022-11-05  0:35 UTC  (3+ messages)

[PATCH v3] index: add trace2 region for clear skip worktree
 2022-11-05  0:29 UTC  (5+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] index: raise a bug if the index is materialised more than once

[PATCH v3 00/12] cmake: document, fix on *nix, add CI
 2022-11-05  0:27 UTC  (3+ messages)
` [PATCH v4 00/14] "

[PATCH v2 0/1] pack-bitmap.c: avoid exposing absolute paths
 2022-11-04 22:13 UTC  (7+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] pack-bitmap.c: remove unnecessary "open_pack_index()" calls

[PATCH v2] t7001-mv.sh: modernizing test script using functions
 2022-11-04 22:00 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] rebase: stop setting GIT_REFLOG_ACTION
 2022-11-04 21:56 UTC  (6+ messages)
` [PATCH 1/2] sequencer: stop exporting GIT_REFLOG_ACTION
` [PATCH 2/2] rebase: "

[PATCH] fsmonitor: long status advice adapted to the fsmonitor use case
 2022-11-04 21:40 UTC  (10+ messages)
` [PATCH v2] status: long status advice adapted to recent capabilities
  ` [PATCH v3] "

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2022-11-04 21:34 UTC  (22+ messages)
` [PATCH 1/4] worktree add: Include -B in usage docs
` [PATCH 2/4] builtin/worktree.c: Update checkout_worktree() to use git-worktree
` [PATCH 3/4] worktree add: add --orphan flag
` [PATCH 4/4] worktree add: Add unit tests for --orphan
` [PATCH v2 0/2] worktree: Support `--orphan` when creating new worktrees
  ` [PATCH v2 1/2] worktree add: Include -B in usage docs
  ` [PATCH v2 2/2] worktree add: add --orphan flag

[PATCH 0/2] t5516/t5601: avoid using localhost for failing HTTPS requests
 2022-11-04 13:16 UTC  (10+ messages)
` [RFC PATCH] fetch: stop emitting duplicate transfer.credentialsInUrl=warn warnings

Odd git-config behavior
 2022-11-04 11:47 UTC  (2+ messages)

[PATCH] documentation: update git-submodule documentation
 2022-11-04 11:25 UTC  (3+ messages)

[PATCH] ci: avoid unnecessary builds
 2022-11-04  3:20 UTC  (5+ messages)


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