git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-08-23 11:37:40 to 2021-08-24 16:16:37 UTC [more...]

[PATCH 00/22] multi-pack reachability bitmaps
 2021-08-24 16:16 UTC  (12+ messages)
` [PATCH v4 00/25] "
  ` [PATCH v4 01/25] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
  ` [PATCH v4 02/25] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
  ` [PATCH v4 03/25] pack-bitmap-write.c: free existing bitmaps
  ` [PATCH v4 04/25] Documentation: describe MIDX-based bitmaps
  ` [PATCH v4 05/25] midx: clear auxiliary .rev after replacing the MIDX
  ` [PATCH v4 06/25] midx: reject empty `--preferred-pack`'s
  ` [PATCH v4 07/25] midx: infer preferred pack when not given one
  ` [PATCH v4 08/25] midx: close linked MIDXs, avoid leaking memory
  ` [PATCH v4 09/25] midx: avoid opening multiple MIDXs when writing
  ` [PATCH v4 10/25] pack-bitmap.c: introduce 'bitmap_num_objects()'

[PATCH v3 0/6] config-based hooks restarted
 2021-08-24 16:13 UTC  (9+ messages)
` [PATCH v3 1/6] hook: run a list of hooks instead
` [PATCH v3 2/6] hook: allow parallel hook execution
` [PATCH v3 3/6] hook: introduce "git hook list"

[RFC PATCH] send-email: allow fixing the cover letter subject
 2021-08-24 16:11 UTC  (3+ messages)

[BUG] git commit -a doesn't ignore inactive/ignore-all submodules
 2021-08-24 15:49 UTC  (2+ messages)

[PATCH 0/2] macos: safeguard git maintenance against highly concurrent operations
 2021-08-24 15:44 UTC  (3+ messages)
` [PATCH 1/2] maintenance: create `launchctl` configuration using a lock file
` [PATCH 2/2] maintenance: skip bootout/bootstrap when plist is registered

[PATCH 00/27] Base for "config-based-hooks"
 2021-08-24 14:22 UTC  (5+ messages)
` [PATCH v4 00/36] Run hooks via "git run hook" & hook library
  ` [PATCH v4 02/36] Makefile: stop hardcoding {command,config}-list.h

Need pull to delete files
 2021-08-24 13:09 UTC 

[GSoC] [PATCH v2] submodule--helper: run update procedures from C
 2021-08-24 14:06 UTC  (5+ messages)
` [GSoC] [PATCH v3] "
  ` [PATCH v4] "

[PATCH 1/1] upload-pack: buffer ref advertisement writes
 2021-08-24 14:02 UTC 

[PATCH v5 0/6] Finish converting git bisect to C part 4
 2021-08-24 14:00 UTC  (4+ messages)
` [PATCH v5 5/6] bisect--helper: reimplement `bisect_run` shell function in C

[PATCH] gitk: new option to hide prefetch refs
 2021-08-24 13:49 UTC  (2+ messages)

[PATCH 0/1] ci: new github-action for git-l10n code review
 2021-08-24 13:36 UTC  (9+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "

[PATCH 0/4] rebase -r: some merge related fixes
 2021-08-24 13:33 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] make: add install-strip target
 2021-08-24 13:15 UTC  (6+ messages)

[PATCH] whats-cooking: fix a couple of typos
 2021-08-24 13:06 UTC 

Automatically Handling Using/Checking Out Branches With One or More Different Contained Submodules?
 2021-08-24 12:00 UTC 

[ANNOUNCE] Git for Windows 2.33.0(2)
 2021-08-24 11:35 UTC 

git log --encoding=HTML is not supported
 2021-08-24 10:46 UTC  (4+ messages)

Proposalö git push -F
 2021-08-24 10:23 UTC  (2+ messages)

[PATCH 0/6] Speed up mirror-fetches with many refs
 2021-08-24 10:37 UTC  (9+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] fetch: speed up lookup of want refs via commit-graph
  ` [PATCH v2 2/7] fetch: avoid unpacking headers in object existence check
  ` [PATCH v2 3/7] connected: refactor iterator to return next object ID directly
  ` [PATCH v2 4/7] fetch-pack: optimize loading of refs via commit graph
  ` [PATCH v2 5/7] fetch: refactor fetch refs to be more extendable
  ` [PATCH v2 6/7] fetch: merge fetching and consuming refs
  ` [PATCH v2 7/7] fetch: avoid second connectivity check if we already have all objects

[GSoC] The Final Git Dev Blog(s)
 2021-08-24 10:22 UTC  (7+ messages)

What's cooking in git.git (Aug 2021, #08; Mon, 23)
 2021-08-24 10:08 UTC  (2+ messages)

[PATCH] make: add INSTALL_STRIP variable
 2021-08-24  9:49 UTC  (7+ messages)

[PATCH 0/4] test-tool: split up "read-cache" tool
 2021-08-24  9:15 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] test-tool: split up test-tool read-cache
  ` [PATCH v2 2/4] test-tool: migrate read-cache-perf to parse_options()
  ` [PATCH v2 3/4] test-tool: migrate read-cache-again "
  ` [PATCH v2 4/4] read-cache perf: add a perf test for refresh_index()

