git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-27 11:56:52 to 2022-01-29 05:06:45 UTC [more...]

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-01-29  5:06 UTC  (29+ 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] patch-id: fix scan_hunk_header on diffs with -U1
 2022-01-29  2:47 UTC  (2+ messages)
` [PATCH V2] patch-id: fix scan_hunk_header on diffs with 1 line of before/after

[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] repo-settings: fix checking for fetch.negotiationAlgorithm=default
 2022-01-29  1:40 UTC  (3+ messages)

[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/4] Factorize i18n
 2022-01-28 23:58 UTC  (8+ 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 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

What's cooking in git.git (Jan 2022, #07; Mon, 24)
 2022-01-28 22:31 UTC  (4+ 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

[PATCH] scalar: accept -C and -c options before the subcommand
 2022-01-28 19:52 UTC  (13+ messages)
` [PATCH v2] "

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

[RFC v3] cat-file: add a --stdin-cmd mode
 2022-01-28 18:33 UTC 

[PATCH] fetch --prune: exit with error if pruning fails
 2022-01-28 18:14 UTC  (8+ messages)

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

[PATCH 00/11] Finish converting git bisect into a built-in
 2022-01-28 15:11 UTC  (15+ messages)
` [PATCH 01/11] bisect run: fix the error message
` [PATCH 02/11] bisect--helper: retire the --no-log option
` [PATCH 03/11] bisect--helper: really retire --bisect-next-check
` [PATCH 04/11] bisect--helper: really retire `--bisect-autostart`
` [PATCH 05/11] bisect--helper: align the sub-command order with git-bisect.sh
` [PATCH 06/11] bisect--helper: make `--bisect-state` optional
` [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

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

[PATCH v3 0/9] submodule: convert the rest of 'update' to C
 2022-01-28 12:56 UTC  (21+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] submodule--helper: get remote names from any repository
  ` [PATCH v4 2/7] submodule--helper: refactor get_submodule_displaypath()
  ` [PATCH v4 3/7] submodule--helper: allow setting superprefix for init_submodule()
  ` [PATCH v4 4/7] submodule--helper: run update using child process struct
  ` [PATCH v4 5/7] builtin/submodule--helper.c: reformat designated initializers
  ` [PATCH v4 6/7] builtin/submodule--helper.c: rename "suc" variable to "opt"
  ` [PATCH v4 7/7] submodule: move core cmd_update() logic to C
  ` [PATCH v5 0/9] submodule: convert the rest of 'update' "
    ` [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  (18+ 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 1/3] docs(diff): lose incorrect claim about `diff-files --diff-filter=A`
  ` [PATCH v2 2/3] diff.c: move the diff filter bits definitions up a bit
  ` [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 

BUG: Various "advice.*" config doesn't work
 2022-01-28  9:33 UTC 

[GSoC][PATCH] lib-read-tree-m-3way: modernize a test script (style)
 2022-01-28  9:51 UTC  (3+ messages)

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 v3 0/3] sparse checkout: custom bash completion updates
 2022-01-28  2:04 UTC  (10+ 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 0/4] Really retire git-legacy-stash.sh
 2022-01-28  1:59 UTC  (6+ messages)
` [PATCH 1/4] git-sh-setup: remove remnant bits referring to `git-legacy-stash`
` [PATCH 2/4] add: remove support for `git-legacy-stash`
` [PATCH 3/4] Remove documentation for `stash.useBuiltin`
` [PATCH 4/4] stash: stop warning about the obsolete `stash.useBuiltin` config setting

[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

[PATCH v7 5/6] branch: add --recurse-submodules option for branch creation
 2022-01-27 22:42 UTC  (4+ messages)

git log bug: -n flag doesn't work with --follow
 2022-01-27 21:59 UTC 

[PATCH v8 00/10] grep: simplify & delete "init" & "config" code
 2022-01-27 21:39 UTC  (13+ messages)
` [PATCH v9 0/9] "
  ` [PATCH v9 2/9] log tests: check if grep_config() is called by "log"-like cmds
  ` [PATCH v9 3/9] grep tests: add missing "grep.patternType" config tests
  ` [PATCH v9 4/9] built-ins: trust the "prefix" from run_builtin()
  ` [PATCH v9 5/9] grep.c: don't pass along NULL callback value
  ` [PATCH v9 6/9] grep API: call grep_config() after grep_init()
  ` [PATCH v9 7/9] grep.h: make "grep_opt.pattern_type_option" use its enum
  ` [PATCH v9 8/9] grep.c: do "if (bool && memchr())" not "if (memchr() && bool)"
  ` [PATCH v9 9/9] grep: simplify config parsing and option parsing

