git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 15:40:50 to 2021-08-23 12:56:42 UTC [more...]

[PATCH] pull, fetch: fix segfault in --set-upstream option
 2021-08-23 12:56 UTC  (2+ messages)
` [PATCH v2] "

[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 v2 00/25] Support reftable ref backend for Git
 2021-08-23 12:12 UTC  (36+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/25] hash.h: provide constants for the hash IDs
  ` [PATCH v3 20/25] refs: RFC: Reftable support for git-core
  ` [PATCH v4 00/28] Support reftable ref backend for Git
    ` [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  (15+ messages)
` [PATCH v5 00/13] "
  ` [PATCH v5 01/13] refs/packet: add missing BUG() invocations to reflog callbacks
  ` [PATCH v5 02/13] refs/files: remove unused REF_DELETING in lock_ref_oid_basic()
  ` [PATCH v5 03/13] refs: drop unused "flags" parameter to lock_ref_oid_basic()
  ` [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

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

[PATCH 0/4] bundle: show progress on "unbundle"
 2021-08-23 11:02 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] bundle API: start writing API documentation
  ` [PATCH v2 2/4] bundle API: change "flags" to be "extra_index_pack_args"
  ` [PATCH v2 3/4] index-pack: add --progress-title option
  ` [PATCH v2 4/4] bundle: show progress on "unbundle"

[RFC PATCH v3 0/4] advice: remove usage of `advice_*` global variables
 2021-08-23 10:44 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] advice: add enum variants for missing advice variables
  ` [PATCH v4 2/4] advice: remove read uses of most global `advice_` variables
  ` [PATCH v4 3/4] advice: remove use of global advice_add_embedded_repo
  ` [PATCH v4 4/4] advice: move advice.graftFileDeprecated squashing to commit.[ch]

[PATCH v2 0/3] progress.c API users: fix bogus counting
 2021-08-23 10:29 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] commit-graph: fix bogus counter in "Scanning merged commits" progress line
  ` [PATCH v3 2/2] entry: show finer-grained counter in "Filtering content" "

What's cooking in git.git (Aug 2021, #06; Mon, 16)
 2021-08-23 10:21 UTC  (4+ messages)
` Giving priority to the reftable topic (was Re: What's cooking in git.git (Aug 2021, #06; Mon, 16))

[PATCH v2] multi-pack-index: fix *.rev cleanups with --object-dir
 2021-08-23  9:40 UTC 

[RFC PATCH] multi-pack-index: allow operating without pack files
 2021-08-23  9:22 UTC  (7+ messages)

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

[PATCH 0/6] Speed up mirror-fetches with many refs
 2021-08-23  6:52 UTC  (14+ messages)
` [PATCH 1/6] fetch: speed up lookup of want refs via commit-graph
` [PATCH 3/6] connected: refactor iterator to return next object ID directly
` [PATCH 6/6] fetch: avoid second connectivity check if we already have all objects

Feature Idea: Expanding git to support automatic Semver stamping
 2021-08-23  6:45 UTC  (2+ messages)

[PATCH 0/1] ci: new github-action for git-l10n code review
 2021-08-23  6:42 UTC  (4+ messages)
` [PATCH 1/1] "

Projects
 2021-08-21 22:41 UTC 

[PATCH] Give support for hooks based on platform
 2021-08-23  1:07 UTC  (5+ messages)

Git is removing . from the last part of user.name
 2021-08-22 19:35 UTC  (4+ messages)

Get tree of remote repository using custom ssh library
 2021-08-22 18:47 UTC 

[GSoC] Git Final Blog
 2021-08-22 17:13 UTC  (5+ messages)

[GSoC] The Final Git Dev Blog(s)
 2021-08-22 17:04 UTC  (6+ messages)

[PATCH v2] make: add INSTALL_STRIP variable
 2021-08-22 14:37 UTC  (2+ messages)

[PATCH v5] [GSOC] cherry-pick: use better advice message
 2021-08-22 13:08 UTC  (5+ messages)
` [PATCH v6] "
  ` [PATCH v7] "

[BUG] send-email propagates "In-Reply-To"
 2021-08-22 12:11 UTC  (2+ messages)

[PATCH v2] diff-lib: ignore all outsider if --relative asked
 2021-08-22  8:49 UTC  (4+ messages)
` Bug: Segmentation fault in git diff
  ` [PATCH] diff-lib: ignore all outsider if --relative asked
    ` [PATCH v3] "

