git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-28 23:14:17 to 2018-07-01 15:58:06 UTC [more...]

fast-import slowness when importing large files with small differences
 2018-07-01 15:57 UTC  (11+ messages)
  ` [PATCH] xdiff: reduce indent heuristic overhead

[PATCH 00/23] Mark strings for translation
 2018-07-01  5:38 UTC  (28+ messages)
` [PATCH 01/23] Update messages in preparation for i18n
` [PATCH 02/23] archive-tar.c: mark more strings for translation
` [PATCH 03/23] archive-zip.c: "
` [PATCH 04/23] builtin/config.c: "
` [PATCH 05/23] builtin/grep.c: mark strings for translation and no full stops
` [PATCH 06/23] builtin/pack-objects.c: mark more strings for translation
` [PATCH 07/23] builtin/replace.c: "
` [PATCH 08/23] commit-graph.c: "
` [PATCH 09/23] config.c: "
` [PATCH 10/23] connect.c: "
` [PATCH 11/23] convert.c: "
` [PATCH 12/23] dir.c: "
` [PATCH 13/23] environment.c: "
` [PATCH 14/23] exec-cmd.c: "
` [PATCH 15/23] object.c: "
` [PATCH 16/23] pkt-line.c: "
` [PATCH 17/23] refs.c: "
` [PATCH 18/23] refspec.c: "
` [PATCH 19/23] replace-object.c: "
` [PATCH 20/23] sequencer.c: "
` [PATCH 21/23] sha1-file.c: "
` [PATCH 22/23] transport.c: "
` [PATCH 23/23] transport-helper.c: "

[PATCH 0/6] Add merge recursive testcases with undetected conflicts
 2018-07-01  4:11 UTC  (7+ messages)
` [PATCH 1/6] t6036: add a failed conflict detection case with symlink modify/modify
` [PATCH 2/6] t6036: add a failed conflict detection case with symlink add/add
` [PATCH 3/6] t6036: add a failed conflict detection case with submodule modify/modify
` [PATCH 4/6] t6036: add a failed conflict detection case with submodule add/add
` [PATCH 5/6] t6036: add a failed conflict detection case with conflicting types
` [PATCH 6/6] t6036: add a failed conflict detection case: regular files, different modes

[RFC PATCH 0/7] merge requirement: index matches head
 2018-07-01  1:25 UTC  (11+ messages)
` [PATCH v2 0/9] Fix merge issues with index not matching HEAD
  ` [PATCH v2 1/9] read-cache.c: move index_has_changes() from merge.c
  ` [PATCH v2 2/9] index_has_changes(): avoid assuming operating on the_index
  ` [PATCH v2 3/9] t6044: verify that merges expected to abort actually abort
  ` [PATCH v2 4/9] t6044: add a testcase for index matching head, when head doesn't match HEAD
  ` [PATCH v2 5/9] merge-recursive: make sure when we say we abort that we actually abort
  ` [PATCH v2 6/9] merge-recursive: fix assumption that head tree being merged is HEAD
  ` [PATCH v2 7/9] t6044: add more testcases with staged changes before a merge is invoked
  ` [PATCH v2 8/9] merge-recursive: enforce rule that index matches head before merging
  ` [PATCH v2 9/9] merge: fix misleading pre-merge check documentation

[PATCH] fast-import: Don't count delta attempts against an empty buffer
 2018-06-30 21:41 UTC 

[PATCH] gc --auto: release pack files before auto packing
 2018-06-30 14:58 UTC  (2+ messages)

[BUG] A part of an edge from an octopus merge gets colored, even with --color=never
 2018-06-30 12:47 UTC  (9+ messages)

[PATCH 00/12] Kill the_index part2, header file cleanup
 2018-06-30  9:20 UTC  (13+ messages)
` [PATCH 01/12] apply.h: drop extern on func declaration
` [PATCH 02/12] attr.h: drop extern from function declaration
` [PATCH 03/12] blame.h: drop extern on func declaration
` [PATCH 04/12] cache-tree.h: drop extern from function declaration
` [PATCH 05/12] convert.h: drop 'extern' "
` [PATCH 06/12] diffcore.h: drop extern "
` [PATCH 07/12] diff.h: remove "
` [PATCH 08/12] line-range.h: drop "
` [PATCH 09/12] rerere.h: "
` [PATCH 10/12] repository.h: "
` [PATCH 11/12] revision.h: "
` [PATCH 12/12] submodule.h: "

