git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-09-14 17:39:49 to 2018-09-17 21:32:41 UTC [more...]

[PATCH v1] read-cache: speed up index load through parallelization
 2018-09-17 21:32 UTC  (25+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 1/5] eoie: add End of Index Entry (EOIE) extension
  ` [PATCH v5 2/5] read-cache: load cache extensions on a worker thread
  ` [PATCH v5 3/5] read-cache: load cache entries on worker threads

[PATCH] t5551: compare sorted cookies files
 2018-09-17 21:19 UTC  (4+ messages)

[PATCH] doc/Makefile: remove tmp-doc-diff on "make clean"
 2018-09-17 20:52 UTC  (10+ messages)
` [PATCH 0/3] doc-diff: add "clean" mode & fix portability problem
  ` [PATCH 3/3] doc/Makefile: drop doc-diff worktree and temporary files on "make clean"

[PATCH] midx.c: mark a file-local symbol as static
 2018-09-17 20:47 UTC  (4+ messages)

git pull --rebase=preserve is always rebasing something, even on up-to-date branch
 2018-09-17 20:35 UTC 

[Question] Alternative to git-lfs under go
 2018-09-17 19:27 UTC  (2+ messages)

[PATCH/RFC] commit: new option to abort -a something is already staged
 2018-09-17 19:26 UTC  (8+ messages)
` [PATCH v2 0/1] Make 'git commit' not accidentally lose staged content
  ` [PATCH v2 1/1] commit: do not clobber the index

[PATCH v3 00/23] Kill the_index part 4
 2018-09-17 19:13 UTC  (29+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/23] archive.c: remove implicit dependency the_repository
  ` [PATCH v4 02/23] read-cache.c: remove 'const' from index_has_changes()
  ` [PATCH v4 03/23] diff.c: reduce implicit dependency on the_index
  ` [PATCH v4 04/23] combine-diff.c: remove "
  ` [PATCH v4 05/23] blame.c: rename "repo" argument to "r"
  ` [PATCH v4 06/23] diff.c: remove the_index dependency in textconv() functions
  ` [PATCH v4 07/23] grep.c: remove implicit dependency on the_index
  ` [PATCH v4 08/23] diff.c: "
  ` [PATCH v4 09/23] read-cache.c: "
  ` [PATCH v4 10/23] diff-lib.c: "
  ` [PATCH v4 11/23] ll-merge.c: "
  ` [PATCH v4 12/23] merge-blobs.c: "
  ` [PATCH v4 13/23] merge.c: "
  ` [PATCH v4 14/23] patch-ids.c: "
  ` [PATCH v4 15/23] sha1-file.c: "
  ` [PATCH v4 16/23] rerere.c: "
  ` [PATCH v4 17/23] userdiff.c: "
  ` [PATCH v4 18/23] line-range.c: "
  ` [PATCH v4 19/23] submodule.c: "
  ` [PATCH v4 20/23] tree-diff.c: "
  ` [PATCH v4 21/23] ws.c: "
  ` [PATCH v4 22/23] revision.c: "
  ` [PATCH v4 23/23] revision.c: reduce implicit dependency the_repository

What's cooking in git.git (Sep 2018, #03; Fri, 14)
 2018-09-17 19:04 UTC  (13+ messages)

Git 2.19 Segmentation fault 11 on macOS
 2018-09-17 18:48 UTC  (9+ messages)
          ` [PATCH] linear-assignment: fix potential out of bounds memory access (was: Re: Git 2.19 Segmentation fault 11 on macOS)
            ` [PATCH v2] linear-assignment: fix potential out of bounds memory access

[PATCH] gc: do not warn about too many loose objects
 2018-09-17 18:40 UTC  (6+ messages)
` [PATCH v2 0/3] gc --auto: do not return error for prior errors in daemonized mode
  ` [PATCH 2/3] gc: exit with status 128 on failure

[PATCH] mailmap: update brian m. carlson's email address
 2018-09-17 18:18 UTC  (5+ messages)
` [PATCH v2] "
      ` [PATCH] mailmap: consistently normalize brian m. carlson's name