(no subject)
 2021-08-21 23:52 UTC  (2+ messages)
` 

[PATCH 0/6] Sparse Index: Integrate with merge, cherry-pick, rebase, and revert
 2021-08-21 23:48 UTC  (19+ messages)
` [PATCH 1/6] t1092: use ORT merge strategy
` [PATCH 2/6] diff: ignore sparse paths in diffstat
` [PATCH 3/6] merge: make sparse-aware with ORT
` [PATCH 4/6] merge-ort: expand only for out-of-cone conflicts
` [PATCH 5/6] t1092: add cherry-pick, rebase tests
` [PATCH 6/6] sparse-index: integrate with cherry-pick and rebase

[PATCH] compat: let git_mmap use malloc(3) directly
 2021-08-21 12:52 UTC 

[PATCH] make: add INSTALL_STRIP variable
 2021-08-21 10:35 UTC  (6+ messages)

Giving priority to the reftable topic (was Re: What's cooking in git.git (Aug 2021, #06; Mon, 16))
 2021-08-21  8:17 UTC 

[PATCH v1 0/3] packfile-uri: http and https as default value of `--uri-protocol`
 2021-08-21  8:10 UTC  (6+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 2/3] git-pack-objects.txt: introduce `--uri-protocol` option

[PATCH] add http.maxReceiveSpeed to limit git-receive-pack receiving speed
 2021-08-21  5:16 UTC  (7+ messages)

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

[PATCH] t6300: don't run cat-file on non-existent object
 2021-08-21  1:36 UTC  (5+ messages)
` [PATCH v2 0/2] t6300: clear warning when running without gpg
  ` [PATCH v3 "
    ` [PATCH v3 1/2] t6300: don't run cat-file on non-existent object
    ` [PATCH v3 2/2] t6300: check for cat-file exit status code

git format-patch produces invalid patch if the commit adds an empty file?
 2021-08-20 21:09 UTC  (4+ messages)

[PATCH v2 0/3] send-email: shell completion improvements
 2021-08-20 20:32 UTC  (5+ messages)
` [PATCH v2 1/3] send-email: print newline for --git-completion-helper
` [PATCH v2 3/3] send-email docs: mention format-patch options

[PATCH v2 0/8] Sparse index: delete ignored files outside sparse cone
 2021-08-20 20:22 UTC  (20+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] t7519: rewrite sparse index test
  ` [PATCH v3 4/8] unpack-trees: fix nested sparse-dir search
  ` [PATCH v3 6/8] attr: be careful about sparse directories
  ` [PATCH v3 8/8] sparse-checkout: clear tracked sparse dirs

Git Modifying DLL
 2021-08-20 19:51 UTC  (7+ messages)

bugreport: git apply -3 confusing "lacks the necessary blob"
 2021-08-20 18:30 UTC  (4+ messages)

[PATCH 0/2] test-lib-functions.sh: keep user's HOME, TERM and SHELL for 'test_pause' and 'debug'
 2021-08-20 18:23 UTC  (7+ messages)

[PATCH] Fix leak in credential_apply_config
 2021-08-20 17:57 UTC  (4+ messages)

[PATCH v5 0/6] Finish converting git bisect to C part 4
 2021-08-20 17:21 UTC  (7+ messages)
` [PATCH v5 1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases
` [PATCH v5 2/6] t6030-bisect-porcelain: add test for bisect visualize
` [PATCH v5 3/6] run-command: make `exists_in_PATH()` non-static
` [PATCH v5 4/6] bisect--helper: reimplement `bisect_visualize()`shell function in C
` [PATCH v5 5/6] bisect--helper: reimplement `bisect_run` shell "
` [PATCH v5 6/6] bisect--helper: retire `--bisect-next-check` subcommand

[BUG] git commit -a doesn't ignore inactive/ignore-all submodules
 2021-08-20 17:02 UTC 

[PATCH 0/4] rebase -r: some merge related fixes
 2021-08-20 15:40 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/4] rebase -r: fix merge -c with a merge strategy


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 NNTP newsgroup(s).