Two small l10n/i18n patches
 2018-06-30  9:11 UTC  (6+ messages)
` [PATCH 2/2] i18n: bisect: mark two supplementary strings for translation

[PATCH v2 0/9] Introducing remote ODBs
 2018-06-30  8:39 UTC  (11+ messages)
` [PATCH v2 1/9] fetch-object: make functions return an error code
` [PATCH v2 2/9] Add initial remote odb support
` [PATCH v2 3/9] remote-odb: implement remote_odb_get_direct()
` [PATCH v2 4/9] remote-odb: implement remote_odb_get_many_direct()
` [PATCH v2 5/9] remote-odb: add remote_odb_reinit()
` [PATCH v2 6/9] Use remote_odb_get_direct() and has_remote_odb()
` [PATCH v2 7/9] Use odb.origin.partialclonefilter instead of core.partialclonefilter
` [PATCH v2 8/9] t0410: test fetching from many promisor remotes
` [PATCH v2 9/9] Documentation/config: add odb.<name>.promisorRemote

[PATCH 00/15] Kill the_index part 1, expose it
 2018-06-30  8:38 UTC  (4+ messages)
` [PATCH 02/15] apply.c: stop using index compat macros

[RFC PATCH 00/13] Consolidate reachability logic
 2018-06-30  1:40 UTC  (29+ messages)
` [RFC PATCH 01/13] commit-reach: move walk methods from commit.c
` [RFC PATCH 02/13] commit-reach: move ref_newer from remote.c
` [RFC PATCH 03/13] commit-reach: move commit_contains from ref-filter
` [RFC PATCH 04/13] upload-pack: make reachable() more generic
` [RFC PATCH 05/13] upload-pack: refactor ok_to_give_up()
` [RFC PATCH 06/13] commit-reach: move can_all_from_reach_with_flag()
` [RFC PATCH 07/13] test-reach
` [RFC PATCH 08/13] test-reach: test reduce_heads()
` [RFC PATCH 09/13] commit-reach: test can_all_from_reach
` [RFC PATCH 10/13] commit-reach: test is_descendant_of
` [RFC PATCH 11/13] commit-reach: make can_all_from_reach... linear
` [RFC PATCH 12/13] commit-reach: use is_descendant_of for ref_newer
` [RFC PATCH 13/13] commit-reach: use can_all_from_reach

[PATCH] fetch: when deepening, check connectivity fully
 2018-06-29 22:30 UTC  (2+ messages)

[PATCH v3 00/32] object-store: lookup_commit
 2018-06-29 22:20 UTC  (41+ messages)
` [PATCH v3 01/32] object: add repository argument to parse_object
` [PATCH v3 02/32] object: add repository argument to lookup_object
` [PATCH v3 03/32] object: add repository argument to parse_object_buffer
` [PATCH v3 04/32] object: add repository argument to object_as_type
` [PATCH v3 05/32] blob: add repository argument to lookup_blob
` [PATCH v3 06/32] tree: add repository argument to lookup_tree
` [PATCH v3 07/32] commit: add repository argument to lookup_commit_reference_gently
` [PATCH v3 08/32] commit: add repository argument to lookup_commit_reference
` [PATCH v3 09/32] commit: add repository argument to lookup_commit
` [PATCH v3 10/32] commit: add repository argument to parse_commit_buffer
` [PATCH v3 11/32] commit: add repository argument to set_commit_buffer
` [PATCH v3 12/32] commit: add repository argument to get_cached_commit_buffer
` [PATCH v3 13/32] tag: add repository argument to lookup_tag
` [PATCH v3 14/32] tag: add repository argument to parse_tag_buffer
` [PATCH v3 15/32] tag: add repository argument to deref_tag
` [PATCH v3 16/32] object: allow object_as_type to handle arbitrary repositories
` [PATCH v3 17/32] object: allow lookup_object "
` [PATCH v3 18/32] blob: allow lookup_blob "
` [PATCH v3 19/32] tree: allow lookup_tree "
` [PATCH v3 20/32] commit: allow lookup_commit "
` [PATCH v3 21/32] tag: allow lookup_tag "
` [PATCH v3 22/32] tag: allow parse_tag_buffer "
` [PATCH v3 23/32] commit.c: allow parse_commit_buffer "
` [PATCH v3 24/32] commit-slabs: remove realloc counter outside of slab struct
` [PATCH v3 25/32] commit.c: migrate the commit buffer to the parsed object store
` [PATCH v3 26/32] commit.c: allow set_commit_buffer to handle arbitrary repositories
` [PATCH v3 27/32] commit.c: allow get_cached_commit_buffer "
` [PATCH v3 28/32] object.c: allow parse_object_buffer "
` [PATCH v3 29/32] object.c: allow parse_object "
` [PATCH v3 30/32] tag.c: allow deref_tag "
` [PATCH v3 31/32] commit.c: allow lookup_commit_reference_gently "
` [PATCH v3 32/32] commit.c: allow lookup_commit_reference "

