git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-19 20:59:37 to 2021-07-21 01:43:39 UTC [more...]

[PATCH 0/9] Handle pull option precedence
 2021-07-21  1:42 UTC  (25+ 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 5/8] pull: make --rebase and --no-rebase override pull.ff=only
  ` [PATCH v2 8/8] pull: fix handling of multiple heads

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

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

progress test failure on fedora34
 2021-07-21  0:45 UTC  (11+ messages)

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

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

[PATCH v2 0/5] commit-graph: usage fixes
 2021-07-20 21:47 UTC  (18+ messages)
` [PATCH v2 3/5] commit-graph: use parse_options_concat()
` [PATCH v3 0/6] commit-graph: usage fixes
  ` [PATCH v3 1/6] commit-graph: define common usage with a macro
  ` [PATCH v3 2/6] commit-graph: remove redundant handling of -h
  ` [PATCH v3 3/6] commit-graph: use parse_options_concat()
  ` [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 v2 0/7] Optimization batch 14: trivial directory resolution
 2021-07-20 21:43 UTC  (4+ messages)
` [PATCH v3 "

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

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-20 20:32 UTC  (37+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 06/34] fsmonitor: config settings are repository-specific
  ` [PATCH v3 08/34] fsmonitor--daemon: add a built-in fsmonitor daemon
  ` [PATCH v3 11/34] fsmonitor-fs-listen-win32: stub in backend for Windows
  ` [PATCH v3 14/34] fsmonitor--daemon: implement 'start' command
  ` [PATCH v3 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows
  ` [PATCH v3 24/34] t/perf/p7519: speed up test using "test-tool touch"

[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

[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

[PATCH v5 0/3] bundle doc: generalize & elaborate
 2021-07-20 20:19 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] bundle doc: rewrite the "DESCRIPTION" section
  ` [PATCH v6 2/3] bundle doc: elaborate on object prerequisites
  ` [PATCH v6 3/3] bundle doc: elaborate on rev<->ref restriction

[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  (9+ 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  (6+ messages)

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

[PATCH v2 0/3] Speed up connectivity checks via bitmaps
 2021-07-20 14:26 UTC  (4+ messages)
` [PATCH v2 3/3] connected: implement connectivity check using bitmaps

[PATCH 00/10] diff --color-moved[-ws] speedups
 2021-07-20 13:38 UTC  (15+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 01/12] diff --color-moved: add perf tests
  ` [PATCH v2 02/12] diff --color-moved=zebra: fix alternate coloring
  ` [PATCH v2 03/12] diff --color-moved: avoid false short line matches and bad zerba coloring
  ` [PATCH v2 04/12] diff: simplify allow-indentation-change delta calculation
  ` [PATCH v2 05/12] diff --color-moved-ws=allow-indentation-change: simplify and optimize
  ` [PATCH v2 06/12] diff --color-moved: call comparison function directly
  ` [PATCH v2 07/12] diff --color-moved: unify moved block growth functions
  ` [PATCH v2 08/12] diff --color-moved: shrink potential moved blocks as we go
  ` [PATCH v2 09/12] diff --color-moved: stop clearing potential moved blocks
  ` [PATCH v2 10/12] diff --color-moved-ws=allow-indentation-change: improve hash lookups
  ` [PATCH v2 11/12] diff: use designated initializers for emitted_diff_symbol
  ` [PATCH v2 12/12] diff --color-moved: intern strings

[PATCH v3 0/9] RFC: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-20 12:26 UTC  (8+ messages)
` [PATCH v4 0/9] ssh signing: "
  ` [PATCH v4 1/9] ssh signing: preliminary refactoring and clean-up
  ` [PATCH v4 2/9] ssh signing: add ssh signature format and signing using ssh keys

[PATCH v8 0/7] refs: cleanup errno sideband ref related functions
 2021-07-20 10:33 UTC  (9+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/7] refs file backend: move raceproof_create_file() here
  ` [PATCH v9 2/7] refs: remove EINVAL errno output from specification of read_raw_ref_fn
  ` [PATCH v9 3/7] refs/files-backend: stop setting errno from lock_ref_oid_basic
  ` [PATCH v9 4/7] refs: make errno output explicit for read_raw_ref_fn
  ` [PATCH v9 5/7] refs: add failure_errno to refs_read_raw_ref() signature
  ` [PATCH v9 6/7] refs: explicitly return failure_errno from parse_loose_ref_contents
  ` [PATCH v9 7/7] refs: make errno output explicit for refs_resolve_ref_unsafe

[PATCH] refs file backend: remove dead "errno == EISDIR" code
 2021-07-20 10:24 UTC  (25+ messages)
` [PATCH v2 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
  ` [PATCH v2 02/11] refs/files: remove unused REF_DELETING in lock_ref_oid_basic()
  ` [PATCH v2 06/11] refs API: pass the "lock OID" to reflog "prepare"
  ` [PATCH v2 08/11] refs/files: add a comment about refs_reflog_exists() call
  ` [PATCH v3 00/12] fix "git reflog expire" race & get rid of EISDIR in refs API
    ` [PATCH v3 01/12] refs/packet: add missing BUG() invocations to reflog callbacks
    ` [PATCH v3 02/12] refs/files: remove unused REF_DELETING in lock_ref_oid_basic()
    ` [PATCH v3 03/12] refs/files: remove unused "extras/skip" "
    ` [PATCH v3 04/12] refs/files: remove unused "skip" in lock_raw_ref() too
    ` [PATCH v3 05/12] refs/debug: re-indent argument list for "prepare"
    ` [PATCH v3 06/12] refs API: pass the "lock OID" to reflog "prepare"
    ` [PATCH v3 07/12] refs: make repo_dwim_log() accept a NULL oid
    ` [PATCH v3 08/12] refs/files: add a comment about refs_reflog_exists() call
    ` [PATCH v3 09/12] reflog expire: don't lock reflogs using previously seen OID
    ` [PATCH v3 10/12] refs/files: remove unused "oid" in lock_ref_oid_basic()
    ` [PATCH v3 11/12] refs/files: remove unused "errno == EISDIR" code
    ` [PATCH v3 12/12] refs/files: remove unused "errno != ENOTDIR" condition

[PATCH] packfile: enhance the mtime of packfile by idx file
 2021-07-20  6:32 UTC  (9+ messages)
` [PATCH v2] packfile: freshen the mtime of packfile by configuration

[PATCH 0/6] Fix direct filesystem access in various test files
 2021-07-19 21:35 UTC  (6+ messages)
` [PATCH 2/6] t1503: mark symlink test as REFFILES
` [PATCH 3/6] t6120: use git-update-ref rather than filesystem access
` [PATCH 4/6] t7509: "
` [PATCH 6/6] t2402: use ref-store test helper to create broken symlink

'git range-diff' does not detect submodule changes if 'diff.submodule=log'
 2021-07-19 20:43 UTC 

[PATCH] docs: .gitignore parsing is to the top of the repo
 2021-07-19 18:36 UTC  (5+ messages)

[PATCH v3 0/5] tests: migrate to "test-tool pkt-line"
 2021-07-19 18:54 UTC  (3+ messages)
` [PATCH v4] test-lib-functions: use test-tool for [de]packetize()


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