git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-01-25 04:14:07 to 2022-01-26 22:20:18 UTC [more...]

[PATCH 0/5] scalar: implement the subcommand "diagnose"
 2022-01-26 22:20 UTC  (8+ messages)
` [PATCH 1/5] Implement `scalar diagnose`
` [PATCH 2/5] scalar diagnose: include disk space information
` [PATCH 3/5] scalar: teach `diagnose` to gather packfile info
` [PATCH 4/5] scalar: teach `diagnose` to gather loose objects information
` [PATCH 5/5] scalar diagnose: show a spinner while staging content

[PATCH] test-lib: unset trace2 parent envvars
 2022-01-26 22:11 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] http API: fix dangling pointer issue noted by GCC 12.0
 2022-01-26 21:59 UTC  (2+ messages)

git worktree, submodule and force checkout/switch
 2022-01-26 21:57 UTC  (2+ messages)

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

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

[PATCH] receive-pack: interrupt pre-receive when client disconnects
 2022-01-26 21:44 UTC  (4+ messages)
` [PATCH v2] receive-pack: add option to interrupt pre-receive when client exits

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

'git stash push' isn't atomic when Ctrl-C is pressed
 2022-01-26 20:47 UTC  (7+ messages)

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

[PATCH] scalar: accept -C and -c options before the subcommand
 2022-01-26 20:53 UTC  (2+ messages)

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2022-01-26 20:24 UTC  (21+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] t5326: demonstrate bitmap corruption after permutation
  ` [PATCH v4 2/9] midx.c: make changing the preferred pack safe
  ` [PATCH v4 3/9] pack-revindex.c: instrument loading on-disk reverse index
  ` [PATCH v4 4/9] t5326: drop unnecessary setup
  ` [PATCH v4 5/9] t5326: extract `test_rev_exists`
  ` [PATCH v4 6/9] t5326: move tests to t/lib-bitmap.sh
  ` [PATCH v4 7/9] t/lib-bitmap.sh: parameterize tests over reverse index source
  ` [PATCH v4 8/9] midx: read `RIDX` chunk when present
  ` [PATCH v4 9/9] pack-bitmap.c: gracefully fallback after opening pack/MIDX

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

Git in GSoC 2022?
 2022-01-26 20:05 UTC  (2+ messages)

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

[PATCH v4 00/11] Avoid removing the current working directory, even if it becomes empty
 2022-01-26 19:04 UTC  (14+ 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)

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

[PATCH 0/2] Fix two --diff-filter bugs
 2022-01-26 17:57 UTC  (7+ messages)