What's cooking in git.git (Jun 2018, #07; Thu, 28)
 2018-06-29 21:04 UTC  (6+ messages)
` ag/rebase-i-append-todo-help, was "

[PATCH 1/3] .mailmap: merge different spellings of names
 2018-06-29 19:41 UTC  (8+ messages)
` [PATCH 2/3] .mailmap: assume Jason McMullan to be the same person
` [PATCH 3/3] .mailmap: map names with multiple emails to the same author identity

send-email: change the default value of sendmail.validate
 2018-06-29 19:07 UTC 

[GSoC][PATCH v4 0/3] rebase -i: rewrite reflog operations in C
 2018-06-29 18:23 UTC  (8+ messages)
` [GSoC][PATCH v5 "
  ` [GSoC][PATCH v5 1/3] sequencer: add a new function to silence a command, except if it fails
  ` [GSoC][PATCH v5 2/3] rebase -i: rewrite setup_reflog_action() in C
  ` [GSoC][PATCH v5 3/3] rebase -i: rewrite checkout_onto() "

[PATCH] fetch-pack: support negotiation tip whitelist
 2018-06-29 16:28 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] sequencer: use configured comment character
 2018-06-29 15:56 UTC  (4+ messages)

[PATCH v4 0/9] Document/fix/warn about rebase incompatibilities and inconsistencies
 2018-06-29 13:20 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v7 07/22] commit-graph: add 'verify' subcommand
 2018-06-29 12:47 UTC  (3+ messages)

[PATCH 0/1] Makefile: fix the "built from commit" code
 2018-06-29 12:16 UTC  (10+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] Fix "built from commit" logic
  ` [PATCH v2 1/1] Makefile: fix the "built from commit" code

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-06-29 11:20 UTC  (11+ messages)

[PATCH] fsck: check skiplist for object in fsck_blob()
 2018-06-29  1:14 UTC  (10+ messages)
          ` [PATCH 4/4] fsck: silence stderr when parsing .gitmodules

[PATCH v3 0/8] Moved code detection: ignore space on uniform indentation
 2018-06-29  0:19 UTC  (11+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] xdiff/xdiff.h: remove unused flags
  ` [PATCH v4 2/9] xdiff/xdiffi.c: remove unneeded function declarations
  ` [PATCH v4 3/9] t4015: avoid git as a pipe input
  ` [PATCH v4 4/9] diff.c: do not pass diff options as keydata to hashmap
  ` [PATCH v4 5/9] diff.c: adjust hash function signature to match hashmap expectation
  ` [PATCH v4 6/9] diff.c: add a blocks mode for moved code detection
  ` [PATCH v4 7/9] diff.c: decouple white space treatment from move detection algorithm
  ` [PATCH v4 8/9] diff.c: factor advance_or_nullify out of mark_color_as_moved
  ` [PATCH v4 9/9] diff.c: add white space mode to move detection that allows indent changes

[PATCH v5 0/5] Convert some stash functionality to a builtin
 2018-06-28 23:14 UTC  (4+ messages)
` [PATCH v6 0/4] stash: add new tests and introduce a new helper function
  ` [PATCH v6 0/4] stash: Convert some `git stash` commands to a builtin


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