git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-07 14:04:08 to 2018-06-09 18:14:16 UTC [more...]

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-09 18:13 UTC  (44+ messages)
` [PATCH 02/23] midx: add midx format details to pack-format.txt
` [PATCH 03/23] midx: add midx builtin
` [PATCH 04/23] midx: add 'write' subcommand and basic wiring
` [PATCH 05/23] midx: write header information to lockfile
` [PATCH 06/23] midx: struct midxed_git and 'read' subcommand
` [PATCH 07/23] midx: expand test data
` [PATCH 08/23] midx: read packfiles from pack directory
` [PATCH 09/23] midx: write pack names in chunk
` [PATCH 10/23] midx: write a lookup into the pack names chunk
` [PATCH 11/23] midx: sort and deduplicate objects from packfiles
` [PATCH 12/23] midx: write object ids in a chunk
` [PATCH 13/23] midx: write object id fanout chunk
` [PATCH 14/23] midx: write object offsets
` [PATCH 15/23] midx: create core.midx config setting
` [PATCH 16/23] midx: prepare midxed_git struct
` [PATCH 17/23] midx: read objects from multi-pack-index
` [PATCH 18/23] midx: use midx in abbreviation calculations
` [PATCH 19/23] midx: use existing midx when writing new one
` [PATCH 20/23] midx: use midx in approximate_object_count
` [PATCH 21/23] midx: prevent duplicate packfile loads
` [PATCH 22/23] midx: use midx to find ref-deltas
` [PATCH 23/23] midx: clear midx on repack

[PATCH v3 00/20] Fix incorrect use of the_index
 2018-06-09 18:10 UTC  (11+ messages)
` [PATCH v4 00/23] "
  ` [PATCH v4 04/23] unpack-tress: convert clear_ce_flags* to avoid the_index
  ` [PATCH v4 06/23] attr.h: drop extern from function declaration
    ` [PATCH v4 15/23] attr: remove index from git_attr_set_direction()
    ` [PATCH v4 17/23] read-cache.c: remove an implicit dependency on the_index

[RFC PATCH 0/6] Fix commit-graph/graft/replace/shallow combo
 2018-06-09 15:47 UTC  (4+ messages)
` [RFC PATCH 3/6] commit-graph: enable replace-object and grafts

[PATCH 00/20] unconditional O(1) SHA-1 abbreviation
 2018-06-09 15:47 UTC  (28+ messages)
` [PATCH 01/20] t/README: clarify the description of test_line_count
` [PATCH 02/20] test library: add a test_byte_count
` [PATCH 03/20] blame doc: explicitly note how --abbrev=40 gives 39 chars
` [PATCH 04/20] abbrev tests: add tests for core.abbrev and --abbrev
` [PATCH 05/20] abbrev tests: test "git-blame" behavior
` [PATCH 06/20] blame: fix a bug, core.abbrev should work like --abbrev
` [PATCH 07/20] abbrev tests: test "git branch" behavior
` [PATCH 08/20] abbrev tests: test for "git-describe" behavior
` [PATCH 09/20] abbrev tests: test for "git-log" behavior
` [PATCH 10/20] abbrev tests: test for "git-diff" behavior
` [PATCH 11/20] abbrev tests: test for plumbing behavior
` [PATCH 12/20] abbrev tests: test for --abbrev and core.abbrev=[+-]N
` [PATCH 13/20] parse-options-cb.c: convert uses of 40 to GIT_SHA1_HEXSZ
` [PATCH 14/20] config.c: use braces on multiple conditional arms
` [PATCH 15/20] parse-options-cb.c: "
` [PATCH 16/20] abbrev: unify the handling of non-numeric values
` [PATCH 17/20] abbrev: unify the handling of empty values
` [PATCH 18/20] abbrev parsing: use braces on multiple conditional arms
` [PATCH 19/20] abbrev: support relative abbrev values
` [PATCH 20/20] abbrev: add a core.validateAbbrev setting

[PATCH] gitworkflows: fix grammar in 'Merge upwards' rule
 2018-06-09 15:19 UTC 

[PATCH] fsck: avoid looking at NULL blob->object
 2018-06-09 13:44 UTC  (13+ messages)
` [PATCH v2 0/2] .gitmodules fsck cleanups
  ` [PATCH v2 1/2] t7415: don't bother creating commit for symlink test
  ` [PATCH v2 2/2] fsck: avoid looking at NULL blob->object

[PATCH 2/2] builtin/blame: highlight recently changed lines
 2018-06-09 11:26 UTC  (4+ messages)
` [PATCH 1/2] builtin/blame: dim uninteresting metadata lines

BUG: submodule code prints '(null)'
 2018-06-09 11:04 UTC  (2+ messages)

[RFC PATCH v1] telemetry design overview (part 1)
 2018-06-09  7:31 UTC  (18+ messages)
