git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-11 14:26:02 to 2018-07-13 00:50:42 UTC [more...]

[PATCH v2 00/24] Multi-pack-index (MIDX)
 2018-07-13  0:50 UTC  (50+ messages)
` [PATCH v3 "
  ` [PATCH v3 06/24] multi-pack-index: load into memory
  ` [PATCH v3 07/24] multi-pack-index: expand test data
  ` [PATCH v3 15/24] midx: write object offsets
  ` [PATCH v3 16/24] config: create core.multiPackIndex setting
  ` [PATCH v4 00/23] Multi-pack-index (MIDX)
    ` [PATCH v4 01/23] multi-pack-index: add design document
    ` [PATCH v4 02/23] multi-pack-index: add format details
    ` [PATCH v4 03/23] multi-pack-index: add builtin
    ` [PATCH v4 04/23] multi-pack-index: add 'write' verb
    ` [PATCH v4 05/23] midx: write header information to lockfile
    ` [PATCH v4 06/23] multi-pack-index: load into memory
    ` [PATCH v4 07/23] t5319: expand test data
    ` [PATCH v4 08/23] packfile: generalize pack directory list
    ` [PATCH v4 09/23] multi-pack-index: read packfile list
    ` [PATCH v4 10/23] multi-pack-index: write pack names in chunk
    ` [PATCH v4 11/23] midx: read pack names into array
    ` [PATCH v4 12/23] midx: sort and deduplicate objects from packfiles
    ` [PATCH v4 13/23] midx: write object ids in a chunk
    ` [PATCH v4 14/23] midx: write object id fanout chunk
    ` [PATCH v4 15/23] midx: write object offsets
    ` [PATCH v4 16/23] config: create core.multiPackIndex setting
    ` [PATCH v4 17/23] midx: read objects from multi-pack-index
    ` [PATCH v4 18/23] midx: use midx in abbreviation calculations
    ` [PATCH v4 19/23] midx: use existing midx when writing new one
    ` [PATCH v4 20/23] midx: use midx in approximate_object_count
    ` [PATCH v4 21/23] midx: prevent duplicate packfile loads
    ` [PATCH v4 22/23] packfile: skip loading index if in multi-pack-index
    ` [PATCH v4 23/23] midx: clear midx on repack

[PATCH 0/2] Annotated tags pointing to missing but promised blobs
 2018-07-13  0:03 UTC  (3+ messages)
` [PATCH 1/2] revision: tolerate promised targets of tags
` [PATCH 2/2] tag: don't warn if target is missing but promised

[PATCH] t3404: fix use of "VAR=VAL cmd" with a shell function
 2018-07-12 23:51 UTC  (5+ messages)

[PATCH 0/6] git-submodule.sh: convert part of cmd_update to C
 2018-07-12 21:24 UTC  (9+ messages)
` [PATCH 1/6] git-submodule.sh: align error reporting for update mode to use path
` [PATCH 2/6] git-submodule.sh: rename unused variables
` [PATCH 3/6] builtin/submodule--helper: factor out submodule updating
` [PATCH 4/6] builtin/submodule--helper: store update_clone information in a struct
` [PATCH 5/6] builtin/submodule--helper: factor out method to update a single submodule
` [PATCH 6/6] submodule--helper: introduce new update-module-mode helper

[PATCH] RFC: submodule-config: introduce trust level
 2018-07-12 20:54 UTC  (2+ messages)

[PATCH] sequencer.c: terminate the last line of author-script properly
 2018-07-12 20:49 UTC  (6+ messages)

[PATCH v1] handle lower case drive letters on Windows
 2018-07-12 20:34 UTC  (14+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] sha1-name.c: for ":/", find detached HEAD commits
 2018-07-12 20:01 UTC  (16+ messages)
        ` [PATCH v2] "

[PATCH 00/29] t: detect and fix broken &&-chains in subshells
 2018-07-12 19:54 UTC  (8+ messages)
` [PATCH v2 00/10] detect "
  ` [PATCH v2 01/10] t/test-lib: teach --chain-lint to "

gitweb and Levenshtein
 2018-07-12 18:46 UTC 

[PATCH 00/25] fix buggy tests, modernize tests, fix broken &&-chains
 2018-07-12 18:53 UTC  (10+ messages)
` [PATCH 21/25] t5000-t5999: "

[PATCH] t6036: fix broken && chain in sub-shell
 2018-07-12 18:48 UTC  (2+ messages)

[GSoC][PATCH v2 0/7] rebase -i: rewrite some parts in C
 2018-07-12 18:24 UTC  (8+ messages)
` [GSoC][PATCH v3 00/13] "
  ` [GSoC][PATCH v3 10/13] rebase--interactive: rewrite complete_action() "
  ` [GSoC][PATCH v3 12/13] rebase -i: implement the logic to initialize the variable $revision "

