messages from 2021-07-26 22:14:14 to 2021-07-28 22:45:30 UTC [more...]
[PATCH v4 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
2021-07-28 22:45 UTC (26+ 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] git-apply: fix --3way with binary patch
2021-07-28 21:01 UTC (9+ messages)
` [PATCH] ll-merge: teach ll_binary_merge() a trivial three-way merge
[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 (13+ messages)
[PATCH 0/1] Improve automatic setup of tracking for new branches
2021-07-28 18:39 UTC (5+ messages)
` [PATCH 1/1] config: support setting up a remote tracking branch upon creation
[PATCH v5 0/3] bundle doc: generalize & elaborate
2021-07-28 18:05 UTC (7+ messages)
` [PATCH v7 "
` [PATCH v7 1/3] bundle doc: rewrite the "DESCRIPTION" section
` [PATCH v7 2/3] bundle doc: elaborate on object prerequisites
` [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
[PATCH] Fix git-bisect when show-branch is configured to run with pager
2021-07-28 17:07 UTC (8+ messages)
` Re* "
` [PATCH v2] bisect: disable pager while invoking show-branch
Using two-dot range notation in `git rebase`?
2021-07-28 16:33 UTC (2+ messages)
[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 (6+ 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 (7+ messages)
` [PATCH 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules
` [PATCH 3/3] diff --submodule=diff: Don't print failure message twice
[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 (9+ 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)
[PATCH v3 0/5] [GSOC] ref-filter: add %(raw) and %(rest) atoms
2021-07-27 1:41 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 1/5] [GSOC] ref-filter: add obj-type check in grab contents
Files modified, even after: git reset --hard
2021-07-27 0:55 UTC (10+ messages)
[PATCH 0/4] bundle: show progress on "unbundle"
2021-07-27 0:41 UTC (5+ messages)
` [PATCH 1/4] bundle API: start writing API documentation
` [PATCH 2/4] bundle API: change "flags" to be "extra_index_pack_args"
` [PATCH 3/4] index-pack: add --progress-title option
` [PATCH 4/4] bundle: show progress on "unbundle"
[PATCH v8 0/7] refs: cleanup errno sideband ref related functions
2021-07-27 0:18 UTC (4+ messages)
` [PATCH v9 "
[PATCH] http.c: use error_errno(), not error() after fopen() failure
2021-07-27 0:07 UTC
[PATCH] fetch-negotiator: call BUG() on API misuse, don't segfault
2021-07-27 0:02 UTC
[PATCH v3 00/12] fix "git reflog expire" race & get rid of EISDIR in refs API
2021-07-26 23:44 UTC (13+ messages)
` [PATCH v4 00/11] "
` [PATCH v4 01/11] refs/packet: add missing BUG() invocations to reflog callbacks
` [PATCH v4 02/11] refs/files: remove unused REF_DELETING in lock_ref_oid_basic()
` [PATCH v4 03/11] refs/files: remove unused "extras/skip" "
` [PATCH v4 04/11] refs/files: remove unused "skip" in lock_raw_ref() too
` [PATCH v4 05/11] refs/debug: re-indent argument list for "prepare"
` [PATCH v4 06/11] refs: make repo_dwim_log() accept a NULL oid
` [PATCH v4 07/11] refs/files: add a comment about refs_reflog_exists() call
` [PATCH v4 08/11] reflog expire: don't lock reflogs using previously seen OID
` [PATCH v4 09/11] refs/files: remove unused "oid" in lock_ref_oid_basic()
` [PATCH v4 10/11] refs/files: remove unused "errno == EISDIR" code
` [PATCH v4 11/11] refs/files: remove unused "errno != ENOTDIR" condition
[PATCH v2] ci: run `make sparse` as part of the GitHub workflow
2021-07-26 22:20 UTC (3+ messages)
` [PATCH v3] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).