git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-20 15:55:38 to 2021-07-21 23:25:58 UTC [more...]

[PATCH 0/8] test-lib tests: split off subtest code in t0000 into lib-subtest.sh
 2021-07-21 23:23 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] test-lib tests: move "run_sub_test" to a new lib-subtest.sh
  ` [PATCH v2 2/8] test-lib tests: split up "write and run" into two functions
  ` [PATCH v2 3/8] test-lib tests: stop using a subshell in write_sub_test_lib_test()
  ` [PATCH v2 4/8] test-lib tests: don't provide a description for the sub-tests
  ` [PATCH v2 5/8] test-lib tests: get rid of copy/pasted mock test code
  ` [PATCH v2 6/8] test-lib tests: avoid subshell for "test_cmp" for readability
  ` [PATCH v2 7/8] test-lib tests: refactor common part of check_sub_test_lib_test*()
  ` [PATCH v2 8/8] test-lib tests: assert 1 exit code, not non-zero

[PATCH v2 0/5] Makefile: "make tags" fixes & cleanup
 2021-07-21 23:23 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] Makefile: move ".PHONY: cscope" near its target
  ` [PATCH v3 2/5] Makefile: add QUIET_GEN to "cscope" target
  ` [PATCH v3 3/5] Makefile: don't use "FORCE" for tags targets
  ` [PATCH v3 4/5] Makefile: the "cscope" target always creates a "cscope.out"
  ` [PATCH v3 5/5] Makefile: normalize clobbering & xargs for tags targets

[PATCH 0/4] dropping support for older curl
 2021-07-21 23:19 UTC  (13+ messages)
` [PATCH v2 0/5] drop support for ancient curl
  ` [PATCH v2 1/5] http: drop support for curl < 7.11.1
  ` [PATCH v2 2/5] http: drop support for curl < 7.16.0
  ` [PATCH v2 3/5] http: drop support for curl < 7.19.4
  ` [PATCH v2 4/5] http: drop support for curl < 7.19.3 and < 7.16.4 (again)
  ` [PATCH v2 5/5] http: rename CURLOPT_FILE to CURLOPT_WRITEDATA

[PATCH 00/22] multi-pack reachability bitmaps
 2021-07-21 23:01 UTC  (49+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 01/24] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
  ` [PATCH v2 02/24] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
  ` [PATCH v2 03/24] pack-bitmap-write.c: free existing bitmaps
  ` [PATCH v2 04/24] Documentation: build 'technical/bitmap-format' by default
  ` [PATCH v2 05/24] Documentation: describe MIDX-based bitmaps
  ` [PATCH v2 07/24] midx: clear auxiliary .rev after replacing the MIDX
  ` [PATCH v2 08/24] midx: respect 'core.multiPackIndex' when writing
  ` [PATCH v2 09/24] midx: infer preferred pack when not given one
  ` [PATCH v2 10/24] pack-bitmap.c: introduce 'bitmap_num_objects()'
  ` [PATCH v2 11/24] pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
  ` [PATCH v2 12/24] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'
  ` [PATCH v2 13/24] pack-bitmap: read multi-pack bitmaps
  ` [PATCH v2 14/24] pack-bitmap: write "

Bug: All git operations fail when .git contains a non-existent gitdir
 2021-07-21 22:58 UTC  (2+ messages)

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

Incorrect and inconsistent End-Of-Line characters in .gitmodules after "git submodule set-branch --branch <branch_name>"
 2021-07-21 22:42 UTC  (5+ messages)
    ` Why do submodules detach HEAD? (was Re: Incorrect and inconsistent End-Of-Line characters in .gitmodules ...)

[PATCH] doc: pull: fix rebase=false documentation
 2021-07-21 22:15 UTC 

[PATCH 0/9] Handle pull option precedence
 2021-07-21 21:18 UTC  (36+ messages)
` [PATCH 1/9] t7601: add relative precedence tests for merge and rebase flags/options
` [PATCH 2/9] t7601: add tests of interactions with multiple merge heads and config
` [PATCH 5/9] pull: ensure --rebase overrides ability to ff
` [PATCH 6/9] pull: make --rebase and --no-rebase override pull.ff=only
` [PATCH 8/9] pull: update docs & code for option compatibility with rebasing
` [PATCH v2 0/8] Handle pull option precedence
  ` [PATCH v2 1/8] t7601: test interaction of merge/rebase/fast-forward flags and options
  ` [PATCH v2 2/8] t7601: add tests of interactions with multiple merge heads and config
  ` [PATCH v2 3/8] pull: abort if --ff-only is given and fast-forwarding is impossible
  ` [PATCH v2 4/8] pull: since --ff-only overrides, handle it first
  ` [PATCH v2 5/8] pull: make --rebase and --no-rebase override pull.ff=only
  ` [PATCH v2 6/8] pull: abort by default when fast-forwarding is not possible
  ` [PATCH v2 7/8] pull: update docs & code for option compatibility with rebasing
  ` [PATCH v2 8/8] pull: fix handling of multiple heads

What's cooking in git.git (Jul 2021, #02; Thu, 8)
 2021-07-21 18:15 UTC  (3+ messages)