[PATCH 0/5] Object store refactoring: commit graph
 2018-07-12 17:43 UTC  (10+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] commit-graph: refactor preparing "
  ` [PATCH v3 2/6] object-store: add missing include
  ` [PATCH v3 3/6] commit-graph: add missing forward declaration
  ` [PATCH v3 4/6] commit-graph: add free_commit_graph
  ` [PATCH v3 5/6] commit-graph: store graph in struct object_store
  ` [PATCH v3 6/6] commit-graph: add repo arg to graph readers

rev-parse --show-toplevel broken during exec'ed rebase?
 2018-07-12 17:39 UTC  (6+ messages)

[PATCH 0/2] Fix --rebase-merges with custom commentChar
 2018-07-12 17:15 UTC  (3+ messages)

[PATCH] ref-filter: mark some file-local symbols as static
 2018-07-12 17:07 UTC  (2+ messages)

[PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-07-12 16:59 UTC  (14+ messages)
` [PATCH v3 00/20] Add `range-diff`, "
  ` [PATCH v3 01/20] linear-assignment: a function to solve least-cost assignment problems
              ` refs/notes/amlog problems, was "

[PATCH 0/3] rebase -r: support octopus merges
 2018-07-12 16:26 UTC  (18+ messages)
` [PATCH 2/3] rebase --rebase-merges: add support for "
` [PATCH 1/3] merge: allow reading the merge commit message from a file
` [PATCH 3/3] rebase --rebase-merges: adjust man page for octopus support

[RFC PATCH 0/4] Fix occasional test failures in http tests
 2018-07-12 15:56 UTC  (16+ messages)
` [RFC PATCH 4/4] t/lib-httpd: sort log based on timestamp to avoid occasional failure
` [PATCH v2 0/3] Fix occasional test failures in http tests
  ` [PATCH v2 3/3] t/lib-httpd: avoid occasional failures when checking access.log
  ` [PATCH v3 0/3] Fix occasional test failures in http tests
    ` [PATCH v3 1/3] t5541: clean up truncating access log
    ` [PATCH v3 2/3] t/lib-httpd: add the strip_access_log() helper function
    ` [PATCH v3 3/3] t/lib-httpd: avoid occasional failures when checking access.log

[PATCH] git-rebase--merge: modernize "git-$cmd" to "git $cmd"
 2018-07-12 15:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Fix use of strategy options with interactive rebases
 2018-07-12 15:41 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] t3418: add testcase showing problems with rebase -i and strategy options
  ` [PATCH v3 2/2] Fix use of strategy options with interactive rebases

[RFC PATCH 0/6] Compile cleanly in pedantic mode
 2018-07-12 15:40 UTC  (7+ messages)
` [PATCH "

[GSoC] GSoC with git, week 10
 2018-07-12 14:09 UTC  (4+ messages)

[RFC PATCH] Add 'human' date format
 2018-07-11 21:49 UTC  (9+ messages)
` [RFC PATCH v2] "

What's cooking in git.git (Jul 2018, #01; Wed, 11)
 2018-07-11 21:28 UTC  (2+ messages)

[PATCH v2 6/6] commit-graph: add repo arg to graph readers
 2018-07-11 21:08 UTC  (4+ messages)

[PATCH] add -p: fix counting empty context lines in edited patches
 2018-07-11 20:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] fsck: check skiplist for object in fsck_blob()
 2018-07-11 19:31 UTC  (11+ messages)

[PATCH 0/2] Address recovery failures with directory/file conflicts
 2018-07-11 18:24 UTC  (7+ messages)
` [PATCH 1/2] t1015: demonstrate directory/file conflict recovery failures
` [PATCH 2/2] read-cache: fix directory/file conflict handling in read_index_unmerged()

BUG: Segfault on "git pull" on "bad object HEAD"
 2018-07-11 17:09 UTC  (7+ messages)
  ` [PATCH] has_uncommitted_changes(): fall back to empty tree

[PATCH v2 0/9] X509 (gpgsm) commit signing support
 2018-07-11 16:38 UTC  (19+ messages)
` [PATCH v2 6/9] gpg-interface: do not hardcode the key string len anymore
` [PATCH v2 9/9] gpg-interface t: extend the existing GPG tests with GPGSM

[PATCH] unpack-trees: do not fail reset because of unmerged skipped entry
 2018-07-11 16:35 UTC  (5+ messages)

[PATCH 0/6] Add merge recursive testcases with undetected conflicts
 2018-07-11 15:40 UTC  (4+ messages)

[PATCH 0/2] de-confuse git cherry-pick --author behavior
 2018-07-11 15:37 UTC  (7+ messages)
` [PATCH 2/2] sequencer: don't say BUG on bogus input
      ` [PATCH v2 0/2] de-confuse git cherry-pick --author

[PATCH 00/17] object_id part 14
 2018-07-11 15:36 UTC  (8+ messages)
` [PATCH 07/17] commit: increase commit message buffer size

[PATCH] gc --auto: release pack files before auto packing
 2018-07-11 15:33 UTC  (8+ messages)


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