git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-16 17:00:09 to 2021-07-19 23:16:34 UTC [more...]

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-19 22:35 UTC  (32+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 02/34] fsmonitor--daemon: man page
  ` [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 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-07-19 21:28 UTC  (6+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 1/2] hook: move list of hooks
  ` [RFC PATCH v2 2/2] hook: remote-suggested hooks

[PATCH 0/2] pack-objects: missing tests & --stdin-packs segfault fix
 2021-07-19 21:31 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] pack-objects: fix segfault in --stdin-packs option

What's cooking in git.git (Jul 2021, #03; Tue, 13)
 2021-07-19 19:57 UTC  (25+ messages)
    ` [PATCH] CodingGuidelines: recommend gender-neutral description
      ` [PATCH v2] "

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

[PATCH v3 0/9] RFC: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-19 23:07 UTC  (12+ 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 v4 3/9] ssh signing: retrieve a default key from ssh-agent
  ` [PATCH v4 4/9] ssh signing: provide a textual representation of the signing key
  ` [PATCH v4 5/9] ssh signing: parse ssh-keygen output and verify signatures
  ` [PATCH v4 6/9] ssh signing: add test prereqs
  ` [PATCH v4 7/9] ssh signing: duplicate t7510 tests for commits
  ` [PATCH v4 8/9] ssh signing: add more tests for logs, tags & push certs
  ` [PATCH v4 9/9] ssh signing: add documentation

progress test failure on fedora34
 2021-07-19 20:42 UTC  (10+ messages)

why "git rebase" searching the duplicate patches in <upstream branch> rather than in <new base branch>?
 2021-07-19 22:23 UTC  (3+ messages)

[PATCH 0/6] Fix direct filesystem access in various test files
 2021-07-19 21:35 UTC  (8+ messages)
` [PATCH 1/6] t6050: use git-update-ref rather than filesystem access
` [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 5/6] t3320: use git-symbolic-ref "
` [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 

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

[PATCH] refs file backend: remove dead "errno == EISDIR" code
 2021-07-19 19:21 UTC  (29+ 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 v2 09/11] reflog expire: don't lock reflogs using previously seen OID
  ` [PATCH v2 10/11] refs/files: remove unused "oid" in lock_ref_oid_basic()
  ` [PATCH v2 11/11] refs/files: remove unused "errno == EISDIR" code

[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  (6+ messages)
` [PATCH v4] test-lib-functions: use test-tool for [de]packetize()

[PATCH 0/9] Handle pull option precedence
 2021-07-19 18:23 UTC  (19+ 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 3/9] pull: abort if --ff-only is given and fast-forwarding is impossible
` [PATCH 4/9] pull: since --ff-only overrides, handle it first
` [PATCH 5/9] pull: ensure --rebase overrides ability to ff
` [PATCH 6/9] pull: make --rebase and --no-rebase override pull.ff=only
` [PATCH 7/9] pull: abort by default when fast-forwarding is not possible
` [PATCH 8/9] pull: update docs & code for option compatibility with rebasing
` [PATCH 9/9] pull: fix handling of multiple heads

[PATCH] refs/debug: quote prefix
 2021-07-19 17:53 UTC 

PATCH: improve git switch documentation
 2021-07-19 17:51 UTC  (26+ messages)

pull.rebase config vs. --ff-only on command line
 2021-07-19 17:43 UTC  (7+ messages)

[PATCH] multi-pack-index: fix potential segfault without sub-command
 2021-07-19 17:18 UTC 

When are you going to stop ignoring pull.mode?
 2021-07-19 17:15 UTC  (10+ messages)

[PATCH v2 0/5] commit-graph: usage fixes
 2021-07-19 16:55 UTC  (12+ messages)
` [PATCH v2 1/5] commit-graph: define common usage with a macro
` [PATCH v2 2/5] commit-graph: remove redundant handling of -h
` [PATCH v2 3/5] commit-graph: use parse_options_concat()
` [PATCH v2 4/5] commit-graph: early exit to "usage" on !argc
` [PATCH v2 5/5] commit-graph: show usage on "commit-graph [write|verify] garbage"

git pull --set-upstream segfaults on branchless repo
 2021-07-19 15:17 UTC  (4+ messages)
  ` [PATCH] pull, fetch: fix segfault in --set-upstream option

[PATCH 0/5] Sparse index: integrate with commit and checkout
 2021-07-19 14:05 UTC  (6+ messages)

[PATCH] perf: fix when running with TEST_OUTPUT_DIRECTORY
 2021-07-19 10:53 UTC  (5+ messages)
` [PATCH v2] "

My Git Dev Blog - Week 9
 2021-07-19  8:57 UTC  (8+ messages)

[GSoC] My Git Dev Blog – Week 8
 2021-07-19  7:04 UTC  (6+ messages)

[GSoC] Git Blog 9
 2021-07-19  6:55 UTC 

[PATCH] push: make default consistent
 2021-07-19  3:47 UTC  (4+ messages)
` [PATCH v2 0/2] push: fix default action
  ` [PATCH v2 1/2] push: reorganize get_upstream_ref
  ` [PATCH v2 2/2] push: make default consistent

Incorrect and inconsistent End-Of-Line characters in .gitmodules after "git submodule set-branch --branch <branch_name>"
 2021-07-18  5:32 UTC  (6+ messages)

Regression in 'git pull --rebase --autostash' since v2.32.0
 2021-07-18  3:05 UTC  (5+ messages)

[PATCH 0/2] Normalize newlines in merge & interpret-trailer
 2021-07-17 17:47 UTC  (15+ messages)
` [PATCH 1/2] trailer: handle input without trailing newline
` [PATCH 2/2] merge: make sure to terminate message with newline

[PATCH v3 0/3] worktree: teach add to accept --reason with --lock
 2021-07-17  0:14 UTC  (4+ messages)
` [PATCH v4 "

[PATCH 0/5] Handle conflicting pull options
 2021-07-16 21:56 UTC  (13+ messages)
` [PATCH 3/5] pull: handle conflicting rebase/merge options via last option wins
` [PATCH 5/5] pull: abort by default when fast-forwarding is not possible

[PATCH 0/4] add a test mode for SANITIZE=leak, run it in CI
 2021-07-16 21:20 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] tests: "
  ` [PATCH v2 2/4] SANITIZE tests: fix memory leaks in t13*config*, add to whitelist

[PATCH v2 0/2] extra: new concept of extra components
 2021-07-16 20:14 UTC  (10+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] completion: graduate out of contrib
` [PATCH v4 0/1] extra: new concept of extra components
  ` [PATCH v4 1/1] completion: graduate out of contrib

[PATCH] t0000: clear GIT_SKIP_TESTS before running sub-tests
 2021-07-16 18:43 UTC 


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