git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-28 00:13:47 to 2022-01-31 20:03:53 UTC [more...]

[PATCH v3 0/3] sparse checkout: custom bash completion updates
 2022-01-31 20:03 UTC  (11+ messages)
` [PATCH v4 0/3] completion: sparse-checkout updates
  ` [PATCH v4 1/3] completion: add sparse-checkout tests
  ` [PATCH v4 2/3] completion: sparse-checkout updates
  ` [PATCH v4 3/3] completion: ensure cone mode completion with multiple <TAB>s

[PATCH] fetch --prune: exit with error if pruning fails
 2022-01-31 19:20 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] patch-id: fix scan_hunk_header on diffs with -U1
 2022-01-31 18:55 UTC  (3+ messages)
` [PATCH V2] patch-id: fix scan_hunk_header on diffs with 1 line of before/after

[RFC v3] cat-file: add a --stdin-cmd mode
 2022-01-31 18:24 UTC  (3+ messages)

[PATCH 0/3] reftable related test tweaks
 2022-01-31 17:50 UTC  (4+ messages)
` [PATCH 1/3] t1405: explictly delete reflogs for reftable
` [PATCH 2/3] t1405: mark test that checks existence as REFFILES
` [PATCH 3/3] t5312: prepare for reftable

BUG: Various "advice.*" config doesn't work
 2022-01-31 17:46 UTC  (5+ messages)

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-01-31 17:45 UTC  (51+ messages)
` [PATCH 04/12] merge-tree: implement real merges
` [PATCH 05/12] merge-ort: split out a separate display_update_messages() function
` [PATCH 06/12] merge-ort: allow update messages to be written to different file stream
` [PATCH 07/12] merge-tree: support including merge messages in output
` [PATCH 08/12] merge-ort: provide a merge_get_conflicted_files() helper function
` [PATCH 09/12] merge-tree: provide a list of which files have conflicts
` [PATCH v2 00/13] In-core git merge-tree ("Server side merges")
  ` [PATCH v2 01/13] merge-tree: rename merge_trees() to trivial_merge_trees()
  ` [PATCH v2 02/13] merge-tree: move logic for existing merge into new function
  ` [PATCH v2 03/13] merge-tree: add option parsing and initial shell for real merge function
  ` [PATCH v2 04/13] merge-tree: implement real merges
  ` [PATCH v2 05/13] diff: allow diff_warn_rename_limit to write somewhere besides stdout
  ` [PATCH v2 06/13] merge-ort: split out a separate display_update_messages() function
  ` [PATCH v2 07/13] merge-ort: allow update messages to be written to different file stream
  ` [PATCH v2 08/13] merge-tree: support including merge messages in output
  ` [PATCH v2 09/13] merge-ort: provide a merge_get_conflicted_files() helper function
  ` [PATCH v2 10/13] merge-tree: provide a list of which files have conflicts
  ` [PATCH v2 11/13] merge-tree: provide easy access to `ls-files -u` style info
  ` [PATCH v2 12/13] merge-tree: add a --allow-unrelated-histories flag
  ` [PATCH v2 13/13] git-merge-tree.txt: add a section on potentional usage mistakes

[PATCH] repo-settings: fix checking for fetch.negotiationAlgorithm=default
 2022-01-31 17:33 UTC  (7+ messages)
