git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-09-26 18:13:01 to 2018-09-28 00:26:34 UTC [more...]

[PATCH v1] read-cache: speed up index load through parallelization
 2018-09-28  0:26 UTC  (13+ 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

[PATCH] negotiator/skipping: parse commit before queueing
 2018-09-27 23:29 UTC  (2+ messages)

[PATCHv3 0/8] fetch: make sure submodule oids are fetched
 2018-09-27 23:27 UTC  (31+ messages)
` [PATCH 1/8] sha1-array: provide oid_array_filter
                  ` On shipping more of our technical docs as manpages
                        ` [PATCH] Documentation/CodingGuidelines: How to document new APIs

Fixing constant preference prompts during tests
 2018-09-27 23:12 UTC  (6+ messages)

[RFC PATCH] travis-ci: work around quarantine error during Perforce install on macOS
 2018-09-27 22:56 UTC  (2+ messages)

[PATCH 0/2] negotiator: improve recent behavior + docs
 2018-09-27 22:46 UTC  (4+ messages)

[PATCH] Add an EditorConfig file
 2018-09-27 22:33 UTC  (7+ messages)

Add proto v2 archive command with HTTP support
 2018-09-27 22:33 UTC  (16+ messages)
` [PATCH 3/3] archive: allow archive over HTTP(S) with proto v2
` [PATCH v2 0/4] Add proto v2 archive command with HTTP support
  ` [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

--skip-worktree and operations like checkout / stash /etc
 2018-09-27 22:29 UTC 

[PATCH] FYI / RFC: submodules: introduce repo-like workflow
 2018-09-27 22:27 UTC  (2+ messages)

[PATCH] read-cache: fix division by zero core-dump
 2018-09-27 22:24 UTC 

[PATCH] fetch: fix compilation warning
 2018-09-27 22:08 UTC 

[PATCH] submodule: Alllow staged changes for get_superproject_working_tree
 2018-09-27 22:02 UTC  (3+ messages)

[GSoC][PATCH v7 00/20] rebase -i: rewrite in C
 2018-09-27 21:56 UTC  (22+ messages)
` [GSoC][PATCH v8 "
  ` [GSoC][PATCH v8 01/20] sequencer: make three functions and an enum from sequencer.c public
  ` [GSoC][PATCH v8 02/20] rebase -i: rewrite append_todo_help() in C
  ` [GSoC][PATCH v8 03/20] editor: add a function to launch the sequence editor
  ` [GSoC][PATCH v8 04/20] rebase -i: rewrite the edit-todo functionality in C
  ` [GSoC][PATCH v8 05/20] sequencer: add a new function to silence a command, except if it fails
  ` [GSoC][PATCH v8 06/20] rebase -i: rewrite setup_reflog_action() in C
  ` [GSoC][PATCH v8 07/20] rebase -i: rewrite checkout_onto() "
  ` [GSoC][PATCH v8 08/20] sequencer: refactor append_todo_help() to write its message to a buffer
  ` [GSoC][PATCH v8 09/20] sequencer: change the way skip_unnecessary_picks() returns its result
  ` [GSoC][PATCH v8 10/20] t3404: todo list with commented-out commands only aborts
  ` [GSoC][PATCH v8 11/20] rebase -i: rewrite complete_action() in C
  ` [GSoC][PATCH v8 12/20] rebase -i: remove unused modes and functions
  ` [GSoC][PATCH v8 13/20] rebase -i: implement the logic to initialize $revisions in C
  ` [GSoC][PATCH v8 14/20] rebase -i: rewrite the rest of init_revisions_and_shortrevisions() "
  ` [GSoC][PATCH v8 15/20] rebase -i: rewrite write_basic_state() "
  ` [GSoC][PATCH v8 16/20] rebase -i: rewrite init_basic_state() "
  ` [GSoC][PATCH v8 17/20] rebase -i: implement the main part of interactive rebase as a builtin
  ` [GSoC][PATCH v8 18/20] rebase--interactive2: rewrite the submodes of interactive rebase in C
  ` [GSoC][PATCH v8 19/20] rebase -i: remove git-rebase--interactive.sh
  ` [GSoC][PATCH v8 20/20] rebase -i: move rebase--helper modes to rebase--interactive

[RFC PATCH] transport: list refs before fetch if necessary
 2018-09-27 21:43 UTC  (9+ messages)
` [RFC PATCH v2 0/4] Avoid ls-refs when possible in protocol v2
  ` [RFC PATCH v2 1/4] transport: allow skipping of ref listing
  ` [RFC PATCH v2 2/4] transport: do not list refs if possible
  ` [RFC PATCH v2 3/4] transport: list refs before fetch if necessary
  ` [RFC PATCH v2 4/4] fetch: do not list refs if fetching only hashes

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

[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
 2018-09-27 21:18 UTC  (6+ 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

t7005-editor.sh failure
 2018-09-27 20:53 UTC  (12+ messages)
        ` [PATCH] t7005-editor: quote filename to fix whitespace-issue

Null pointer dereference in rerere.c
 2018-09-27 20:40 UTC  (3+ messages)

[PATCH] git-completion.bash: Add completion for stash list
 2018-09-27 19:59 UTC 

[PATCH] git-completion.bash: Add completion for stash list
 2018-09-27 20:09 UTC 

[PATCH 3/4] git-commit-graph.txt: refer to "*commit* graph file"
 2018-09-27 19:21 UTC  (8+ messages)
` [PATCH v2 0/4] git-commit-graph.txt: various cleanups
  ` [PATCH v2 1/4] git-commit-graph.txt: fix bullet lists
  ` [PATCH v2 2/4] git-commit-graph.txt: typeset more in monospace
  ` [PATCH v2 3/4] git-commit-graph.txt: refer to "*commit*-graph file"
  ` [PATCH v2 4/4] Doc: refer to the "commit-graph file" with dash

[PATCH] worktree: add per-worktree config files
 2018-09-27 18:49 UTC  (9+ messages)
    ` Wherefor worktrees?

[PATCH] fetch-pack: approximate no_dependents with filter
 2018-09-27 18:37 UTC  (2+ messages)

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

[PATCH v2 0/6] Use generation numbers for --topo-order
 2018-09-27 17:57 UTC  (6+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] prio-queue: add 'peek' operation
  ` [PATCH v3 7/7] revision.c: refactor basic topo-order logic

Triggering "BUG: wt-status.c:476: multiple renames on the same target? how?"
 2018-09-27 17:36 UTC  (4+ messages)
` [PATCHv2] commit: fix erroneous BUG, 'multiple renames on the same target? how?'

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  (13+ 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] git.txt: mention mailing list archive
 2018-09-27 10:35 UTC  (4+ messages)
` [PATCH v2] "

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

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

[PATCH 0/3] Filter alternate references
 2018-09-26 18:38 UTC  (9+ messages)
` [PATCH v2 "
  ` [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  (3+ messages)
` [PATCH v9 00/21] "


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