git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-10-10 20:54:54 to 2018-10-12 03:19:03 UTC [more...]

[PATCH v1] read-cache: speed up index load through parallelization
 2018-10-12  3:18 UTC  (3+ messages)
` [PATCH v8 0/7] "

[PATCH v3 0/3] alias help tweaks
 2018-10-12  3:17 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v3 0/1] contrib: Add script to show uncovered "new" lines
 2018-10-12  3:01 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 0/3] ref-filter: reduce memory leaks
 2018-10-12  2:35 UTC  (8+ messages)
` [PATCH 1/3] ref-filter: free memory from used_atom
  ` [PATCH 3/3] ref-filter: free item->value and item->value->s
  ` [PATCH 2/3] ls-remote: release memory instead of UNLEAK

What's cooking in git.git (Oct 2018, #01; Wed, 10)
 2018-10-12  1:22 UTC  (21+ messages)
` builtin stash/rebase, was "
    ` [PATCH] diff.c: die on unknown color-moved ws mode
` `--rebase-merges' still failing badly

[PATCH 0/1] Limit client version advertisements
 2018-10-12  1:02 UTC  (10+ messages)
` [PATCH 1/1] protocol: limit max protocol version per service
` [PATCH v2 0/1] Advertise multiple supported proto versions
  ` [PATCH v2 1/1] protocol: advertise multiple supported versions

[PATCH v6] log: fix coloring of certain octupus merge shapes
 2018-10-12  0:23 UTC  (3+ messages)

[RFC PATCH 00/19] Bring more repository handles into our code base
 2018-10-11 23:31 UTC  (30+ messages)
` [PATCH 01/19] sha1_file: allow read_object to read objects in arbitrary repositories
` [PATCH 02/19] packfile: allow has_packed_and_bad to handle "
` [PATCH 03/19] object-store: allow read_object_file_extended to read from "
` [PATCH 04/19] object-store: prepare read_object_file to deal with "
` [PATCH 05/19] object: parse_object to honor its repository argument
` [PATCH 06/19] commit: allow parse_commit* to handle arbitrary repositories
` [PATCH 07/19] commit.c: allow paint_down_to_common "
` [PATCH 08/19] commit.c: allow merge_bases_many "
` [PATCH 09/19] commit.c: allow remove_redundant "
` [PATCH 10/19] commit: allow get_merge_bases_many_0 "
` [PATCH 11/19] commit: prepare get_merge_bases "
` [PATCH 12/19] commit: prepare get_commit_buffer "
` [PATCH 13/19] commit: prepare in_merge_bases[_many] "
` [PATCH 14/19] commit: prepare repo_unuse_commit_buffer "
` [PATCH 15/19] commit: prepare logmsg_reencode "
` [PATCH 16/19] pretty: prepare format_commit_message "
` [PATCH 17/19] submodule: use submodule repos for object lookup
` [PATCH 18/19] submodule: don't add submodule as odb for push
` [PATCH 19/19] Apply semantic patches from previous patches

[PATCH v2 0/1] branch: introduce --show-current display option
 2018-10-11 23:31 UTC  (19+ messages)
` [PATCH v2 1/1] "
    ` [PATCH v3] "

[RFC PATCH 0/3] support for filtering trees and blobs based on depth
 2018-10-11 23:09 UTC  (4+ messages)
` [RFC PATCH 1/3] list-objects: support for skipping tree traversal
` [RFC PATCH 2/3] Documentation/git-rev-list: s/<commit>/<object>/
` [RFC PATCH 3/3] list-objects-filter: teach tree:# how to handle >0

[PATCH 0/2] add an advice on unqualified <dst> push
 2018-10-11 22:45 UTC  (10+ messages)
` [PATCH 1/2] i18n: remote.c: mark error(...) messages for translation
` [PATCH 2/2] push: add an advice on unqualified <dst> push

[PATCH v2 0/6] Use generation numbers for --topo-order
 2018-10-11 22:32 UTC  (16+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] prio-queue: add 'peek' operation
  ` [PATCH v3 2/7] test-reach: add run_three_modes method
  ` [PATCH v3 3/7] test-reach: add rev-list tests
  ` [PATCH v3 4/7] revision.c: begin refactoring --topo-order logic
  ` [PATCH v3 5/7] commit/revisions: bookkeeping before refactoring
  ` [PATCH v3 7/7] revision.c: refactor basic topo-order logic

[PATCH 0/4] Multiple subtree split fixes regarding complex repos
 2018-10-11 19:46 UTC  (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] subtree: refactor split of a commit into standalone method
` [PATCH v2 2/4] subtree: make --ignore-joins pay attention to adds
` [PATCH v2 3/4] subtree: use commits before rejoins for splits
` [PATCH v2 4/4] subtree: improve decision on merges kept in split

[PATCH 00/15] sequencer: refactor functions working on a todo_list
 2018-10-11 19:58 UTC  (12+ messages)
` [PATCH 03/15] sequencer: refactor check_todo_list() to work "
` [PATCH 04/15] sequencer: refactor sequencer_add_exec_commands() "
` [PATCH 08/15] sequencer: change complete_action() to use the refactored functions
` [PATCH 10/15] rebase-interactive: use todo_list_transform() in edit_todo_list()

[PATCH 0/4] Bloom filter experiment
 2018-10-11 19:11 UTC  (7+ messages)
` [PATCH 0/2] Per-commit filter proof of concept
  ` [PATCH 1/2] One filter per commit
      ` [PATCH] Per-commit and per-parent filters for 2 parents
  ` [PATCH 2/2] Only make bloom filter for first parent

[PATCH] doc: move git-get-tar-commit-id to plumbing
 2018-10-11 18:39 UTC 

[PATCH] doc: move git-cherry to plumbing
 2018-10-11 18:33 UTC 

[PATCH v2 2/2] commit-graph verify: add progress output
 2018-10-11 17:52 UTC  (7+ messages)
` [PATCH v3 1/2] commit-graph write: "