[PATCH v7 0/6] object-name: make ambiguous object output translatable + show tag date
 2022-01-27 20:14 UTC  (3+ messages)
` [PATCH v8 0/7] "

[PATCH 0/9] Sparse index: integrate with 'clean', 'checkout-index', 'update-index'
 2022-01-27 20:04 UTC  (5+ messages)
` [PATCH v2 "

[Bug] Rebase from worktree subdir is broken (was Re: [PATCH v5 07/11] rebase: do not attempt to remove startup_info->original_cwd)
 2022-01-27 20:03 UTC  (2+ messages)

[PATCH 0/5] scalar: implement the subcommand "diagnose"
 2022-01-27 19:38 UTC  (11+ messages)
` [PATCH 1/5] Implement `scalar diagnose`
` [PATCH 3/5] scalar: teach `diagnose` to gather packfile info
` [PATCH 4/5] scalar: teach `diagnose` to gather loose objects information

Git-Gui: Can the "push" button optionally be removed/disabled/hidden ?
 2022-01-27 19:06 UTC  (2+ messages)

[RFC] Contributor doc: more on the proposed log message
 2022-01-27 19:02 UTC  (9+ messages)
` [PATCH v2 0/3] contributor doc update around log messages
  ` [PATCH v2 2/3] CodingGuidelines: hint why we value clearly written "
  ` [PATCH v3 0/3] contributor doc update around "
  ` [PATCH v3 1/3] SubmittingPatches: write problem statement in the log in the present tense
  ` [PATCH v3 2/3] CodingGuidelines: hint why we value clearly written log messages
  ` [PATCH v3 3/3] SubmittingPatches: explain why we care about "

WARNING: terminal is not fully functional
 2022-01-27 18:44 UTC  (4+ messages)

[PATCH] test-lib: unset trace2 parent envvars
 2022-01-27 18:29 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] http API: fix dangling pointer issue noted by GCC 12.0
 2022-01-27 18:23 UTC  (5+ messages)

'git stash push' isn't atomic when Ctrl-C is pressed
 2022-01-27 18:05 UTC  (7+ messages)

[PATCH 1/2] docs: Fix bad whitespace in Documentation/config/pgp.txt
 2022-01-27 17:50 UTC  (6+ messages)
` [PATCH v2 0/2] Apply minor fixes to Documentation/config/pgp.txt
  ` [PATCH v2 1/2] Documentation/config/pgp.txt: replace stray <TAB> character with <SPC>

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2022-01-27 17:37 UTC  (5+ messages)
` [PATCH v2 00/14] "

Bug report - sparse-checkout ignores prefix when run in subdirectories
 2022-01-27 17:30 UTC  (5+ messages)

[PATCH v4 0/9] midx: prevent bitmap corruption when permuting pack order
 2022-01-27 17:15 UTC  (2+ messages)

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-01-27 16:31 UTC  (2+ messages)
` CI "grouping" within jobs v.s. lighter split-out jobs (was: [PATCH 0/9] ci: make Git's GitHub workflow output much more helpful)

[PATCH 0/2] repack: add --filter=
 2022-01-27 15:03 UTC  (3+ messages)
` [PATCH 2/2] repack: add --filter=<filter-spec> option

Git in GSoC 2022?
 2022-01-27 15:00 UTC  (3+ messages)

[PATCH v3 0/6] Sparse checkout: fix bug with worktree of bare repo
 2022-01-27 14:29 UTC  (12+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] Documentation: add extensions.worktreeConfig details
  ` [PATCH v4 4/5] sparse-checkout: set worktree-config correctly

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2022-01-27 14:13 UTC  (3+ messages)
` [PATCH v4 0/9] "


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