` [PATCH 1/2] docs(diff): lose incorrect claim about `diff-files --diff-filter=A`
` [PATCH 2/2] diff-filter: be more careful when looking for negative bits

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/11] rebase: reset_head() related fixes and improvements
 2022-01-26 14:52 UTC  (27+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 07/14] create_autostash(): remove unneeded parameter
  ` [PATCH v2 10/14] rebase: cleanup reset_head() calls
  ` [PATCH v3 00/14] rebase: reset_head() related fixes and improvements
    ` [PATCH v3 01/14] rebase: factor out checkout for up to date branch
    ` [PATCH v3 02/14] t5403: refactor rebase post-checkout hook tests
    ` [PATCH v3 03/14] rebase: pass correct arguments to post-checkout hook
    ` [PATCH v3 04/14] rebase: do not remove untracked files on checkout
    ` [PATCH v3 05/14] rebase --apply: don't run post-checkout hook if there is an error
    ` [PATCH v3 06/14] reset_head(): remove action parameter
    ` [PATCH v3 07/14] reset_head(): factor out ref updates
    ` [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

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-01-26 14:44 UTC  (15+ messages)
` [PATCH 04/12] merge-tree: implement real merges
` [PATCH 05/12] merge-ort: split out a separate display_update_messages() function
` [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 v3 0/3] For v2.35.0: refs: ab/refs-errno-cleanup fixup + remove "failure_errno"
 2022-01-26 14:37 UTC  (4+ 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()

[PATCH 0/2] docs: apply minor fixes to Documentation/config/pgp.txt
 2022-01-26 12:14 UTC  (7+ messages)
` [PATCH 1/2] docs: Fix bad whitespace in Documentation/config/pgp.txt
    ` [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 2/2] docs: add missing apostrophe to Documentation/config/gpg.txt

[RFC] Contributor doc: more on the proposed log message
 2022-01-26 11:07 UTC  (3+ messages)

[PATCH v2] cache.h: auto-detect if zlib has uncompress2()
 2022-01-26  7:23 UTC  (13+ messages)
` [PATCH v3] "
        ` [PATCH v4] compat: "
          ` [PATCH v5] "

[PATCH v3 0/6] Sparse checkout: fix bug with worktree of bare repo
 2022-01-26  6:59 UTC  (8+ 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 3/5] config: add repo_config_set_worktree_gently()
  ` [PATCH v4 4/5] sparse-checkout: set worktree-config correctly
  ` [PATCH v4 5/5] worktree: copy sparse-checkout patterns and config on add

[PATCH] clone, submodule: pass partial clone filters to submodules
 2022-01-26  6:03 UTC  (5+ messages)

[PATCH] patch-id: fix scan_hunk_header on diffs with -U1
 2022-01-26  5:13 UTC  (2+ messages)

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-01-26  0:25 UTC  (9+ messages)
` [PATCH 2/9] ci/run-build-and-tests: take a more high-level view
` [PATCH 3/9] ci: make it easier to find failed tests' logs in the GitHub workflow
` [PATCH 5/9] tests: refactor --write-junit-xml code

[PATCH] sequencer.c: set GIT_WORK_TREE in run_git_checkout
 2022-01-26  0:22 UTC  (5+ messages)

[RFC v2] cat-file: add a --stdin-cmd mode
 2022-01-25 23:00 UTC  (2+ messages)

[PATCH v3 9/9] pack-bitmap.c: gracefully fallback after opening pack/MIDX
 2022-01-25 21:46 UTC  (3+ messages)

[PATCH 0/4] Factorize i18n
 2022-01-25 21:26 UTC  (5+ messages)
` [PATCH 1/4] i18n: factorize more 'incompatible options' messages

[PATCH] promisor-remote.c: use oidset for deduplication
 2022-01-25 19:17 UTC  (4+ messages)

[Newcomer] Any ideas for microprojects ?
 2022-01-25 17:33 UTC  (3+ messages)

[PATCH] receive-pack: purge temporary data if no command is ready to run
 2022-01-25 16:49 UTC  (6+ messages)

[PATCH] git-gui: added Turkish translation
 2022-01-25 14:55 UTC  (2+ messages)

[RFC] cat-file: add a --stdin-cmd mode
 2022-01-25 13:57 UTC  (4+ messages)

[PATCH v7 0/2] Conditional config includes based on remote URL
 2022-01-25 13:26 UTC  (4+ messages)
    ` Scalar vs JGit, was "

Some sub-commands can't be completed by TAB key
 2022-01-25 12:49 UTC  (8+ messages)
` [PATCH] completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDS

[GSoC] Add –no-sort option for git-for-each-ref
 2022-01-25  9:59 UTC 

[BUG] git-stash does not handle branch name with slash correctly
 2022-01-25  7:13 UTC  (3+ messages)
` [PATCH] stash: strip "refs/heads/" with skip_prefix

[PATCH] sparse-checkout: create leading directory
 2022-01-25  5:37 UTC  (8+ messages)
` [PATCH v2] "

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

[PATCH v6 00/15] Reftable coverity fixes
 2022-01-24 21:54 UTC  (6+ messages)
` [PATCH v7 00/16] "
  ` [PATCH v7 14/16] reftable: make reftable_record a tagged union

[ANNOUNCE] Git for Windows 2.35.0
 2022-01-24 22:46 UTC 


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