git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-16 14:13:35 to 2021-07-19 20:59:36 UTC [more...]

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

progress test failure on fedora34
 2021-07-19 17:18 UTC  (6+ messages)

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

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

why "git rebase" searching the duplicate patches in <upstream branch> rather than in <new base branch>?
 2021-07-19 17:45 UTC 

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

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-19 16:54 UTC  (29+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 02/34] fsmonitor--daemon: man page
  ` [PATCH v3 11/34] fsmonitor-fs-listen-win32: stub in backend for Windows
  ` [PATCH v3 12/34] fsmonitor-fs-listen-macos: stub in backend for MacOS
  ` [PATCH v3 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows

[PATCH] refs file backend: remove dead "errno == EISDIR" code
 2021-07-19 16:59 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 07/11] refs: make repo_dwim_log() accept a NULL oid
  ` [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 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 v3 0/9] RFC: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-19 13:33 UTC  (11+ 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

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

[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

[PATCH] docs: .gitignore parsing is to the top of the repo
 2021-07-18 14:12 UTC  (4+ messages)

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/9] Handle pull option precedence
 2021-07-17 18:39 UTC  (18+ 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 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 v3 0/5] tests: migrate to "test-tool pkt-line"
 2021-07-16 19:08 UTC  (5+ messages)
` [PATCH v4] test-lib-functions: use test-tool for [de]packetize()

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

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-07-16 17:57 UTC  (4+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 1/2] hook: move list of hooks
  ` [RFC PATCH v2 2/2] hook: remote-suggested hooks

[PATCH] ci: run `make sparse` as a GitHub workflow
 2021-07-16 16:42 UTC  (10+ messages)

Typo in english github-git-cheat-sheet.pdf
 2021-07-16 14:26 UTC  (2+ messages)

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


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