git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-26 08:44:12 to 2021-07-27 21:22:57 UTC [more...]

[PATCH 00/22] multi-pack reachability bitmaps
 2021-07-27 21:20 UTC  (69+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 02/24] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
  ` [PATCH v2 04/24] Documentation: build 'technical/bitmap-format' by default
  ` [PATCH v2 08/24] midx: respect 'core.multiPackIndex' when writing
  ` [PATCH v2 09/24] midx: infer preferred pack when not given one
  ` [PATCH v2 13/24] pack-bitmap: read multi-pack bitmaps
  ` [PATCH v2 14/24] pack-bitmap: write "
` [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 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] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
 2021-07-27 21:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 2
 2021-07-27 19:34 UTC  (21+ messages)
` [PATCH 11/12] builtin/rebase: fix options.strategy memory lifecycle
` [PATCH v2 00/12] Fix all leaks in tests t0002-t0099: Part 2
  ` [PATCH v2 01/12] fmt-merge-msg: free newly allocated temporary strings when done
  ` [PATCH v2 04/12] builtin/for-each-repo: remove unnecessary argv copy to plug leak
  ` [PATCH v2 05/12] diffcore-rename: move old_dir/new_dir definition "
  ` [PATCH v2 06/12] ref-filter: also free head for ATOM_HEAD to avoid leak
  ` [PATCH v2 07/12] read-cache: call diff_setup_done "
  ` [PATCH v2 08/12] convert: release strbuf "

[PATCH] Fix git-bisect when show-branch is configured to run with pager
 2021-07-27 18:29 UTC  (6+ messages)
` [PATCH v2] bisect: disable pager while invoking show-branch

[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

progress test failure on fedora34
 2021-07-27 17:38 UTC  (3+ messages)
` [PATCH] test-lib.sh: use GIT_TEST_COLUMNS over COLUMNS

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

[PATCH v2] pull: introduce --merge option
 2021-07-27 16:48 UTC  (9+ messages)

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

git apply --3way behaves abnormally when the patch contains binary changes
 2021-07-27 14:07 UTC 

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

[PATCH v4 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-27 13:15 UTC  (11+ 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

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  (4+ messages)

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

[PATCH] revision: allow pseudo options after --end-of-options
 2021-07-27  6:10 UTC  (8+ messages)

[PATCH v2 0/5] [GSOC] ref-filter: add %(raw) and %(rest) atoms
 2021-07-27  1:41 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/5] [GSOC] ref-filter: add %(rest) atom
  ` [PATCH v4 0/5] [GSOC] ref-filter: add %(raw) and %(rest) atoms
    ` [PATCH v4 1/5] [GSOC] ref-filter: add obj-type check in grab contents

[GSOC] How to improve the performance of git cat-file --batch
 2021-07-27  1:37 UTC  (5+ messages)

[RFC PATCH v2 2/2] hook: remote-suggested hooks
 2021-07-27  1:29 UTC  (4+ messages)

Files modified, even after: git reset --hard
 2021-07-27  0:55 UTC  (16+ 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 v5 0/3] bundle doc: generalize & elaborate
 2021-07-27  0:24 UTC  (5+ 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 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 v2 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
 2021-07-26 23:44 UTC  (21+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 06/12] refs API: pass the "lock OID" to reflog "prepare"
  ` [PATCH v4 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
    ` [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] ci: run `make sparse` as a GitHub workflow
 2021-07-26 22:20 UTC  (7+ messages)
` [PATCH v2] ci: run `make sparse` as part of the "
  ` [PATCH] ci: run "apt-get update" before "apt-get install"
  ` [PATCH v3] ci: run `make sparse` as part of the GitHub workflow

[PATCH v2 0/3] packfile-uris: commit objects exclusion
 2021-07-26 20:52 UTC  (10+ messages)
` [PATCH v3 0/3] packfile-uris: commit objects exclusio
  ` [PATCH v3 1/3] packfile-uris: support for excluding commit objects
  ` [PATCH v3 2/3] t5702: "
  ` [PATCH v3 3/3] packfile-uri.txt: "

[GSoC] [PATCH v2 0/4] submodule add: partial conversion to C
 2021-07-26 19:03 UTC  (6+ messages)
` [GSoC] [PATCH v3 "
  ` [GSoC] [PATCH v3 4/4] submodule--helper: introduce add-clone subcommand
    ` [PATCH] submodule: drop unused sm_name parameter from show_fetch_remotes()

git push --continue: yet another solution to the git pull problem
 2021-07-26 16:38 UTC 

[PATCH 0/5] Sparse Index: Integrate with 'git add'
 2021-07-26 15:18 UTC  (14+ messages)
` [PATCH 1/5] t1092: test merge conflicts outside cone
` [PATCH 2/5] add: allow operating on a sparse-only index
` [PATCH v2 0/5] Sparse Index: Integrate with 'git add'
  ` [PATCH v2 1/5] t1092: test merge conflicts outside cone
  ` [PATCH v2 2/5] add: allow operating on a sparse-only index
  ` [PATCH v2 3/5] pathspec: stop calling ensure_full_index
  ` [PATCH v2 4/5] add: ignore outside the sparse-checkout in refresh()
  ` [PATCH v2 5/5] add: remove ensure_full_index() with --renormalize

[PATCH 0/7] Final optimization batch (#15): use memory pools
 2021-07-26 14:44 UTC  (4+ messages)
` [PATCH 3/7] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers

[PATCH 0/2] Another partial clone prefetch
 2021-07-26 13:01 UTC  (2+ messages)

[PATCH v4 0/5] revision.[ch]: add --stdin parsing API, use in pack-objects
 2021-07-26 12:46 UTC  (7+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 1/5] upload-pack: run is_repository_shallow() before setup_revisions()
  ` [PATCH v5 2/5] revision.h: refactor "disable_stdin" and "read_from_stdin"
  ` [PATCH v5 3/5] revision.[ch]: add a "handle_stdin_line" API
  ` [PATCH v5 4/5] pack-objects.c: do stdin parsing via revision.c's API
  ` [PATCH v5 5/5] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS


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