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

[PATCH 00/20] unconditional O(1) SHA-1 abbreviation
 2018-06-08 22:41 UTC  (4+ messages)
` [PATCH 01/20] t/README: clarify the description of test_line_count
` [PATCH 02/20] test library: add a test_byte_count
` [PATCH 04/20] abbrev tests: add tests for core.abbrev and --abbrev

[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

[RFC PATCH v1] telemetry design overview (part 1)
 2018-06-08 22:20 UTC  (10+ messages)
` [RFC PATCH v1] telemetry: design documenation

GDPR compliance best practices?
 2018-06-08 22:09 UTC  (27+ messages)

[PATCH] completion: reduce overhead of clearing cached --options
 2018-06-08 21:58 UTC  (10+ 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 

Truncating file names with Unicode characters
 2018-06-08 18:25 UTC 

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

[PATCH v3 00/20] Fix incorrect use of the_index
 2018-06-08 15:58 UTC  (7+ messages)
` [PATCH v4 00/23] "
  ` [PATCH v4 04/23] unpack-tress: convert clear_ce_flags* to avoid the_index

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

[RFC PATCH 0/6] Fix commit-graph/graft/replace/shallow combo
 2018-06-08 11:59 UTC  (2+ messages)

[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 0/2] Object store refactoring: make bitmap_git not global
 2018-06-07 19:04 UTC  (3+ messages)
` [PATCH 1/2] pack-bitmap: remove bitmap_git global variable
` [PATCH 2/2] pack-bitmap: add free function

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

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-07 18:31 UTC  (34+ messages)
` [PATCH 01/23] midx: add design document
` [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

RFC: rebase inconsistency in 2.18 -- course of action?
 2018-06-07 17:13 UTC  (15+ messages)
` [PATCH] t3401: add directory rename testcases for rebase and am
` [PATCH] apply: fix grammar error in comment
` [PATCH] t5407: fix test to cover intended arguments
` [PATCH] git-rebase--merge: modernize "git-$cmd" to "git $cmd"
` [PATCH 1/2] t3422: new testcases for checking when incompatible options passed
  ` [PATCH 2/2] git-rebase: error out "
` [PATCH] git-rebase.sh: handle keep-empty like all other options
` [PATCH 1/2] t3418: add testcase showing problems with rebase -i and strategy options
  ` [PATCH 2/2] Fix use of strategy options with interactive rebases
` [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)

git question from a newbie
 2018-06-07 12:46 UTC  (5+ messages)

[PATCH] Use hyphenated "remote-tracking branch" (docs and comments)
 2018-06-07 11:53 UTC 

[GSoC][PATCH v2 0/1] rebase -i: rewrite append_todo_help() in C
 2018-06-07 10:30 UTC  (3+ messages)
` [GSoC][PATCH v3 "
  ` [GSoC][PATCH v3 1/1] rebase--interactive: "

[RFC PATCH 0/7] merge requirement: index matches head
 2018-06-07  5:27 UTC  (3+ messages)
` [RFC PATCH 7/7] merge: fix misleading pre-merge check documentation

[PATCH 3/3] Inform about fast-forwarding of submodules during merge
 2018-06-07  5:22 UTC  (4+ messages)
` [PATCH v4 0/1] merge-recursive: give notice when submodule commit gets fast-forwarded
  ` [PATCH 1/1] "

[RFC PATCH 0/2] contrib/credential/netrc Makefile & test improvements
 2018-06-07  5:19 UTC  (3+ messages)
` [RFC PATCH 1/2] git-credential-netrc: make "all" default target of Makefile
` [RFC PATCH 2/2] git-credential-netrc: use in-tree Git.pm for tests

[PATCH] Use ZSH_NAME instead of ZSH_VERSION because it's redefined by git-completion.zsh
 2018-06-07  5:08 UTC  (4+ messages)

[PATCH 00/10] Hash-independent tests (part 3)
 2018-06-07  2:40 UTC  (9+ messages)
` [PATCH 01/10] t: add tool to translate hash-related values
` [PATCH 04/10] t0027: use $ZERO_OID

git rm bug
 2018-06-06 22:51 UTC  (10+ messages)

[PATCH 0/8] ref-in-want
 2018-06-06 22:45 UTC  (6+ messages)
` [PATCH 2/8] upload-pack: implement ref-in-want

[PATCH 0/6] Refactor fetch negotiation into its own API
 2018-06-06 20:47 UTC  (10+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] fetch-pack: split up everything_local()
  ` [PATCH v2 2/8] fetch-pack: clear marks before re-marking
  ` [PATCH v2 3/8] fetch-pack: directly end negotiation if ACK ready
  ` [PATCH v2 4/8] fetch-pack: use ref adv. to prune "have" sent
  ` [PATCH v2 5/8] fetch-pack: make negotiation-related vars local
  ` [PATCH v2 6/8] fetch-pack: move common check and marking together
  ` [PATCH v2 7/8] fetch-pack: introduce negotiator API
  ` [PATCH v2 8/8] negotiator/default: use better style in comments


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