git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-10-08 13:24:10 to 2020-10-12 16:42:42 UTC [more...]

[PATCH 00/13] reftable library
 2020-10-12 16:42 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/13] reftable: define the public API
  ` [PATCH v2 05/13] reftable: utility functions

[ANNOUNCE] Git v2.29.0-rc1
 2020-10-12 16:35 UTC  (5+ messages)

[RFC PATCH] log: add log.showStat configuration variable
 2020-10-12 16:14 UTC  (7+ messages)

[PATCH] ci: fix GitHub workflow when on a tagged revision
 2020-10-12 16:12 UTC  (10+ messages)
` [PATCH v2 0/2] Do not skip tagged revisions in the GitHub workflow runs
  ` [PATCH v2 1/2] ci: skip GitHub workflow runs for already-tested commits/trees
  ` [PATCH v2 2/2] ci: do not skip tagged revisions in GitHub workflows

[Outreachy] Introduction
 2020-10-12 15:57 UTC  (8+ messages)

Feature: checkout and merge
 2020-10-12 15:04 UTC  (2+ messages)

BUG: Removing a submodule with --cached doesn't stage changes to the .gitmodules file
 2020-10-12 13:45 UTC 

How to Verify the Git Credentials supplied by the User
 2020-10-12 13:50 UTC 

git submodule status never says “old commits”
 2020-10-12 13:38 UTC  (3+ messages)

[PATCH] maintenance: core.commitGraph=false prevents writes
 2020-10-12 13:28 UTC 

[PATCH] sequencer: fix gpg option passed to octopus merge
 2020-10-12 13:15 UTC  (4+ messages)

[PATCH 0/2] diff: add -I<regex> that ignores matching changes
 2020-10-12 11:49 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] merge-base, xdiff: zero out xpparam_t structures
  ` [PATCH v2 2/3] diff: add -I<regex> that ignores matching changes
  ` [PATCH v2 3/3] t: add -I<regex> tests

Feature: checkout and merge
 2020-10-12 11:05 UTC 

[BUG?] After 'git checkout', files deleted upstream are left in the working directory as untracked
 2020-10-12 11:10 UTC  (4+ messages)

[PATCH v10 0/7]Finish converting git bisect to C part 2 subset 2
 2020-10-12 10:45 UTC  (9+ messages)
` [PATCH v10 1/7] bisect--helper: finish porting `bisect_start()` to C
` [PATCH v10 2/7] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v10 3/7] bisect--helper: retire `--next-all` subcommand
` [PATCH v10 4/7] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
` [PATCH v10 5/7] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH v10 6/7] bisect--helper: retire `--write-terms` subcommand
` [PATCH v10 7/7] bisect--helper: retire `--bisect-autostart` subcommand

[PATCH v2 0/3] submodule: port subcommand add from shell to C
 2020-10-12 10:11 UTC  (7+ messages)
` [PATCH v2 1/3] dir: change the scope of function 'directory_exists_in_index()'
` [PATCH v2 2/3] submodule: port submodule subcommand 'add' from shell to C

[RFC PATCH 0/2] teach `worktree list` to mark locked worktrees
 2020-10-12  2:24 UTC  (13+ messages)
` [PATCH v2 0/1] Teach "worktree list" to annotate "
  ` [PATCH v2 1/1] worktree: teach `list` to annotate locked worktree
  ` [PATCH v3 0/1] Teach "worktree list" to annotate locked worktrees
    ` [PATCH v3] worktree: teach `list` to annotate locked worktree

[PATCH 0/2] ci: make the new GitHub workflow logic more defensive
 2020-10-11 21:27 UTC  (3+ messages)
` [PATCH 1/2] ci: work around old records of GitHub runs
` [PATCH 2/2] ci: make the "skip-if-redundant" check more defensive

[PATCH 0/4] Clean-up around get_x_ish()
 2020-10-11 16:03 UTC  (6+ messages)
` [PATCH 2/4] blame: validate and peel the object names on the ignore list

[PATCH] grep: handle deref_tag() returning NULL
 2020-10-11 16:03 UTC 

[PATCH] blame: handle deref_tag() returning NULL
 2020-10-11 16:03 UTC 

[PATCH] line-log: handle deref_tag() returning NULL
 2020-10-11 16:03 UTC 

bug report: gitk crashes on git commit with emoji (utf-8)
 2020-10-11 12:32 UTC  (3+ messages)

Git hooks and stdin/stderr/stdout
 2020-10-11  9:25 UTC 

[Outreachy] Introduction
 2020-10-11  8:09 UTC  (2+ messages)

[PATCH] Makefile: use git init/add/commit/archive for dist-doc
 2020-10-11  6:14 UTC  (2+ messages)
