git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-27 06:11:18 to 2021-07-29 14:52:18 UTC [more...]

[PATCH 0/5] Sparse Index: Integrate with 'git add'
 2021-07-29 14:52 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 2/5] add: allow operating on a sparse-only index

Using two-dot range notation in `git rebase`?
 2021-07-29 14:11 UTC  (5+ messages)

[PATCH v4 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-29 13:52 UTC  (40+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/9] ssh signing: preliminary refactoring and clean-up
  ` [PATCH v5 2/9] ssh signing: add ssh signature format and signing using ssh keys
  ` [PATCH v5 3/9] ssh signing: retrieve a default key from ssh-agent
  ` [PATCH v5 4/9] ssh signing: provide a textual representation of the signing key
  ` [PATCH v5 5/9] ssh signing: parse ssh-keygen output and verify signatures
  ` [PATCH v5 6/9] ssh signing: add test prereqs
  ` [PATCH v5 7/9] ssh signing: duplicate t7510 tests for commits
  ` [PATCH v5 8/9] ssh signing: add more tests for logs, tags & push certs
  ` [PATCH v5 9/9] ssh signing: add documentation
  ` [PATCH v6 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
    ` [PATCH v6 1/9] ssh signing: preliminary refactoring and clean-up
    ` [PATCH v6 2/9] ssh signing: add ssh signature format and signing using ssh keys
    ` [PATCH v6 3/9] ssh signing: retrieve a default key from ssh-agent
    ` [PATCH v6 4/9] ssh signing: provide a textual representation of the signing key
    ` [PATCH v6 5/9] ssh signing: parse ssh-keygen output and verify signatures
    ` [PATCH v6 6/9] ssh signing: add test prereqs
    ` [PATCH v6 7/9] ssh signing: duplicate t7510 tests for commits
    ` [PATCH v6 8/9] ssh signing: add more tests for logs, tags & push certs
    ` [PATCH v6 9/9] ssh signing: add documentation

[PATCH] Documentation: render special characters correctly
 2021-07-29 13:04 UTC  (2+ messages)

[PATCH 0/2] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
 2021-07-29 12:27 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] [GSOC] cherry-pick: use better advice message

Draft of Git Rev News edition 77
 2021-07-29  6:59 UTC 