[Bug] Pathspec matching breaks the add command
 2018-09-17 18:04 UTC  (4+ messages)
  ` Brandon Williams's E-Mail bouncing

Git for games working group
 2018-09-17 17:23 UTC  (23+ messages)

[PATCH] read-cache.c: fix a sparse warning
 2018-09-17 16:54 UTC  (5+ messages)

Feature request: be able to pass arguments to difftool command
 2018-09-17 16:44 UTC  (5+ messages)

[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
 2018-09-17 16:31 UTC  (6+ messages)
` [PATCH v1 1/2] t/*: fix pipe placement and remove \'s
` [PATCH v1 2/2] t/*: fix ordering of expected/observed arguments

[RFC PATCH v2] Allow aliases that include other aliases
 2018-09-17 15:37 UTC  (12+ messages)
` [RFC PATCH v4 1/3] Add support for nested aliases
  ` [RFC PATCH v4 3/3] t0014: Introduce alias testing suite
  ` [PATCH v5 1/3] Add support for nested aliases
    ` [PATCH v5 2/3] Show the call history when an alias is looping
    ` [PATCH v5 3/3] t0014: Introduce an alias testing suite

[PATCH 0/2] commit-graph: add progress output
 2018-09-17 15:33 UTC  (6+ messages)
` [PATCH v2 2/2] commit-graph verify: "
    ` [PATCH v3 0/2] commit-graph: "
    ` [PATCH v3 1/2] commit-graph write: "
    ` [PATCH v3 2/2] commit-graph verify: "

diff between "--no-local" and "--no-hardlinks" for local clone?
 2018-09-17 14:57 UTC  (2+ messages)

[PATCH v5 0/9] Make submodules work if .gitmodules is not checked out
 2018-09-17 14:09 UTC  (10+ messages)
` [PATCH v5 1/9] submodule: add a print_config_from_gitmodules() helper
` [PATCH v5 2/9] submodule: factor out a config_set_in_gitmodules_file_gently function
` [PATCH v5 3/9] t7411: merge tests 5 and 6
` [PATCH v5 4/9] t7411: be nicer to future tests and really clean things up
` [PATCH v5 5/9] submodule--helper: add a new 'config' subcommand
` [PATCH v5 6/9] submodule: use the 'submodule--helper config' command
` [PATCH v5 7/9] t7506: clean up .gitmodules properly before setting up new scenario
` [PATCH v5 8/9] submodule: add a helper to check if it is safe to write to .gitmodules
` [PATCH v5 9/9] submodule: support reading .gitmodules when it's not in the working tree

Git trademark status and policy
 2018-09-17 13:58 UTC  (5+ messages)

Differences between git show HEAD and git show head
 2018-09-17 13:33 UTC  (3+ messages)

Question - no space in smtp-server-option
 2018-09-17 11:39 UTC  (6+ messages)

Draft of Git Rev News edition 43
 2018-09-17  8:40 UTC 

[Bug report] Git incorrectly selects language in macos
 2018-09-16  7:15 UTC  (5+ messages)

[PATCH] status: show progress bar if refreshing the index takes too long
 2018-09-15 17:56 UTC  (2+ messages)
` [PATCH v2] "

garbage collection following a "git remote rm"?
 2018-09-15 16:00 UTC  (2+ messages)

[PATCH] refs: docstirng typo
 2018-09-15  2:15 UTC  (3+ messages)
  ` [PATCH v2] refs: docstring typo

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-09-15  0:41 UTC  (9+ messages)
` [PATCH v8 0/7] "
  ` [PATCH v8 5/7] revision: mark non-user-given objects instead
  ` [PATCH v8 7/7] list-objects-filter: implement filter tree:0

[PATCH v1 0/4] Cleanup pass on special test setups
 2018-09-14 22:26 UTC  (16+ messages)
` [PATCH v1 2/4] fsmonitor: update GIT_TEST_FSMONITOR support
      ` [PATCH v2 0/5] Cleanup pass on special test setups
        ` [PATCH v2 1/5] correct typo/spelling error in t/README
        ` [PATCH v2 2/5] preload-index: teach GIT_FORCE_PRELOAD_TEST to take a boolean
        ` [PATCH v2 3/5] fsmonitor: update GIT_TEST_FSMONITOR support
        ` [PATCH v2 4/5] read-cache: update TEST_GIT_INDEX_VERSION support
        ` [PATCH v2 5/5] preload-index: update GIT_FORCE_PRELOAD_TEST support

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2018-09-14 19:07 UTC  (15+ messages)
` [PATCH 2/9] ci/lib.sh: encapsulate Travis-specific things
` [PATCH 7/9] tests: include detailed trace logs with --write-junit-xml upon failure

v2.19.0 Git install doesn't allow VS Code as an editor
 2018-09-14 18:35 UTC  (2+ messages)

Fwd: spelling mistake 'rerere' on docs/git-gc
 2018-09-14 18:33 UTC  (2+ messages)


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