` [PATCH 2/1] Makefile: remove the unused variable TAR_DIST_EXTRA_OPTS

[REGRESSION] gitk can't be run from non-worktree folders
 2020-10-11  5:08 UTC  (8+ messages)
      ` [PATCH] gitk: to run in a bare repository (was: gitk can't be run from non-worktree folders)

Feature request: Exponential search in git bisect
 2020-10-10  9:46 UTC  (3+ messages)

Unexpected behavior with branch.*.{remote,pushremote,merge}
 2020-10-10 18:38 UTC  (2+ messages)

[PATCH] ci: github action - add check for whitespace errors
 2020-10-10  6:29 UTC  (13+ messages)

[L10N] Kickoff for Git 2.29.0 round #1
 2020-10-10  2:00 UTC  (2+ messages)
` [L10N] Kickoff for Git 2.29.0 round #2

[PATCH v2 0/2] rev-parse options for absolute or relative paths
 2020-10-10  1:10 UTC  (5+ messages)
` [PATCH v2 1/2] abspath: add a function to resolve paths with missing components
` [PATCH v2 2/2] rev-parse: add option for absolute or relative path formatting

[PATCH] clean up extern decl of functions
 2020-10-10  0:37 UTC  (10+ messages)
      ` [RFC] CodingGuidelines: mark external declarations with "extern"

[PATCH] commit-graph: ignore duplicates when merging layers
 2020-10-09 21:17 UTC  (14+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4 0/2] "
      ` [PATCH v4 1/2] "
      ` [PATCH v4 2/2] commit-graph: don't write commit-graph when disabled

[ANNOUNCE] Git v2.29.0-rc0
 2020-10-09 19:51 UTC  (2+ messages)

Introduction - An Outreachy 2020 Applicant
 2020-10-09 19:29 UTC  (8+ messages)
    ` [Wireshark-dev] "

2.29.0.rc0.windows.1: Duplicate commit id error message when fetching
 2020-10-09 18:37 UTC  (14+ messages)

[ANNOUNCE] Git for Windows 2.29.0-rc1
 2020-10-09 17:24 UTC 

[ISSUE] Stop accessing, storing, and sharing the user's time zone
 2020-10-09 16:48 UTC  (8+ messages)
` [RFC PATCH 0/1] adding user.hideTimezone for setting UTC timezone

What's cooking in git.git (Oct 2020, #02; Fri, 9)
 2020-10-09 16:31 UTC  (4+ messages)

[PATCH] Makefile: ASCII-sort += lists
 2020-10-09 16:12 UTC  (9+ messages)

[PATCH] git-gui: accommodate for intent-to-add files
 2020-10-09 13:22 UTC  (7+ messages)

[PATCH] enable core.fsyncObjectFiles by default
 2020-10-09 10:44 UTC  (7+ messages)
` [RFC PATCH 2/2] core.fsyncObjectFiles: make the docs less flippant

[PATCH 0/2] contrib/git-resurrect.sh: make it hash-agnostic
 2020-10-09 11:53 UTC  (11+ messages)
` [PATCH 1/2] contrib/git-resurrect.sh: indent with tabs
` [PATCH 2/2] contrib/git-resurrect.sh: use hash-agnostic OID pattern

APACGAMONDE
 2020-10-09 11:33 UTC 

Szkolenie z angielskiego
 2020-10-09  8:15 UTC 

[PATCH v2 00/11] Rewrite the remaining merge strategies from shell to C
 2020-10-09  4:48 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 03/11] merge-index: libify merge_one_path() and merge_all()

[PATCH] compat/mingw.h: drop extern from function declaration
 2020-10-09  2:45 UTC  (6+ messages)
` [RFC PATCH] Makefile: create externcheck target

[PATCH v2 04/13] reftable: add a barebones unittest framework
 2020-10-08 22:31 UTC  (3+ messages)

[PATCH 1/4] git-bisect-lk2009: make continuation of list indented
 2020-10-08 21:01 UTC  (5+ messages)
` [PATCH 2/4] doc: use linkgit macro where needed
` [PATCH 3/4] doc: git-remote fix ups
` [PATCH 4/4] doc: fix the bnf like style of some commands

[PATCH 0/2] Avoid main as branch name in the test suite
 2020-10-08 18:15 UTC  (5+ messages)
` [PATCH 2/2] tests: avoid using the branch name `main`

[PATCH] userdiff: expand detected chunk headers for css
 2020-10-08 17:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 6/7] maintenance: use default schedule if not configured
 2020-10-08 13:32 UTC  (3+ messages)

[PATCH] git-gui: Basic dark mode support
 2020-10-08 13:07 UTC  (3+ messages)
` [PATCH v2] "


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