` [RFC PATCH v1] telemetry: design documenation

Truncating file names with Unicode characters
 2018-06-09  6:23 UTC  (2+ messages)

[PATCH 0/2] Object store refactoring: make bitmap_git not global
 2018-06-09  6:06 UTC  (5+ messages)
` [PATCH 1/2] pack-bitmap: remove bitmap_git global variable
` [PATCH 2/2] pack-bitmap: add free function

GDPR compliance best practices?
 2018-06-08 23:00 UTC  (30+ messages)

[PATCH v4 00/21] Integrate commit-graph into 'fsck' and 'gc'
 2018-06-08 22:24 UTC  (33+ messages)
` [PATCH v5 "
  ` [PATCH v5 18/21] commit-graph: use string-list API for input
  ` [PATCH v6 00/21] Integrate commit-graph into 'fsck' and 'gc'
    ` [PATCH v6 01/21] commit-graph: UNLEAK before die()
    ` [PATCH v6 03/21] commit-graph: parse commit from chosen graph
    ` [PATCH v6 02/21] commit-graph: fix GRAPH_MIN_SIZE
    ` [PATCH v6 04/21] commit: force commit to parse from object database
    ` [PATCH v6 05/21] commit-graph: load a root tree from specific graph
    ` [PATCH v6 06/21] commit-graph: add 'verify' subcommand
    ` [PATCH v6 07/21] commit-graph: verify catches corrupt signature
    ` [PATCH v6 08/21] commit-graph: verify required chunks are present
    ` [PATCH v6 09/21] commit-graph: verify corrupt OID fanout and lookup
    ` [PATCH v6 10/21] commit-graph: verify objects exist
    ` [PATCH v6 11/21] commit-graph: verify root tree OIDs
    ` [PATCH v6 12/21] commit-graph: verify parent list
    ` [PATCH v6 13/21] commit-graph: verify generation number
    ` [PATCH v6 14/21] commit-graph: verify commit date
    ` [PATCH v6 15/21] commit-graph: test for corrupted octopus edge
    ` [PATCH v6 16/21] commit-graph: verify contents match checksum
    ` [PATCH v6 17/21] fsck: verify commit-graph
    ` [PATCH v6 18/21] commit-graph: use string-list API for input
    ` [PATCH v6 19/21] commit-graph: add '--reachable' option
    ` [PATCH v6 20/21] gc: automatically write commit-graph files
    ` [PATCH v6 21/21] commit-graph: update design document

[PATCH] completion: reduce overhead of clearing cached --options
 2018-06-08 21:58 UTC  (8+ messages)
` [PATCH v2] "

[PATCHv2 0/6] git-p4: some small fixes updated
 2018-06-08 20:32 UTC  (7+ messages)
` [PATCHv2 1/6] git-p4: disable-rebase: allow setting this via configuration
  ` [PATCHv2 2/6] git-p4: add option to disable syncing of p4/master with p4
    ` [PATCHv2 3/6] git-p4: better error reporting when p4 fails
      ` [PATCHv2 4/6] git-p4: raise exceptions from p4CmdList based on error from p4 server
        ` [PATCHv2 5/6] git-p4: narrow the scope of exceptions caught when parsing an int
          ` [PATCHv2 6/6] git-p4: auto-size the block

[PATCH v8 0/2] json-writer V8
 2018-06-08 20:32 UTC  (9+ messages)
` [PATCH v8 1/2] json_writer: new routines to create data in JSON format
` [PATCH v8 2/2] json-writer: t0019: add perl unit test

[PATCH] docs/git-blame: explain carets on boundary commits
 2018-06-08 19:31 UTC 

is there a canonical doc about how to deal with whitespace issues?
 2018-06-08 17:15 UTC  (2+ messages)

BUG: Merge commits are displayed by `--cherry-pick` despite on they introduce same change
 2018-06-08 15:04 UTC 

[PATCHv1 0/3] git-p4: improvements to p4 "blocking"
 2018-06-08 10:06 UTC  (7+ messages)
` [PATCHv1 1/3] git-p4: raise exceptions from p4CmdList based on error from p4 server

[RFC PATCH v1] http: add http.keepRejectedCredentials config
 2018-06-08  5:47 UTC  (6+ messages)

[ANNOUNCE] Git v2.16.0-rc0
 2018-06-08  4:50 UTC  (4+ messages)

[L10N] Kickoff for Git 2.18.0 l10n round 2
 2018-06-08  3:51 UTC  (2+ messages)

What's cooking in git.git (May 2018, #02; Thu, 17)
 2018-06-07 23:54 UTC  (3+ messages)
` [PATCH 0/8] Reroll of sb/diff-color-move-more

git grep with leading inverted bracket expression
 2018-06-07 19:29 UTC  (4+ messages)

[PATCH v7 0/2] json-writer V7
 2018-06-07 19:03 UTC  (7+ messages)
` [PATCH v7 2/2] json-writer: t0019: add Python unit test

RFC: rebase inconsistency in 2.18 -- course of action?
 2018-06-07 17:13 UTC  (5+ messages)
` [RFC PATCH 0/3] Send more rebases through interactive machinery
  ` [RFC PATCH 1/3] git-rebase, sequencer: add a --quiet option for the "
  ` [RFC PATCH 2/3] rebase: Implement --merge via git-rebase--interactive
  ` [RFC PATCH 3/3] git-rebase.sh: make git-rebase--interactive the default

[RFC PATCH 0/5] format-patch: automate cover letter range-diff
 2018-06-07 15:09 UTC  (4+ 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).