` [PATCH v2] "

[ANNOUNCE] Git Rev News edition 83
 2022-01-31 17:16 UTC 

What's cooking in git.git (Jan 2022, #07; Mon, 24)
 2022-01-31 17:13 UTC  (6+ messages)
` ps/avoid-unnecessary-hook-invocation-with-packed-refs (Was: Re: What's cooking in git.git (Jan 2022, #07; Mon, 24))
  ` ps/avoid-unnecessary-hook-invocation-with-packed-refs
    ` flags types/names (was: ps/avoid-unnecessary-hook-invocation-with-packed-refs)
      ` flags types/names

Stage, test, and commit only some changes, then repeat
 2022-01-31 16:27 UTC  (3+ messages)

[PATCH v4 0/5] Sparse checkout: fix bug with worktree of bare repo
 2022-01-31 16:17 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/5] Documentation: add extensions.worktreeConfig details
  ` [PATCH v5 2/5] worktree: create init_worktree_config()
  ` [PATCH v5 3/5] config: add repo_config_set_worktree_gently()
  ` [PATCH v5 4/5] sparse-checkout: set worktree-config correctly
  ` [PATCH v5 5/5] worktree: copy sparse-checkout patterns and config on add

Why won't "git rebase -Xrenormalize -i $REBASE_SHA" do anything?
 2022-01-31 15:51 UTC  (2+ messages)

remotes group with one member
 2022-01-31 14:08 UTC 

[PATCH 0/4] Factorize i18n
 2022-01-31 13:36 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] i18n: factorize more 'incompatible options' messages
  ` [PATCH v2 2/4] i18n: factorize "invalid value" messages
  ` [PATCH v2 3/4] i18n: remove from i18n strings that do not hold translatable parts
  ` [PATCH v2 4/4] i18n: transfer variables into placeholders in command synopsis
  ` [PATCH v3 0/4] Factorize i18n
    ` [PATCH v3 1/4] i18n: factorize more 'incompatible options' messages
    ` [PATCH v3 2/4] i18n: factorize "invalid value" messages
    ` [PATCH v3 3/4] i18n: remove from i18n strings that do not hold translatable parts
    ` [PATCH v3 4/4] i18n: transfer variables into placeholders in command synopsis

[PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns
 2022-01-30 13:32 UTC  (5+ messages)
` [v2.35.0 regression] some PCRE hangs under UTF-8 locale (was: [PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns)

[PATCH 0/2] repack: add --filter=
 2022-01-30 13:02 UTC  (6+ messages)
` [PATCH 2/2] repack: add --filter=<filter-spec> option

[GSoC][PATCH] lib-read-tree-m-3way: modernize a test script (style)
 2022-01-30  9:43 UTC  (6+ messages)
` [PATCH v2 0/2] t/lib-read-tree-m-3way: modernize a test script
  ` [PATCH v2 1/2] t/lib-read-tree-m-3way: replace double quotes with single quotes
  ` [PATCH v2 2/2] t/lib-read-tree-m-3way: replace spaces with tabs

[PATCH 00/11] Finish converting git bisect into a built-in
 2022-01-30  6:39 UTC  (13+ messages)
` [PATCH 07/11] bisect: move even the option parsing to `bisect--helper`
` [PATCH 08/11] bisect--helper: using `--bisect-state` without an argument is a bug
` [PATCH 09/11] Turn `git bisect` into a full built-in
` [PATCH 10/11] bisect: remove Cogito-related code
` [PATCH 11/11] bisect: no longer try to clean up left-over `.git/head-name` files
  ` Fwd: [PATCH 00/11] Finish converting git bisect into a built-in

[Question] Translation Dictionary
 2022-01-29 19:35 UTC 

Git in GSoC 2022?
 2022-01-29 18:36 UTC  (11+ messages)

Draft of Git Rev News edition 83
 2022-01-29 18:15 UTC 

[ANNOUNCE] Git for Windows 2.35.1
 2022-01-29  7:59 UTC 

[PATCH] scalar: accept -C and -c options before the subcommand
 2022-01-29  6:39 UTC  (14+ messages)
` [PATCH v2] "

[PATCH] receive-pack: purge temporary data if no command is ready to run
 2022-01-29  6:35 UTC  (2+ messages)
` [PATCH v2] "

[ANNOUNCE] Git v2.35.1
 2022-01-29  2:49 UTC 

[PATCH] 2.35.1.txt: clarify the rebase/stash regression
 2022-01-29  2:16 UTC 

[PATCH v6 0/5] implement branch --recurse-submodules
 2022-01-29  0:04 UTC  (12+ messages)
` [PATCH v7 0/6] "
  ` [PATCH v7 6/6] branch.c: use 'goto cleanup' in setup_tracking() to fix memory leaks
  ` [PATCH v8 0/6] implement branch --recurse-submodules
    ` [PATCH v8 1/6] branch: move --set-upstream-to behavior to dwim_and_setup_tracking()
    ` [PATCH v8 2/6] branch: make create_branch() always create a branch
    ` [PATCH v8 3/6] branch: add a dry_run parameter to create_branch()
    ` [PATCH v8 4/6] builtin/branch: consolidate action-picking logic in cmd_branch()
    ` [PATCH v8 5/6] branch: add --recurse-submodules option for branch creation
    ` [PATCH v8 6/6] branch.c: use 'goto cleanup' in setup_tracking() to fix memory leaks

[PATCH 0/2] C99: harder dependency on variadic macros
 2022-01-28 22:40 UTC  (5+ messages)
` [PATCH v2 0/2] C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
  ` [PATCH v2 1/2] git-compat-util.h: clarify GCC v.s. C99-specific in comment
  ` [PATCH v2 2/2] C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code

[PATCH v2] receive-pack: add option to interrupt pre-receive when client exits
 2022-01-28 19:48 UTC  (7+ messages)
` [PATCH v3] receive-pack: check if client is alive before completing the push
  ` [PATCH v4] "

[PATCH] fetch: fix negotiate-only error message
 2022-01-28 17:42 UTC  (2+ messages)

[PATCH] sparse-checkout: fix a couple minor memory leaks
 2022-01-28 15:04 UTC  (2+ messages)

[PATCH v4 0/7] submodule: convert the rest of 'update' to C
 2022-01-28 12:56 UTC  (11+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 1/9] submodule--helper: get remote names from any repository
  ` [PATCH v5 2/9] submodule--helper: refactor get_submodule_displaypath()
  ` [PATCH v5 3/9] submodule--helper: allow setting superprefix for init_submodule()
  ` [PATCH v5 4/9] submodule--helper: run update using child process struct
  ` [PATCH v5 5/9] builtin/submodule--helper.c: reformat designated initializers
  ` [PATCH v5 6/9] builtin/submodule--helper.c: rename option variables to "opt"
  ` [PATCH v5 7/9] submodule--helper: don't use bitfield indirection for parse_options()
  ` [PATCH v5 8/9] submodule tests: test for init and update failure output
  ` [PATCH v5 9/9] submodule: move core cmd_update() logic to C

[PATCH 0/2] Fix two --diff-filter bugs
 2022-01-28 12:02 UTC  (16+ messages)
` [PATCH 2/2] diff-filter: be more careful when looking for negative bits
` [PATCH v2 0/3] Fix two --diff-filter bugs
  ` [PATCH v2 3/3] diff-filter: be more careful when looking for negative bits
  ` [PATCH v3 0/3] Fix two --diff-filter bugs
    ` [PATCH v3 1/3] docs(diff): lose incorrect claim about `diff-files --diff-filter=A`
    ` [PATCH v3 2/3] diff.c: move the diff filter bits definitions up a bit
    ` [PATCH v3 3/3] diff-filter: be more careful when looking for negative bits

[PATCH 0/2] fetch: speed up mirror-fetches with many refs
 2022-01-28 10:19 UTC  (3+ messages)
` [PATCH 1/2] fetch-pack: use commit-graph when computing cutoff
` [PATCH 2/2] fetch: skip computing output width when not printing anything

[PATCH 2/2] fetch: skip computing output width when not printing anything
 2022-01-28 10:17 UTC 

spurious git stash create failures
 2022-01-28  9:19 UTC  (2+ messages)

[RFC v2] cat-file: add a --stdin-cmd mode
 2022-01-28  6:07 UTC  (5+ messages)

[PATCH 0/4] Really retire git-legacy-stash.sh
 2022-01-28  1:59 UTC  (2+ messages)

[PATCH 0/2] A design for future-proofing fsync() configuration
 2022-01-28  1:28 UTC  (11+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] core.fsync: introduce granular fsync control


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