git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-11-03 16:43:24 to 2022-11-05 22:34:20 UTC [more...]

"git bisect run" strips "--log" from the list of arguments
 2022-11-05 21:59 UTC  (62+ 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

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

Can git send-email support neomutt?
 2022-11-05 18:10 UTC  (2+ messages)

[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  (17+ messages)
` [PATCH 1/8] submodule--helper: move "config" to a test-tool
` [PATCH 2/8] submodule tests: add tests for top-level flag output
` [PATCH 5/8] submodule API & "absorbgitdirs": remove "----recursive" option
      ` FW: "
` [PATCH 8/8] submodule--helper: use OPT_SUBCOMMAND() API

[PATCH 0/2] receive-pack: use advertised reference tips to inform connectivity check
 2022-11-05 12:55 UTC  (8+ 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 00/17] leak fixes: use existing constructors & other trivia
 2022-11-05 12:46 UTC  (25+ messages)
` [PATCH 01/17] tests: mark tests as passing with SANITIZE=leak
` [PATCH 02/17] {reset,merge}: call discard_index() before returning
` [PATCH 03/17] commit: discard partial cache before (re-)reading it
` [PATCH 04/17] read-cache.c: clear and free "sparse_checkout_patterns"
` [PATCH 05/17] dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"
` [PATCH 06/17] built-ins & libs & helpers: add/move destructors, fix leaks
` [PATCH 07/17] unpack-file: fix ancient leak in create_temp_file()
` [PATCH 08/17] revision API: call graph_clear() in release_revisions()
` [PATCH 09/17] ls-files: fix a --with-tree memory leak
` [PATCH 10/17] sequencer.c: fix "opts->strategy" leak in read_strategy_opts()
` [PATCH 11/17] connected.c: free the "struct packed_git"
` [PATCH 12/17] sequencer.c: fix a pick_commits() leak
` [PATCH 13/17] rebase: don't leak on "--abort"
` [PATCH 14/17] sequencer.c: fix sequencer_continue() leak
` [PATCH 15/17] cherry-pick: free "struct replay_opts" members
` [PATCH 16/17] revert: fix parse_options_concat() leak
` [PATCH 17/17] built-ins: use free() not UNLEAK() if trivial, rm dead code

[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  (12+ messages)
` [PATCH v4 00/14] "
  ` [PATCH v4 01/14] cmake: don't invoke msgfmt with --statistics
  ` [PATCH v4 07/14] cmake: set "USE_LIBPCRE2" in "GIT-BUILD-OPTIONS" for test-lib.sh
  ` [PATCH v4 08/14] test-lib.sh: support a "GIT_TEST_BUILD_DIR"
  ` [PATCH v4 09/14] Makefile + cmake: use environment, not GIT-BUILD-DIR
  ` [PATCH v4 10/14] cmake: support GIT_TEST_OPTS, abstract away WIN32 defaults
  ` [PATCH v4 11/14] cmake: increase test timeout on Windows only
  ` [PATCH v4 12/14] cmake: only look for "sh" in "C:/Program Files" on Windows
  ` [PATCH v4 13/14] cmake: copy over git-p4.py for t983[56] perforce test
  ` [PATCH v4 14/14] CI: add a "linux-cmake-test" to run cmake & ctest on linux

What's cooking in git.git (Nov 2022, #01; Thu, 3)
 2022-11-05  0:26 UTC  (3+ messages)

[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] t7001-mv.sh:modernizing test script using function
 2022-11-04 22:00 UTC  (5+ messages)
` [PATCH v2] t7001-mv.sh: modernizing test script using functions
  ` [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

rebase -i --update-refs can lead to deletion of branches
 2022-11-04 20:17 UTC  (11+ messages)
      ` [PATCH] rebase --update-refs: avoid unintended ref deletion

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

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

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

[PATCH v3 6/6] diff-lib: parallelize run_diff_files for submodules
 2022-11-03 21:16 UTC  (3+ messages)

[RFC/PoC 0/5] Provide example docbundles
 2022-11-03 20:36 UTC  (14+ messages)
` [RFC/PoC 1/5] doc: provide DocBundles design document
` [RFC/PoC 2/5] Documentation Bundles: ignore artifact files from creating doc bundles
` [RFC/PoC 3/5] test-lib: add GIT_BUNDLE_DIR setup
` [RFC/PoC 5/5] docbundle: provide the git-log History Simplification example

[PATCH v2 0/6] Enhance credential helper protocol to include auth headers
 2022-11-03 19:00 UTC  (3+ messages)
` [PATCH v3 00/11] "


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