[PATCH] pull, fetch: fix segfault in --set-upstream option
 2021-08-24  8:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] multi-pack-index: fix *.rev cleanups with --object-dir
 2021-08-24  7:59 UTC  (5+ messages)

[BUG] send-email propagates "In-Reply-To"
 2021-08-24  7:48 UTC  (6+ messages)

[GSOC] [QUESTION] ref-filter: can %(raw) implement reuse oi.content?
 2021-08-24  7:11 UTC  (9+ messages)

Get tree of remote repository using custom ssh library
 2021-08-24  4:51 UTC  (2+ messages)

[RFC PATCH 00/13] Add bundle-uri: resumably clones, static "dumb" CDN etc
 2021-08-24  2:03 UTC  (7+ messages)
` [RFC PATCH 01/13] serve: add command to advertise bundle URIs

[PATCH] add http.maxReceiveSpeed to limit git-receive-pack receiving speed
 2021-08-24  0:31 UTC  (3+ messages)
` [PATCH v2] http: add http.maxReceiveSpeed to limit receiving speed of "git-receive-pack"

[PATCH] t5582: remove spurious 'cd "$D"' line
 2021-08-23 23:32 UTC  (2+ messages)

[PATCH v6 0/3] maintenance: add support for systemd timers on Linux
 2021-08-23 22:30 UTC  (5+ messages)
` [PATCH v7 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`

[filter-repo PATCH] filter-repo: add new --replace-message option
 2021-08-23 20:55 UTC  (4+ messages)
` [filter-repo PATCH v2] "

[PATCH v7 0/3] maintenance: add support for systemd timers on Linux
 2021-08-23 20:40 UTC  (5+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/3] cache.h: Introduce a generic "xdg_config_home_for(…)" function
  ` [PATCH v8 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`
  ` [PATCH v8 3/3] maintenance: add support for systemd timers on Linux

[PATCH] compat: let git_mmap use malloc(3) directly
 2021-08-23 20:27 UTC  (3+ messages)

[PATCH] test: fix for COLUMNS and bash 5
 2021-08-23 20:24 UTC  (5+ messages)

[PATCH v2 0/8] Sparse index: delete ignored files outside sparse cone
 2021-08-23 20:00 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 8/8] sparse-checkout: clear tracked sparse dirs

git read-tree doesn't accept tree-ish
 2021-08-23 19:38 UTC  (7+ messages)

[PATCH] sparse-index: copy dir_hash in ensure_full_index()
 2021-08-23 19:27 UTC  (7+ messages)

[PATCH] Make ident dynamic, not just a hardcoded value of "$Id"
 2021-08-23 18:41 UTC  (3+ messages)

[PATCH] Give support for hooks based on platform
 2021-08-23 18:32 UTC  (8+ messages)

[PATCH v2] multi-pack-index: fix *.rev cleanups with --object-dir
 2021-08-23 18:00 UTC  (7+ messages)

[PATCH] rebase: emit one "fatal" in "fatal: fatal: <error>"
 2021-08-23 17:29 UTC  (2+ messages)

Git is removing . from the last part of user.name
 2021-08-23 16:25 UTC  (4+ messages)

[PATCH] multi-pack-index: fix --object-dir from outside repo
 2021-08-23 16:16 UTC  (9+ messages)

[PATCH] ls-remote: set packet_trace_identity(<name>)
 2021-08-23 16:08 UTC  (2+ messages)

send-email issue
 2021-08-23 14:49 UTC  (10+ messages)

What's cooking in git.git (Aug 2021, #07; Fri, 20)
 2021-08-23 13:03 UTC  (3+ messages)

[PATCH v3 0/6] commit-graph: usage fixes
 2021-08-23 12:30 UTC  (9+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] commit-graph: define common usage with a macro
  ` [PATCH v4 2/7] commit-graph: remove redundant handling of -h
  ` [PATCH v4 3/7] commit-graph: use parse_options_concat()
  ` [PATCH v4 4/7] multi-pack-index: refactor "goto usage" pattern
  ` [PATCH v4 5/7] commit-graph: early exit to "usage" on !argc
  ` [PATCH v4 6/7] commit-graph: show usage on "commit-graph [write|verify] garbage"
  ` [PATCH v4 7/7] commit-graph: show "unexpected subcommand" error