We should add a "git gc --auto" after "git clone" due to commit graph
 2018-10-11 13:43 UTC  (19+ messages)
          ` Bloom Filters (was Re: We should add a "git gc --auto" after "git clone" due to commit graph)
                  ` Bloom Filters
                    ` [PoC -- do not apply 2/3] test-tree-bitmap: add "dump" mode
                    ` [PoC -- do not apply 3/3] test-tree-bitmap: replace ewah with custom rle encoding

[PATCH v3 0/6] Fix the racy split index problem
 2018-10-11 11:38 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] t1700-split-index: document why FSMONITOR is disabled in this test script
  ` [PATCH v4 2/6] split-index: add tests to demonstrate the racy split index problem
  ` [PATCH v4 3/6] t1700-split-index: date back files to avoid racy situations
  ` [PATCH v4 4/6] split-index: count the number of deleted entries
  ` [PATCH v4 5/6] split-index: don't compare cached data of entries already marked for split index
  ` [PATCH v4 6/6] split-index: smudge and add racily clean cache entries to "
  ` [PATCH 7/6] split-index: BUG() when cache entry refers to non-existing shared entry

[PATCH] revert & cherry-pick: run git gc --auto
 2018-10-11 11:24 UTC  (7+ messages)

[BUG] gitignore documentation inconsistent with actual behaviour
 2018-10-11 11:08 UTC  (3+ messages)

[PATCH 0/8] WIP: trace2: a new trace facility
 2018-10-11 11:00 UTC  (5+ messages)
` [RFC PATCH 0/6] Use trace2 in commit-reach
  ` [RFC PATCH 6/6] commit-reach: fix first-parent heuristic

[version 2.19.1] gpg issue in new Git for Windows release version 2.19.1
 2018-10-11  9:45 UTC 

Git wire protocol v2 fails fetching shallow changes with `pack has XXX unresolved deltas` on large repos with lots of tags Inbox x
 2018-10-11  9:20 UTC 

[PATCH 0/1] rebase -i: introduce the 'break' command
 2018-10-11  9:08 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] rebase -i: clarify what happens on a failed `exec`
  ` [PATCH v2 2/2] rebase -i: introduce the 'break' command

[PATCH] range-diff: allow to diff files regardless submodule
 2018-10-11  8:25 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH 0/3] send-email: Also pick up cc addresses from -by trailers
 2018-10-11  8:22 UTC  (10+ messages)
` [PATCH 2/3] send-email: only consider lines containing @ or <> for automatic Cc'ing
` [PATCH 3/3] send-email: also pick up cc addresses from -by trailers

[PATCH] gc: remove redundant check for gc_auto_threshold
 2018-10-11  7:49 UTC  (5+ messages)

[PATCH 0/3] mingw: require Windows Vista or later (and fix the Windows CI builds)
 2018-10-11  6:24 UTC  (4+ messages)
` [PATCH 3/3] mingw: bump the minimum Windows version to Vista

Bug: manpage for `git ls-files` uses <file> instead of <pathspec>
 2018-10-11  3:20 UTC 

[PATCH] fixup! builtin rebase: support `--gpg-sign` option
 2018-10-11  2:17 UTC  (2+ messages)

git svn clone/fetch hits issues with gc --auto
 2018-10-11  0:38 UTC  (12+ messages)
` [PATCH] gc: introduce an --auto-exit-code option for undoing 3029970275

[PATCH v4 00/23] Kill the_index part 4
 2018-10-11  0:10 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 17/23] userdiff.c: remove implicit dependency on the_index

[PATCH 0/2] branch: introduce --current display option
 2018-10-10 23:51 UTC  (3+ messages)

[PATCH] doc: move git-rev-parse from porcelain to plumbing
 2018-10-10 23:40 UTC  (4+ messages)

[PATCH] doc: fix a typo and clarify a sentence
 2018-10-10 23:27 UTC  (5+ messages)
` (no subject)
  ` none

[PATCH] diff.c: pass sign_index to emit_line_ws_markup
 2018-10-10 23:24 UTC 

We should add a "git gc --auto" after "git clone" due to commit graph
 2018-10-10 23:01 UTC  (11+ messages)

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

[PATCH] builtin/grep.c: remote superflous submodule code
 2018-10-10 22:49 UTC  (3+ messages)

[PATCH v5 0/9] fetch: make sure submodule oids are fetched
 2018-10-10 21:50 UTC  (10+ messages)
` [PATCH v5 1/9] sha1-array: provide oid_array_filter
` [PATCH v5 2/9] submodule.c: fix indentation
` [PATCH v5 3/9] submodule.c: sort changed_submodule_names before searching it
` [PATCH v5 4/9] submodule.c: move global changed_submodule_names into fetch submodule struct
` [PATCH v5 5/9] submodule.c: do not copy around submodule list
` [PATCH v5 6/9] repository: repo_submodule_init to take a submodule struct
` [PATCH v5 7/9] submodule: fetch in submodules git directory instead of in worktree
` [PATCH v5 8/9] fetch: retry fetching submodules if needed objects were not fetched
` [PATCH v5 9/9] builtin/fetch: check for submodule updates for non branch fetches


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