git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-09-25 20:57:44 to 2018-09-27 17:13:36 UTC [more...]

[PATCH v1] read-cache: speed up index load through parallelization
 2018-09-27 17:13 UTC  (11+ messages)
` [PATCH v6 0/7] "
  ` [PATCH v6 1/7] read-cache.c: optimize reading index format v4
  ` [PATCH v6 2/7] read-cache: clean up casting and byte decoding
  ` [PATCH v6 3/7] eoie: add End of Index Entry (EOIE) extension
  ` [PATCH v6 4/7] config: add new index.threads config setting
  ` [PATCH v6 5/7] read-cache: load cache extensions on a worker thread
  ` [PATCH v6 6/7] ieot: add Index Entry Offset Table (IEOT) extension
  ` [PATCH v6 7/7] read-cache: load cache entries on worker threads

Null pointer dereference in rerere.c
 2018-09-27 16:57 UTC  (2+ messages)

Triggering "BUG: wt-status.c:476: multiple renames on the same target? how?"
 2018-09-27 16:48 UTC  (3+ messages)

[PATCH] worktree: add per-worktree config files
 2018-09-27 16:36 UTC  (7+ messages)
    ` Wherefor worktrees?

Git for Windows for Unix?
 2018-09-27 16:28 UTC  (6+ messages)

Git Test Coverage Report (Tuesday, Sept 25)
 2018-09-27 15:38 UTC  (15+ messages)

[PATCH] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
 2018-09-27 15:33 UTC  (2+ messages)

[PATCH v2 0/5] Fix the racy split index problem
 2018-09-27 15:25 UTC  (10+ messages)
` [PATCH v2 1/5] split-index: add tests to demonstrate "
` [PATCH v2 2/5] t1700-split-index: date back files to avoid racy situations
` [PATCH v2 3/5] split-index: count the number of deleted entries
` [PATCH v2 4/5] split-index: don't compare stat data of entries already marked for split index
` [PATCH v2 5/5] split-index: smudge and add racily clean cache entries to "

[PATCH v5 0/9] Make submodules work if .gitmodules is not checked out
 2018-09-27 14:49 UTC  (9+ messages)
` [PATCH v5 9/9] submodule: support reading .gitmodules when it's not in the working tree

[PATCH] git.txt: mention mailing list archive
 2018-09-27 10:35 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCHv3 0/8] fetch: make sure submodule oids are fetched
 2018-09-27  8:58 UTC  (25+ messages)
` [PATCH 1/8] sha1-array: provide oid_array_filter
                  ` On shipping more of our technical docs as manpages

[PATCH] fetch: replace string-list used as a look-up table with a hashmap
 2018-09-27  5:54 UTC  (4+ messages)

[PATCH] doc: clarify gitcredentials path component matching
 2018-09-27  5:19 UTC  (2+ messages)

Triggering "BUG: wt-status.c:476: multiple renames on the same target? how?"
 2018-09-27  4:20 UTC  (4+ messages)

Add proto v2 archive command with HTTP support
 2018-09-27  1:24 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] archive: follow test standards around assertions
  ` [PATCH v2 2/4] archive: use packet_reader for communications
  ` [PATCH v2 3/4] archive: implement protocol v2 archive command
  ` [PATCH v2 4/4] archive: allow archive over HTTP(S) with proto v2

Fixing constant preference prompts during tests
 2018-09-27  0:42 UTC  (5+ messages)

[PATCH v4 0/9] fetch: make sure submodule oids are fetched
 2018-09-26 22:19 UTC  (9+ messages)
` [PATCH v4 1/9] sha1-array: provide oid_array_filter
` [PATCH v4 2/9] submodule.c: fix indentation
` [PATCH v4 3/9] submodule.c: sort changed_submodule_names before searching it
` [PATCH v4 4/9] submodule: move global changed_submodule_names into fetch submodule struct

GPG signing is bent on WIndows
 2018-09-26 21:41 UTC  (2+ messages)

[PATCH 0/1] read-cache: update index format default to v4
 2018-09-26 21:03 UTC  (8+ messages)
` [PATCH 1/1] "

Subtree bugs
 2018-09-26 20:53 UTC 

[PATCH] help: allow redirecting to help for aliased command
 2018-09-26 19:31 UTC  (11+ messages)

t7005-editor.sh failure
 2018-09-26 19:29 UTC  (14+ messages)
        ` [PATCH] t7005-editor: quote filename to fix whitespace-issue

[PATCH v2 0/6] Use generation numbers for --topo-order
 2018-09-26 19:15 UTC  (4+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] prio-queue: add 'peek' operation