[PATCH v2 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
 2021-07-21 17:47 UTC  (5+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 06/12] refs API: pass the "lock OID" to reflog "prepare"

[PATCH v2] pull: introduce --merge option
 2021-07-21 17:11 UTC  (3+ messages)

[PATCH v5 0/3] bundle doc: generalize & elaborate
 2021-07-21 16:57 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/3] bundle doc: elaborate on object prerequisites
  ` [PATCH v6 3/3] bundle doc: elaborate on rev<->ref restriction

[PATCH v2 0/5] commit-graph: usage fixes
 2021-07-21 16:54 UTC  (15+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 4/6] multi-pack-index: refactor "goto usage" pattern
  ` [PATCH v3 5/6] commit-graph: early exit to "usage" on !argc
  ` [PATCH v3 6/6] commit-graph: show usage on "commit-graph [write|verify] garbage"

[PATCH] multi-pack-index: fix potential segfault without sub-command
 2021-07-21 16:52 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-21 14:40 UTC  (21+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 11/34] fsmonitor-fs-listen-win32: stub in backend for Windows
  ` [PATCH v3 14/34] fsmonitor--daemon: implement 'start' command
  ` [PATCH v3 24/34] t/perf/p7519: speed up test using "test-tool touch"
  ` [PATCH v3 29/34] fsmonitor--daemon: use a cookie file to sync with file system

[PATCH 0/2] Normalize newlines in merge & interpret-trailer
 2021-07-21 10:41 UTC  (4+ messages)
` [PATCH 2/2] merge: make sure to terminate message with newline

[PATCH v2 0/7] Optimization batch 14: trivial directory resolution
 2021-07-21  4:24 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [PATCH v4 1/7] merge-ort: resolve paths early when we have sufficient information
    ` [PATCH v4 2/7] merge-ort: add some more explanations in collect_merge_info_callback()
    ` [PATCH v4 3/7] merge-ort: add data structures for allowable trivial directory resolves
    ` [PATCH v4 4/7] merge-ort: add a handle_deferred_entries() helper function
    ` [PATCH v4 5/7] merge-ort: defer recursing into directories when merge base is matched
    ` [PATCH v4 6/7] merge-ort: avoid recursing into directories when we don't need to
    ` [PATCH v4 7/7] merge-ort: restart merge with cached renames to reduce process entry cost

progress test failure on fedora34
 2021-07-21  2:50 UTC  (10+ messages)

(no subject)
 2021-07-21  1:28 UTC 

What's cooking in git.git (Jul 2021, #04; Mon, 19)
 2021-07-21  1:11 UTC  (3+ messages)

[GSoC] Git Blog 9
 2021-07-21  0:49 UTC  (3+ messages)

[RFC PATCH v2 2/2] hook: remote-suggested hooks
 2021-07-20 21:56 UTC  (4+ messages)

Bug report: GIT_CONFIG and user.email/name
 2021-07-20 21:55 UTC  (6+ messages)
` [PATCH 1/3] doc/git-config: explain --file instead of referring to GIT_CONFIG

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-07-20 21:48 UTC  (5+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 2/2] hook: "

[PATCH] pack-bitmap: clarify comment in filter_bitmap_exclude_type()
 2021-07-20 21:34 UTC  (4+ messages)

[PATCH 0/2] bundle tests: modernize, fix missing coverage & test_cmp
 2021-07-20 20:57 UTC  (7+ messages)
` [PATCH 1/2] bundle tests: use ">file" not ": >file"
` [PATCH 2/2] bundle tests: use test_cmp instead of grep

[RFC PATCH v2 0/2] MVP implementation of remote-suggested hooks
 2021-07-20 20:49 UTC  (2+ messages)

[PATCH 0/5] Sparse index: integrate with commit and checkout
 2021-07-20 20:14 UTC  (9+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] p2000: add 'git checkout -' test and decrease depth
  ` [PATCH v2 2/7] p2000: compress repo names
  ` [PATCH v2 3/7] commit: integrate with sparse-index
  ` [PATCH v2 4/7] sparse-index: recompute cache-tree
  ` [PATCH v2 5/7] checkout: stop expanding sparse indexes
  ` [PATCH v2 6/7] t1092: document bad 'git checkout' behavior
  ` [PATCH v2 7/7] unpack-trees: resolve sparse-directory/file conflicts

[bug][git-gui] Git gui is not executing prepare-commit-msg hooks when run from a worktree
 2021-07-20 17:56 UTC  (2+ messages)

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

[PATCH 0/2] pack-objects: missing tests & --stdin-packs segfault fix
 2021-07-20 16:58 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] pack-objects: fix segfault in --stdin-packs option

[PATCH v2] packfile: freshen the mtime of packfile by configuration
 2021-07-20 16:53 UTC  (7+ messages)
` [PATCH v3] "

why "git rebase" searching the duplicate patches in <upstream branch> rather than in <new base branch>?
 2021-07-20 16:44 UTC  (5+ messages)

What's cooking in git.git (Jul 2021, #03; Tue, 13)
 2021-07-20 16:21 UTC  (4+ messages)
` [PATCH] t0000: fix test if run with TEST_OUTPUT_DIRECTORY


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