git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-26 13:06:13 to 2022-01-28 00:08:39 UTC [more...]

[PATCH v3 0/3] sparse checkout: custom bash completion updates
 2022-01-28  0:08 UTC  (6+ 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] receive-pack: interrupt pre-receive when client disconnects
 2022-01-27 23:47 UTC  (10+ 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 v7 5/6] branch: add --recurse-submodules option for branch creation
 2022-01-27 22:42 UTC  (4+ messages)

[PATCH v6 0/5] implement branch --recurse-submodules
 2022-01-27 22:15 UTC  (4+ messages)
` [PATCH v7 0/6] "
  ` [PATCH v7 6/6] branch.c: use 'goto cleanup' in setup_tracking() to fix memory leaks

[PATCH 0/4] Really retire git-legacy-stash.sh
 2022-01-27 22:03 UTC  (5+ 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

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

[PATCH v3 0/9] submodule: convert the rest of 'update' to C
 2022-01-27 21:55 UTC  (11+ 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 v8 00/10] grep: simplify & delete "init" & "config" code
 2022-01-27 21:39 UTC  (14+ messages)
` [PATCH v9 0/9] "
  ` [PATCH v9 1/9] grep.h: remove unused "regex_t regexp" from grep_opt
  ` [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

[RFC v2] cat-file: add a --stdin-cmd mode
 2022-01-27 21:04 UTC  (3+ messages)

[PATCH v7 0/6] object-name: make ambiguous object output translatable + show tag date
 2022-01-27 20:14 UTC  (10+ messages)
` [PATCH v8 0/7] "
  ` [PATCH v8 1/7] object-name tests: add tests for ambiguous object blind spots
  ` [PATCH v8 2/7] object-name: explicitly handle OBJ_BAD in show_ambiguous_object()
  ` [PATCH v8 3/7] object-name: explicitly handle bad tags "
  ` [PATCH v8 4/7] object-name: make ambiguous object output translatable
  ` [PATCH v8 5/7] object-name: show date for ambiguous tag objects
  ` [PATCH v8 6/7] object-name: iterate ambiguous objects before showing header
  ` [PATCH v8 7/7] object-name: re-use "struct strbuf" in show_ambiguous_object()

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

[PATCH v4 00/11] Avoid removing the current working directory, even if it becomes empty
 2022-01-27 20:03 UTC  (11+ messages)
` [PATCH v5 "
  ` [PATCH v5 07/11] rebase: do not attempt to remove startup_info->original_cwd
    ` [Bug] Rebase from worktree subdir is broken (was Re: [PATCH v5 07/11] rebase: do not attempt to remove startup_info->original_cwd)

[PATCH] fetch --prune: exit with error if pruning fails
 2022-01-27 19:57 UTC  (2+ messages)

[PATCH 0/5] scalar: implement the subcommand "diagnose"
 2022-01-27 19:38 UTC  (13+ 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

[PATCH 0/2] Fix two --diff-filter bugs
 2022-01-27 19:08 UTC  (10+ 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

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  (11+ messages)
` [PATCH v2 0/3] contributor doc update around log messages
  ` [PATCH v2 1/3] SubmittingPatches: write problem statement in the log in the present tense
  ` [PATCH v2 2/3] CodingGuidelines: hint why we value clearly written log messages
  ` [PATCH v2 3/3] SubmittingPatches: explain why we care about "
  ` [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  (8+ messages)
` [PATCH v2] "

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

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

[PATCH 1/2] docs: Fix bad whitespace in Documentation/config/pgp.txt
 2022-01-27 17:50 UTC  (8+ 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 2/2] Documentation/config/pgp.txt: add missing apostrophe

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2022-01-27 17:37 UTC  (16+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v3 "
    ` [PATCH v3 06/14] reset_head(): remove action parameter
    ` [PATCH v3 08/14] reset_head(): make default_reflog_action optional
    ` [PATCH v3 09/14] create_autostash(): remove unneeded parameter
    ` [PATCH v3 10/14] rebase: cleanup reset_head() calls
    ` [PATCH v3 11/14] reset_head(): take struct rebase_head_opts
    ` [PATCH v3 12/14] rebase --apply: fix reflog
    ` [PATCH v3 13/14] rebase --apply: set ORIG_HEAD correctly
    ` [PATCH v3 14/14] rebase -m: don't fork git checkout

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

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2022-01-27 17:15 UTC  (19+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] t5326: demonstrate bitmap corruption after permutation
  ` [PATCH v4 3/9] pack-revindex.c: instrument loading on-disk reverse index
  ` [PATCH v4 5/9] t5326: extract `test_rev_exists`
  ` [PATCH v4 8/9] midx: read `RIDX` chunk when present
  ` [PATCH v4 9/9] pack-bitmap.c: gracefully fallback after opening pack/MIDX

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

spurious git stash create failures
 2022-01-27 15:09 UTC 

[PATCH 0/2] repack: add --filter=
 2022-01-27 15:03 UTC  (4+ messages)
` [PATCH 1/2] pack-objects: allow --filter without --stdout
` [PATCH 2/2] repack: add --filter=<filter-spec> option

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

[PATCH] scalar: accept -C and -c options before the subcommand
 2022-01-27 14:46 UTC  (4+ messages)

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

[GSoC][PATCH] lib-read-tree-m-3way: modernize a test script (style)
 2022-01-27 10:54 UTC  (2+ messages)

[PATCH] git-gui: added Turkish translation
 2022-01-27 10:41 UTC  (3+ messages)

git worktree, submodule and force checkout/switch
 2022-01-27  1:40 UTC  (3+ messages)

[RFC] shell: local x=$1 may need to quote the RHS
 2022-01-27  0:17 UTC  (8+ messages)

[PATCH v3 0/3] For v2.35.0: refs: ab/refs-errno-cleanup fixup + remove "failure_errno"
 2022-01-26 23:57 UTC  (5+ messages)
` [PATCH v4 0/2] refs: remove the last use of "errno" from the public API
  ` [PATCH v4 1/2] sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure
  ` [PATCH v4 2/2] refs API: remove "failure_errno" from refs_resolve_ref_unsafe()

Some sub-commands can't be completed by TAB key
 2022-01-26 22:34 UTC  (3+ messages)
` [PATCH] completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDS

[PATCH] clone: support unusual remote ref configurations
 2022-01-26 21:51 UTC  (3+ messages)

[PATCH v3 8/9] midx: read `RIDX` chunk when present
 2022-01-26 21:28 UTC  (2+ messages)

[PATCH v3 7/9] t/lib-bitmap.sh: parameterize tests over reverse index source
 2022-01-26 21:00 UTC  (2+ messages)

clean/smudge-filter with "attached file"?
 2022-01-26 20:06 UTC  (2+ messages)

[PATCH] sequencer, stash: fix running from worktree subdir
 2022-01-26 20:01 UTC  (3+ messages)

A puzzle: reset --hard and hard links
 2022-01-26 18:46 UTC  (12+ messages)

What's cooking in git.git (Jan 2022, #07; Mon, 24)
 2022-01-26 17:50 UTC  (8+ messages)
` Submodule UX overhaul update (was: What's cooking in git.git (Jan 2022, #07; Mon, 24))

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-01-26 14:44 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).