[PATCH 0/3] Filter alternate references
 2018-09-26 18:38 UTC  (20+ messages)
` [PATCH 2/3] transport.c: introduce core.alternateRefsCommand
` [PATCH v2 0/3] Filter alternate references
  ` [PATCH v2 2/3] transport.c: introduce core.alternateRefsCommand

[GSoC][PATCH v8 00/20] Convert "git stash" to C builtin
 2018-09-26 18:37 UTC  (30+ messages)
` [GSoC][PATCH v8 14/20] stash: convert create to builtin
` [GSoC][PATCH v8 18/20] stash: convert `stash--helper.c` into `stash.c`
` [PATCH v9 00/21] Convert "git stash" to C builtin
  ` [PATCH v9 01/21] sha1-name.c: add `get_oidf()` which acts like `get_oid()`
  ` [PATCH v9 02/21] strbuf.c: add `strbuf_join_argv()`
  ` [PATCH v9 03/21] stash: improve option parsing test coverage
  ` [PATCH v9 04/21] stash: update test cases conform to coding guidelines
  ` [PATCH v9 05/21] stash: rename test cases to be more descriptive
  ` [PATCH v9 06/21] stash: add tests for `git stash show` config
  ` [PATCH v9 07/21] stash: convert apply to builtin
  ` [PATCH v9 08/21] stash: convert drop and clear "
  ` [PATCH v9 09/21] stash: convert branch "
  ` [PATCH v9 10/21] stash: convert pop "
  ` [PATCH v9 11/21] stash: convert list "
  ` [PATCH v9 12/21] stash: convert show "
  ` [PATCH v9 13/21] stash: mention options in `show` synopsis
  ` [PATCH v9 14/21] stash: convert store to builtin
  ` [PATCH v9 15/21] stash: convert create "
  ` [PATCH v9 16/21] stash: convert push "
  ` [PATCH v9 17/21] stash: make push -q quiet
  ` [PATCH v9 18/21] stash: convert save to builtin
  ` [PATCH v9 19/21] stash: convert `stash--helper.c` into `stash.c`
  ` [PATCH v9 20/21] stash: optimize `get_untracked_files()` and `check_changes()`
  ` [PATCH v9 21/21] stash: replace all `write-tree` child processes with API calls

[PATCH v4 0/9] Introducing remote ODBs
 2018-09-26 18:11 UTC  (8+ messages)
` [PATCH v4 9/9] Documentation/config: add odb.<name>.promisorRemote

[PATCH] git help: promote 'git help -av'
 2018-09-26 17:28 UTC  (9+ messages)

git fetch <remote> <branch> behaves weirdely when run in a worktree
 2018-09-26 17:05 UTC  (9+ messages)

(no subject)
 2018-09-26  6:08 UTC 

[PATCH v2 3/3] transport.c: introduce core.alternateRefsPrefixes
 2018-09-26  3:16 UTC  (14+ messages)

[RFC PATCH] transport: list refs before fetch if necessary
 2018-09-25 23:09 UTC  (2+ messages)

[GSoC][PATCH v9 02/21] stash: improve option parsing test coverage
 2018-09-25 22:33 UTC  (5+ messages)
` [GSoC][PATCH v9 03/21] stash: update test cases conform to coding guidelines
` [GSoC][PATCH v9 04/21] stash: rename test cases to be more descriptive
` [GSoC][PATCH v9 05/21] stash: add tests for `git stash show` config
` [GSoC][PATCH v9 06/21] strbuf.c: add `strbuf_join_argv()`

[PATCH] fetch-pack: approximate no_dependents with filter
 2018-09-25 22:09 UTC  (2+ messages)

git silently ignores include directive with single quotes
 2018-09-25 22:03 UTC  (3+ messages)
` [PATCH 1/1] config doc: highlight the name=value syntax

[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
 2018-09-25 21:58 UTC  (5+ messages)
` [PATCH v3 0/5] Clean up tests for test_cmp arg ordering and pipe placement
  ` [PATCH v3 1/5] CodingGuidelines: add shell piping guidelines

[ANNOUNCE] New Git PLC Members
 2018-09-25 21:51 UTC 

[PATCH 0/8] fix per-worktree ref iteration in fsck/reflog expire
 2018-09-25 21:16 UTC  (3+ messages)
` [PATCH 3/8] refs: new ref types to make per-worktree refs visible to all worktrees

Coredump on ls-remote + --sort
 2018-09-25 20:57 UTC  (5+ messages)
` [PATCH] ref-filter: don't look for objects when outside of a repository


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