git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-10-07 18:48:55 to 2020-10-10 23:11:11 UTC [more...]

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

[PATCH v10 0/7]Finish converting git bisect to C part 2 subset 2
 2020-10-10 14:07 UTC  (8+ 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 00/13] reftable library
 2020-10-10 17:32 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/13] reftable: define the public API
  ` [PATCH v2 05/13] reftable: utility functions

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

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

[ANNOUNCE] Git v2.29.0-rc1
 2020-10-10 16:45 UTC  (2+ messages)

[BUG?] After 'git checkout', files deleted upstream are left in the working directory as untracked
 2020-10-10 16:43 UTC 

[PATCH] Makefile: use git init/add/commit/archive for dist-doc
 2020-10-10 16:45 UTC 

[Outreachy] Introduction
 2020-10-10 11:48 UTC 

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

[PATCH] ci: fix GitHub workflow when on a tagged revision
 2020-10-10  7:25 UTC  (8+ 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

[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  (3+ 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)

[Outreachy] Introduction
 2020-10-09 18:29 UTC  (4+ 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 0/3] submodule: port subcommand add from shell to C
 2020-10-09  5:09 UTC  (5+ messages)
` [PATCH v2 2/3] submodule: port submodule subcommand 'add' "

[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  (11+ messages)
` [PATCH 1/2] t1415: avoid using `main` as ref name
` [PATCH 2/2] tests: avoid using the branch name `main`
` [PATCH v2 0/2] Avoid main as branch name in the test suite
  ` [PATCH v2 1/2] t1415: avoid using `main` as ref name
  ` [PATCH v2 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] "

[ANNOUNCE] Git for Windows 2.29.0-rc0
 2020-10-08  8:55 UTC  (4+ messages)
` [git-for-windows] "

[PATCH] git-gui: Basic dark mode support
 2020-10-08  8:44 UTC  (4+ messages)

Job: implement visualization of intraline differences in git-gui
 2020-10-08  8:33 UTC  (2+ messages)

[PATCH v2] git-gui: Basic dark mode support
 2020-10-08  8:24 UTC  (2+ messages)
` [PATCH] "

[PATCH v2 0/2] checkout: learn the checkout.guess config variable
 2020-10-08  5:48 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] Documentation/config/checkout: replace sq with backticks
  ` [PATCH v3 2/2] checkout: learn to respect checkout.guess

[PATCH] maintenance: test commit-graph auto condition
 2020-10-08  0:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] help: do not expect built-in commands to be hardlinked
 2020-10-07 22:24 UTC  (7+ messages)
` [PATCH v2] "

Checking Out Branches Containing Submodules With update=none and submodule.recurse=true Fails With fatal:not a git repository
 2020-10-07 21:29 UTC  (2+ messages)

[ANNOUNCE] Git v2.29.0-rc0
 2020-10-07 20:46 UTC  (5+ messages)
    ` [PATCH] index-pack: make get_base_data() comment clearer

[PATCH 2/3] index-pack: drop type_cas mutex
 2020-10-07 20:09 UTC  (2+ messages)

[PATCH 0/2] diff: add -I<regex> that ignores matching changes
 2020-10-07 20:08 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH 0/7] subtree: Fix handling of complex history
 2020-10-07 19:46 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/7] subtree: more robustly distinguish subtree and mainline commits
  ` [PATCH v2 7/7] subtree: document new subtree commands

git clean -X deletes ignored directory
 2020-10-07 19:32 UTC 

[PATCH 0/3] jt/threaded-inex-pack leftovers
 2020-10-07 18:50 UTC  (3+ messages)
` [PATCH 1/3] index-pack: restore "resolving deltas" progress meter


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