[PATCH v3 00/25] Support reftable ref backend for Git
 2021-08-23 12:12 UTC  (30+ messages)
` [PATCH v4 00/28] "
  ` [PATCH v4 01/28] hash.h: provide constants for the hash IDs
  ` [PATCH v4 02/28] init-db: set the_repository->hash_algo early on
  ` [PATCH v4 03/28] reftable: RFC: add LICENSE
  ` [PATCH v4 04/28] reftable: add error related functionality
  ` [PATCH v4 05/28] reftable: utility functions
  ` [PATCH v4 06/28] reftable: add blocksource, an abstraction for random access reads
  ` [PATCH v4 07/28] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v4 08/28] Provide zlib's uncompress2 from compat/zlib-compat.c
  ` [PATCH v4 09/28] reftable: reading/writing blocks
  ` [PATCH v4 10/28] reftable: a generic binary tree implementation
  ` [PATCH v4 11/28] reftable: write reftable files
  ` [PATCH v4 12/28] reftable: generic interface to tables
  ` [PATCH v4 13/28] reftable: read reftable files
  ` [PATCH v4 14/28] reftable: reftable file level tests
  ` [PATCH v4 15/28] reftable: add a heap-based priority queue for reftable records
  ` [PATCH v4 16/28] reftable: add merged table view
  ` [PATCH v4 17/28] reftable: implement refname validation
  ` [PATCH v4 18/28] reftable: implement stack, a mutable database of reftable files
  ` [PATCH v4 19/28] reftable: add dump utility
  ` [PATCH v4 20/28] refs: RFC: Reftable support for git-core
  ` [PATCH v4 21/28] git-prompt: prepare for reftable refs backend
  ` [PATCH v4 22/28] Add "test-tool dump-reftable" command
  ` [PATCH v4 23/28] t1301: document what needs to be done for reftable
  ` [PATCH v4 24/28] t1401,t2011: parameterize HEAD.lock for REFFILES
  ` [PATCH v4 25/28] t1404: annotate test cases with REFFILES
  ` [PATCH v4 26/28] reftable: fixup for new base topic 1/3
  ` [PATCH v4 27/28] reftable: fixup for new base topic 2/3
  ` [PATCH v4 28/28] reftable: fixup for new base topic 3/3

[PATCH v9 0/7] refs: cleanup errno sideband ref related functions
 2021-08-23 11:52 UTC  (10+ messages)
` [PATCH v10 0/8] "
  ` [PATCH v10 1/8] refs file backend: move raceproof_create_file() here
  ` [PATCH v10 2/8] refs: remove EINVAL errno output from specification of read_raw_ref_fn
  ` [PATCH v10 3/8] refs/files-backend: stop setting errno from lock_ref_oid_basic
  ` [PATCH v10 4/8] refs: make errno output explicit for read_raw_ref_fn
  ` [PATCH v10 5/8] refs: add failure_errno to refs_read_raw_ref() signature
  ` [PATCH v10 6/8] branch tests: test for errno propagating on failing read
  ` [PATCH v10 7/8] refs: explicitly return failure_errno from parse_loose_ref_contents
  ` [PATCH v10 8/8] refs: make errno output explicit for refs_resolve_ref_unsafe

[PATCH v4 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
 2021-08-23 11:36 UTC  (12+ messages)
` [PATCH v5 00/13] "
  ` [PATCH v5 04/13] refs/files: remove unused "extras/skip" in lock_ref_oid_basic()
  ` [PATCH v5 05/13] refs/files: remove unused "skip" in lock_raw_ref() too
  ` [PATCH v5 06/13] refs/debug: re-indent argument list for "prepare"
  ` [PATCH v5 07/13] refs: make repo_dwim_log() accept a NULL oid
  ` [PATCH v5 08/13] refs/files: add a comment about refs_reflog_exists() call
  ` [PATCH v5 09/13] reflog expire: don't lock reflogs using previously seen OID
  ` [PATCH v5 10/13] refs API: remove OID argument to reflog_expire()
  ` [PATCH v5 11/13] refs/files: remove unused "oid" in lock_ref_oid_basic()
  ` [PATCH v5 12/13] refs/files: remove unused "errno == EISDIR" code
  ` [PATCH v5 13/13] refs/files: remove unused "errno != ENOTDIR" condition


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