messages from 2021-04-19 11:38:17 to 2021-04-20 19:49:54 UTC [more...]
[PATCH v6 00/20] reftable library
2021-04-20 19:49 UTC (34+ messages)
` [PATCH v7 00/28] "
` [PATCH v7 01/28] refs: ref_iterator_peel returns boolean, rather than peel_status
` [PATCH v7 02/28] refs: document reflog_expire_fn's flag argument
` [PATCH v7 03/28] refs/debug: trace into reflog expiry too
` [PATCH v7 04/28] hash.h: provide constants for the hash IDs
` [PATCH v7 05/28] init-db: set the_repository->hash_algo early on
` [PATCH v7 06/28] reftable: add LICENSE
` [PATCH v7 07/28] reftable: add error related functionality
` [PATCH v7 08/28] reftable: utility functions
` [PATCH v7 09/28] reftable: add blocksource, an abstraction for random access reads
` [PATCH v7 10/28] reftable: (de)serialization for the polymorphic record type
` [PATCH v7 11/28] Provide zlib's uncompress2 from compat/zlib-compat.c
` [PATCH v7 12/28] reftable: reading/writing blocks
` [PATCH v7 13/28] reftable: a generic binary tree implementation
` [PATCH v7 14/28] reftable: write reftable files
` [PATCH v7 15/28] reftable: generic interface to tables
` [PATCH v7 16/28] reftable: read reftable files
` [PATCH v7 17/28] reftable: reftable file level tests
` [PATCH v7 18/28] reftable: add a heap-based priority queue for reftable records
` [PATCH v7 19/28] reftable: add merged table view
` [PATCH v7 20/28] reftable: implement refname validation
` [PATCH v7 21/28] reftable: implement stack, a mutable database of reftable files
` [PATCH v7 22/28] reftable: add dump utility
` [PATCH v7 23/28] Reftable support for git-core
` [PATCH v7 24/28] git-prompt: prepare for reftable refs backend
` [PATCH v7 25/28] Add "test-tool dump-reftable" command
` [PATCH v7 26/28] t1301: document what needs to be done for REFTABLE
` [PATCH v7 27/28] t1401,t2011: parameterize HEAD.lock "
` [PATCH v7 28/28] t1404: annotate test cases with REFFILES
RFC/Discussion - Submodule UX Improvements
2021-04-20 19:38 UTC (10+ messages)
[PATCH 00/23] [RFC] Builtin FSMonitor Feature
2021-04-20 19:13 UTC (4+ messages)
[RFC PATCH] fast-export, fast-import: Let tags specify an internal name
2021-04-20 19:05 UTC
Using --term-* with bisect breaks skip
2021-04-20 18:08 UTC (8+ messages)
` [PATCH] test: add test for git bisect skip with --term* arguments
[PATCH 0/3] fast-export, fast-import: implement signed-commits
2021-04-20 17:15 UTC (11+ messages)
` [PATCH 1/3] git-fast-import.txt: add missing LF in the BNF
` [PATCH 2/3] fast-export: rename --signed-tags='warn' to 'warn-verbatim'
` [PATCH 3/3] fast-export, fast-import: implement signed-commits
[PATCH 0/2] [GSOC] ref-filter: reuse output buffer
2021-04-20 16:52 UTC (9+ messages)
` [PATCH 1/2] [GSOC] ref-filter: get rid of show_ref_array_item
` [PATCH 2/2] [GSOC] ref-filter: reuse output buffer
` [PATCH v2 0/2] "
` [PATCH v2 1/2] [GSOC] ref-filter: get rid of show_ref_array_item
` [PATCH v2 2/2] [GSOC] ref-filter: reuse output buffer
git diff word diff bug??
2021-04-20 16:38 UTC
Pain points in Git's patch flow
2021-04-20 16:37 UTC (18+ messages)
Problems with CRLF line endings
2021-04-20 16:33 UTC
Random GitHub Actions added to git/git???
2021-04-20 16:23 UTC (6+ messages)
Strategy to deal with slow cloners
2021-04-20 14:52 UTC (3+ messages)
[PATCH 00/16] test-lib.sh: new test_commit args, simplification & fixes
2021-04-20 15:07 UTC (6+ messages)
` [PATCH v2 0/3] test-lib-functions.sh: trickery to make -x less verbose
` [PATCH v2 1/3] test-lib-functions: normalize test_path_is_missing() debugging
` [PATCH v2 2/3] Revert and amend "test-lib-functions: assert correct parameter count"
` [PATCH v2 3/3] test-lib-functions: remove last two parameter count assertions
What's cooking in git.git (Apr 2021, #05; Mon, 19)
2021-04-20 14:28 UTC (4+ messages)
[PATCH 0/7] object.c: add and use "is expected" utility function + object_as_type() use
2021-04-20 13:37 UTC (10+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] tree.c: fix misindentation in parse_tree_gently()
` [PATCH v2 2/8] object.c: add a utility function for "expected type X, got Y"
` [PATCH v2 3/8] object.c: add and use oid_is_type_or_die_msg() function
` [PATCH v2 4/8] commit-graph: use obj->type, not object_as_type()
` [PATCH v2 5/8] branch tests: assert lookup_commit_reference_gently() error
` [PATCH v2 6/8] commit.c: don't use deref_tag() -> object_as_type()
` [PATCH v2 7/8] object.c: normalize brace style in object_as_type()
` [PATCH v2 8/8] object.c: remove "quiet" parameter from object_as_type()
[PATCH 0/6] {tag,object}*.c: refactorings + prep for a larger change
2021-04-20 13:00 UTC (12+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 01/10] object.c: stop supporting len == -1 in type_from_string_gently()
` [PATCH v2 02/10] object.c: remove "gently" argument to type_from_string_gently()
` [PATCH v2 03/10] object.c: make type_from_string() return "enum object_type"
` [PATCH v2 04/10] object-file.c: make oid_object_info() "
` [PATCH v2 05/10] object-name.c: make dependency on object_type order more obvious
` [PATCH v2 06/10] tag.c: use type_from_string_gently() when parsing tags
` [PATCH v2 07/10] hash-object: pass along type length to object.c
` [PATCH v2 08/10] hash-object: refactor nested else/if/if into else if/else if
` [PATCH v2 09/10] hash-object: show usage on invalid --type
` [PATCH v2 10/10] object.c: move type_from_string() code to its last user
[PATCH 0/2] blob/object.c: trivial readability improvements
2021-04-20 12:50 UTC (12+ messages)
` [PATCH v2 00/10] object.c et al: tests, small bug fixes etc
` [PATCH v2 01/10] cat-file tests: test for bogus type name handling
` [PATCH v2 02/10] hash-object tests: more detailed test for invalid type
` [PATCH v2 03/10] mktree tests: add test for invalid object type
` [PATCH v2 04/10] object-file.c: take type id, not string, in read_object_with_reference()
` [PATCH v2 05/10] {commit,tree,blob,tag}.c: add a create_{commit,tree,blob,tag}()
` [PATCH v2 06/10] blob.c: remove parse_blob_buffer()
` [PATCH v2 07/10] object.c: simplify return semantic of parse_object_buffer()
` [PATCH v2 08/10] object.c: don't go past "len" under die() in type_from_string_gently()
` [PATCH v2 09/10] mktree: stop setting *ntr++ to NIL
` [PATCH v2 10/10] mktree: emit a more detailed error when the <type> is invalid
[PATCH] builtin/repack.c: set a default factor for '--geometric'
2021-04-20 12:39 UTC (2+ messages)
[PATCH v2 00/12] test-lib.sh: new test_commit args, simplification & fixes
2021-04-20 12:25 UTC (18+ messages)
` [PATCH 0/3] test-lib-functions.sh: trickery to make -x less verbose
` [PATCH 2/3] Revert and amend "test-lib-functions: assert correct parameter count"
` [PATCH v3 00/12] test-lib.sh: new test_commit args, simplification & fixes
` [PATCH v3 01/12] check-non-portable-shell: check for "test <cond> -a/-o <cond>"
` [PATCH v3 02/12] test-lib: bring $remove_trash out of retirement
` [PATCH v3 03/12] test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable
` [PATCH v3 04/12] test-lib-functions: reword "test_commit --append" docs
` [PATCH v3 05/12] test-lib-functions: document test_commit --no-tag
` [PATCH v3 06/12] test-lib functions: add an --annotated option to "test_commit"
` [PATCH v3 07/12] describe tests: convert setup to use test_commit
` [PATCH v3 08/12] test-lib functions: add --printf option to test_commit
` [PATCH v3 09/12] submodule tests: use symbolic-ref --short to discover branch name
` [PATCH v3 10/12] test-lib: reformat argument list in test_create_repo()
` [PATCH v3 11/12] test-lib: do not show advice about init.defaultBranch under --verbose
` [PATCH v3 12/12] test-lib: split up and deprecate test_create_repo()
[PATCH] doc: clarify the filename encoding in git diff
2021-04-20 11:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/2] git: support separate arg for `--config-env`'s value
2021-04-20 11:24 UTC (5+ messages)
` [PATCH 1/2] git.txt: fix synopsis of `--config-env` missing the equals sign
` [PATCH 2/2] git: support separate arg for `--config-env`'s value
[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
2021-04-20 11:01 UTC (8+ messages)
` [PATCH v8 0/8] "
` [PATCH v8 2/8] config: add new way to pass config via `--config-env`
[PATCH 0/5] git-completion.bash: fixes on top of 'dl/complete-stash'
2021-04-20 10:44 UTC (7+ messages)
` [PATCH 1/5] git-completion.bash: separate some commands onto their own line
` [PATCH 2/5] git-completion.bash: rename to $__git_cmd_idx
` [PATCH 3/5] git-completion.bash: use $__git_cmd_idx in more places
` [PATCH 4/5] git-completion.bash: consolidate cases in _git_stash()
` [PATCH 5/5] git-completion.bash: consolidate no-subcommand case for _git_stash()
RFC: Moving git-gui development to GitHub
2021-04-20 7:49 UTC (9+ messages)
` Pain points in PRs [was: Re: RFC: Moving git-gui development to GitHub]
Git push --mirror hangs
2021-04-20 6:30 UTC (3+ messages)
git checkout behaviour when only ctime of file changes
2021-04-20 6:10 UTC (4+ messages)
[Question] git cat-file --batch cannot handle irregular path
2021-04-20 4:23 UTC (2+ messages)
[PATCH v4 0/8] rev-list: implement object type filter
2021-04-19 23:16 UTC (11+ messages)
` [PATCH v5 "
` [PATCH v5 1/8] uploadpack.txt: document implication of `uploadpackfilter.allow`
` [PATCH v5 2/8] revision: mark commit parents as NOT_USER_GIVEN
` [PATCH v5 3/8] list-objects: move tag processing into its own function
` [PATCH v5 4/8] list-objects: support filtering by tag and commit
` [PATCH v5 5/8] list-objects: implement object type filter
` [PATCH v5 6/8] pack-bitmap: "
` [PATCH v5 7/8] pack-bitmap: implement combined filter
` [PATCH v5 8/8] rev-list: allow filtering of provided items
What's cooking (draft for #4's issue this month)
2021-04-19 23:14 UTC (6+ messages)
[PATCH 0/2] prevent `repack` to unpack and delete promisor objects
2021-04-19 23:09 UTC (5+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] repack: avoid loosening promisor objects in partial clones
[PATCH v4 0/3] config: allow overriding global/system config
2021-04-19 21:55 UTC (6+ messages)
` [PATCH v5 "
` [PATCH v5 1/3] config: rename `git_etc_config()`
` [PATCH v5 2/3] config: unify code paths to get global config paths
` [PATCH v5 3/3] config: allow overriding of global and system configuration
[PATCH] object-info: support for retrieving object info
2021-04-19 21:18 UTC (3+ messages)
[PATCH 00/18] Prepare tests for reftable backend
2021-04-19 21:11 UTC (5+ messages)
` [PATCH 01/18] t4202: split testcase for invalid HEAD symref and HEAD hash
` [PATCH 04/18] t1401-symbolic-ref: avoid direct filesystem access
[PATCH v3 0/5] Parallel Checkout (part 2)
2021-04-19 19:53 UTC (7+ messages)
` [PATCH v4 "
` [PATCH v4 1/5] unpack-trees: add basic support for parallel checkout
` [PATCH v4 2/5] parallel-checkout: make it truly parallel
` [PATCH v4 3/5] parallel-checkout: add configuration options
` [PATCH v4 4/5] parallel-checkout: support progress displaying
` [PATCH v4 5/5] parallel-checkout: add design documentation
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).