git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-28 11:49:18 to 2018-06-30 08:36:07 UTC [more...]

[PATCH v2 0/9] Introducing remote ODBs
 2018-06-30  8:35 UTC 

[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

fast-import slowness when importing large files with small differences
 2018-06-30  1:11 UTC  (10+ messages)
  ` [PATCH] xdiff: reduce indent heuristic overhead

[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  (8+ messages)
` [PATCH v2] "
` [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  (12+ 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  (16+ messages)
          ` [PATCH 1/4] config: turn die_on_error into caller-facing enum
          ` [PATCH 2/4] config: add CONFIG_ERROR_SILENT handler
          ` [PATCH 3/4] config: add options parameter to git_config_from_mem
          ` [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  (14+ messages)
` [PATCH v6 0/4] stash: add new tests and introduce a new helper function
  ` [PATCH v6 2/4] stash: convert drop and clear to builtin
  ` [PATCH v6 3/4] stash: convert branch "
  ` [PATCH v6 0/4] stash: Convert some `git stash` commands to a builtin

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-06-28 22:28 UTC  (23+ messages)
` [PATCH v4 0/8] Allocate cache entries from mem_pool
  ` [PATCH v4 2/8] block alloc: add lifecycle APIs for cache_entry structs
  ` [PATCH v4 3/8] mem-pool: only search head block for available space
  ` [PATCH v5 0/8] Allocate cache entries from mem_pool
    ` [PATCH v5 1/8] read-cache: teach refresh_cache_entry() to take istate
    ` [PATCH v5 2/8] read-cache: make_cache_entry should take object_id struct
    ` [PATCH v5 3/8] block alloc: add lifecycle APIs for cache_entry structs
    ` [PATCH v5 4/8] mem-pool: only search head block for available space
    ` [PATCH v5 5/8] mem-pool: add life cycle management functions
    ` [PATCH v5 6/8] mem-pool: fill out functionality
    ` [PATCH v5 7/8] block alloc: allocate cache entries from mem-pool
    ` [PATCH v5 8/8] block alloc: add validations around cache_entry lifecyle

[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
 2018-06-28 21:58 UTC  (9+ messages)
` [PATCH 2/5] rebase: start implementing it as a builtin
` [PATCH 3/5] rebase: refactor common shell functions into their own file
` [PATCH 4/5] sequencer: refactor the code to detach HEAD to checkout.c
` [PATCH 5/5] builtin/rebase: support running "git rebase <upstream>"

[PATCH 0/2] grep.c: teach --only-matching to 'git-grep(1)'
 2018-06-28 18:32 UTC  (3+ messages)
` [PATCH 2/2] grep.c: teach 'git grep --only-matching'

curious about wording in "man git-config", ENVIRONMENT
 2018-06-28 18:17 UTC  (4+ messages)

[PATCH] doc: substitute ETC_GIT(CONFIG|ATTRIBUTES) in generated docs
 2018-06-28 18:16 UTC  (11+ messages)

[GSoC][PATCH v4 0/2] rebase -i: rewrite append_todo_help() in C
 2018-06-28 18:05 UTC  (3+ messages)
` [GSoC][PATCH v5 "

Use of new .gitattributes working-tree-encoding attribute across different platform types
 2018-06-28 17:27 UTC  (5+ messages)

[PATCH] Documentation: declare "core.ignorecase" as internal variable
 2018-06-28 16:58 UTC  (4+ messages)
` [PATCH v4] Documentation: declare "core.ignoreCase" "

Inconsistencies in commit-graph technical docs
 2018-06-28 16:54 UTC  (4+ messages)
  ` [PATCH] commit-graph: fix documentation inconsistencies

[PATCH v1 0/9] Introducing remote ODBs
 2018-06-28 15:17 UTC  (5+ messages)

[PATCH 00/29] t: detect and fix broken &&-chains in subshells
 2018-06-28 14:37 UTC  (11+ messages)
` [PATCH 29/29] t/test-lib: teach --chain-lint to detect "


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