[PATCH 0/7] Final optimization batch (#15): use memory pools
 2021-07-29  3:58 UTC  (14+ messages)
` [PATCH 3/7] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
` [PATCH v2 0/7] Final optimization batch (#15): use memory pools
  ` [PATCH v2 1/7] diffcore-rename: use a mem_pool for exact rename detection's hashmap
  ` [PATCH v2 2/7] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
  ` [PATCH v2 3/7] merge-ort: set up a memory pool
  ` [PATCH v2 4/7] merge-ort: switch our strmaps over to using memory pools
  ` [PATCH v2 5/7] diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc
  ` [PATCH v2 6/7] merge-ort: store filepairs and filespecs in our mem_pool
  ` [PATCH v2 7/7] merge-ort: reuse path strings in pool_alloc_filespec

[PATCH] Fix git-bisect when show-branch is configured to run with pager
 2021-07-29  2:34 UTC  (9+ messages)
        ` Re* "
` [PATCH v2] bisect: disable pager while invoking show-branch

[PATCH 0/1] Improve automatic setup of tracking for new branches
 2021-07-29  2:01 UTC  (7+ messages)
` [PATCH 1/1] config: support setting up a remote tracking branch upon creation
  ` [PATCH 1/1] config: support a default remote tracking setup upon branch creation

[PATCH] git-apply: fix --3way with binary patch
 2021-07-29  1:06 UTC  (11+ messages)
  ` [PATCH] ll-merge: teach ll_binary_merge() a trivial three-way merge

What's cooking in git.git (Jul 2021, #07; Wed, 28)
 2021-07-29  0:05 UTC 

[BUG] 'git bisect start' fails to detect bad revisions without '--'
 2021-07-28 20:58 UTC  (2+ messages)

[PATCH v2 00/30] Minimal restart of "config-based-hooks"
 2021-07-28 20:39 UTC  (3+ messages)
` [PATCH 00/27] Base for "config-based-hooks"

[GSoC] [PATCH] submodule--helper: introduce add-config subcommand
 2021-07-28 19:51 UTC  (3+ messages)
` [GSoC] [PATCH v2] "

[PATCH v2] pull: introduce --merge option
 2021-07-28 19:25 UTC  (12+ messages)

[PATCH v5 0/3] bundle doc: generalize & elaborate
 2021-07-28 18:05 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/3] bundle doc: elaborate on rev<->ref restriction

[PATCH 00/22] multi-pack reachability bitmaps
 2021-07-28 17:52 UTC  (54+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 02/24] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
  ` [PATCH v2 08/24] midx: respect 'core.multiPackIndex' when writing
  ` [PATCH v2 14/24] pack-bitmap: write multi-pack bitmaps
` [PATCH v3 00/25] multi-pack reachability bitmaps
  ` [PATCH v3 01/25] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
  ` [PATCH v3 02/25] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
  ` [PATCH v3 03/25] pack-bitmap-write.c: free existing bitmaps
  ` [PATCH v3 04/25] Documentation: describe MIDX-based bitmaps
  ` [PATCH v3 05/25] midx: clear auxiliary .rev after replacing the MIDX
  ` [PATCH v3 06/25] midx: reject empty `--preferred-pack`'s
  ` [PATCH v3 07/25] midx: infer preferred pack when not given one
  ` [PATCH v3 08/25] midx: close linked MIDXs, avoid leaking memory
  ` [PATCH v3 09/25] midx: avoid opening multiple MIDXs when writing
  ` [PATCH v3 10/25] pack-bitmap.c: introduce 'bitmap_num_objects()'
  ` [PATCH v3 11/25] pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
  ` [PATCH v3 12/25] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'
  ` [PATCH v3 13/25] pack-bitmap.c: avoid redundant calls to try_partial_reuse
  ` [PATCH v3 14/25] pack-bitmap: read multi-pack bitmaps
  ` [PATCH v3 15/25] pack-bitmap: write "
  ` [PATCH v3 16/25] t5310: move some tests to lib-bitmap.sh
  ` [PATCH v3 17/25] t/helper/test-read-midx.c: add --checksum mode
  ` [PATCH v3 18/25] t5326: test multi-pack bitmap behavior
  ` [PATCH v3 19/25] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP
  ` [PATCH v3 20/25] t5310: "
  ` [PATCH v3 21/25] t5319: don't write MIDX bitmaps in t5319
  ` [PATCH v3 22/25] t7700: update to work with MIDX bitmap test knob
  ` [PATCH v3 23/25] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
  ` [PATCH v3 24/25] p5310: extract full and partial bitmap tests
  ` [PATCH v3 25/25] p5326: perf tests for MIDX bitmaps

[PATCH] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
 2021-07-28 17:26 UTC  (14+ messages)
` [PATCH v2] "

[PATCH v2 0/2] mingw: handle absolute paths in expand_user_path()
 2021-07-28 17:08 UTC  (11+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 4/5] Use a better name for the function interpolating paths

[GSOC] How to improve the performance of git cat-file --batch
 2021-07-28 15:36 UTC  (8+ messages)

[PATCH] git-apply: fix --3way with binary patch
 2021-07-28  4:45 UTC 

git apply --3way behaves abnormally when the patch contains binary changes
 2021-07-28  4:45 UTC  (5+ messages)
    `  "

[PATCH] git-apply: add --quiet flag
 2021-07-28  3:22 UTC  (2+ messages)
` [PATCH V2] "

[PATCH V2] git-rev-list: add --first-parent-not flag
 2021-07-28  3:20 UTC  (2+ messages)
` [PATCH V3] "

[PATCH] git-apply: silence errors for success cases
 2021-07-28  3:14 UTC  (2+ messages)
` [PATCH V2] "

progress test failure on fedora34
 2021-07-28  0:53 UTC  (4+ messages)
` [PATCH] test-lib.sh: use GIT_TEST_COLUMNS over COLUMNS

[RFC PATCH v2 2/2] hook: remote-suggested hooks
 2021-07-27 22:40 UTC  (3+ messages)

[PATCH 0/3] Push negotiation fixes
 2021-07-27 21:11 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] send-pack: fix push.negotiate with remote helper
  ` [PATCH v2 2/3] send-pack: fix push nego. when remote has refs

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 2
 2021-07-27 19:34 UTC  (7+ messages)
` [PATCH 11/12] builtin/rebase: fix options.strategy memory lifecycle

[PATCH v2 4/4] submodule: cache superproject gitdir during 'update'
 2021-07-27 17:51 UTC  (2+ messages)

[PATCH v2 2/4] introduce submodule.superprojectGitDir cache
 2021-07-27 17:46 UTC  (2+ messages)

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-27 17:45 UTC  (12+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 12/34] fsmonitor-fs-listen-macos: stub in backend for MacOS

[PATCH 1/3] Remove unused var
 2021-07-27 17:35 UTC  (4+ messages)
` [PATCH 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules

[PATCH v2 1/4] t7400-submodule-basic: modernize inspect() helper
 2021-07-27 17:12 UTC  (2+ messages)

[BUG] git add is silent when adding submodule with modified content
 2021-07-27 14:48 UTC 

[GSoC] A small survey + My Git Blog, week 10
 2021-07-27 13:23 UTC  (5+ messages)

What's cooking in git.git (Jul 2021, #06; Mon, 26)
 2021-07-27 13:12 UTC  (3+ messages)

Exit code 255 after large clone (32-bit PowerPC)
 2021-07-27 12:44 UTC  (7+ messages)

ref-in-want does not consider namespace
 2021-07-27  9:11 UTC  (3+ messages)

[PATCH] revision: allow pseudo options after --end-of-options
 2021-07-27  6:10 UTC  (8+ 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).