git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-19 20:33:03 to 2018-07-21 22:05:07 UTC [more...]

[PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-07-21 22:05 UTC  (47+ 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 v3 09/20] range-diff: adjust the output of the commit pairs
  ` [PATCH v3 16/20] range-diff --dual-color: work around bogus white-space warning
  ` [PATCH v4 00/21] Add `range-diff`, a `tbdiff` lookalike
    ` [PATCH v4 01/21] linear-assignment: a function to solve least-cost assignment problems
    ` [PATCH v4 02/21] Introduce `range-diff` to compare iterations of a topic branch
    ` [PATCH v4 03/21] range-diff: first rudimentary implementation
    ` [PATCH v4 04/21] range-diff: improve the order of the shown commits
    ` [PATCH v4 05/21] range-diff: also show the diff between patches
    ` [PATCH v4 06/21] range-diff: right-trim commit messages
    ` [PATCH v4 07/21] range-diff: indent the diffs just like tbdiff
    ` [PATCH v4 08/21] range-diff: suppress the diff headers
    ` [PATCH v4 09/21] range-diff: adjust the output of the commit pairs
    ` [PATCH v4 10/21] range-diff: do not show "function names" in hunk headers
    ` [PATCH v4 11/21] range-diff: add tests
    ` [PATCH v4 12/21] range-diff: use color for the commit pairs
    ` [PATCH v4 13/21] color: add the meta color GIT_COLOR_REVERSE
    ` [PATCH v4 14/21] diff: add an internal option to dual-color diffs of diffs

[PATCH v3 14/20] diff: add an internal option to dual-color diffs of diffs
 2018-07-21 21:13 UTC  (3+ messages)
` [PATCH 0/2] "

[PATCH v2] Makefile: add a DEVOPTS flag to get pedantic compilation
 2018-07-21 20:36 UTC 

State of NewHash work, future directions, and discussion
 2018-07-21 20:25 UTC  (7+ messages)
` Hash algorithm analysis

[PATCH] Makefile: add a DEVOPTS flag to get pedantic compilation
 2018-07-21 19:41 UTC  (2+ messages)

[ANNOUNCE] tig-2.4.0
 2018-07-21 19:35 UTC 

[BUG] merge-recursive overly aggressive when skipping updating the working tree
 2018-07-21 13:02 UTC  (11+ messages)
` [PATCH 0/2] Preserve skip_worktree bit in merges when necessary
  ` [PATCH 1/2] t3507: add a testcase showing failure with sparse checkout
  ` [PATCH 2/2] merge-recursive: preserve skip_worktree bit when necessary

[PATCH] fixup! builtin/rebase: support running "git rebase <upstream>"
 2018-07-21 12:49 UTC 

[PATCH 00/12] Kill the_index part2, header file cleanup
 2018-07-21  9:06 UTC  (2+ messages)

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

2.18.0 Regression: packing performance and effectiveness
 2018-07-21  7:14 UTC  (23+ messages)
` [PATCH] pack-objects: fix performance issues on packing large deltas

[PATCH] Documentation/git-interpret-trailers: explain possible values
 2018-07-20 23:44 UTC  (3+ messages)

[PATCH] Documentation: fix --color option formatting
 2018-07-20 23:37 UTC  (4+ messages)

[PATCH 00/16] Consolidate reachability logic
 2018-07-20 22:45 UTC  (29+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] commit-reach: move walk methods from commit.c
  ` [PATCH v2 02/18] commit.h: remove method declarations
  ` [PATCH v2 03/18] commit-reach: move ref_newer from remote.c
  ` [PATCH v2 04/18] commit-reach: move commit_contains from ref-filter
  ` [PATCH v2 05/18] upload-pack: make reachable() more generic
  ` [PATCH v2 06/18] upload-pack: refactor ok_to_give_up()
  ` [PATCH v2 07/18] upload-pack: generalize commit date cutoff
  ` [PATCH v2 08/18] commit-reach: move can_all_from_reach_with_flags
  ` [PATCH v2 09/18] test-reach: create new test tool for ref_newer
  ` [PATCH v2 10/18] test-reach: test in_merge_bases
  ` [PATCH v2 11/18] test-reach: test is_descendant_of
  ` [PATCH v2 12/18] test-reach: test get_merge_bases_many
  ` [PATCH v2 13/18] test-reach: test reduce_heads
  ` [PATCH v2 14/18] test-reach: test can_all_from_reach_with_flags
  ` [PATCH v2 15/18] test-reach: test commit_contains
  ` [PATCH v2 16/18] commit-reach: replace ref_newer logic
  ` [PATCH v2 17/18] commit-reach: make can_all_from_reach... linear
  ` [PATCH v2 18/18] commit-reach: use can_all_from_reach

[PATCH v3 00/24] Multi-pack-index (MIDX)
 2018-07-20 22:28 UTC  (6+ messages)
` [PATCH v4 00/23] "
  ` [PATCH v4 03/23] multi-pack-index: add builtin

No rule to make target `git-daemon'
 2018-07-20 22:13 UTC  (6+ messages)

[PATCH] clone: send ref-prefixes when using protocol v2
 2018-07-20 22:07 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] fail compilation with strcpy
 2018-07-20 21:50 UTC  (30+ messages)
` [PATCH 1/2] introduce "banned function" list
` [PATCH 2/2] banned.h: mark strncpy as banned

error: invalid key with file url insteadOf
 2018-07-20 21:37 UTC  (2+ messages)

FYI: histogram diff bug
 2018-07-20 19:57 UTC 

[PATCH 0/2] repack -ad: fix after `fetch --prune` in a shallow repository
 2018-07-20 19:31 UTC  (10+ messages)
` [PATCH 2/2] repack -ad: prune the list of shallow commits

[PATCH] t9300: wait for background fast-import process to die after killing it
 2018-07-20 19:03 UTC  (3+ messages)

What's cooking in git.git (Jul 2018, #02; Wed, 18)
 2018-07-20 17:48 UTC  (5+ messages)
` ds/multi-pack-index (was Re: What's cooking in git.git (Jul 2018, #02; Wed, 18))
` ag/rebase-i-in-c, was Re: What's cooking in git.git (Jul 2018, #02; Wed, 18)

[PATCH 0/8] Clarify commit-graph and grafts/replace/shallow incompatibilities
 2018-07-20 16:57 UTC  (7+ messages)
` [PATCH 5/8] commit-graph: not compatible with replace objects

[PATCH v5 7/7] gpg-interface t: extend the existing GPG tests with GPGSM
 2018-07-20 15:42 UTC  (3+ messages)
` [PATCH v6 "

Git 2.18: RUNTIME_PREFIX... is it working?
 2018-07-20 14:29 UTC  (12+ messages)

[RFC] push: add documentation on push v2
 2018-07-20 13:12 UTC  (6+ messages)

[PATCH v4 7/7] gpg-interface t: extend the existing GPG tests with GPGSM
 2018-07-20  8:28 UTC  (5+ messages)
` [PATCH] t/t5534: do not unset GIT_COMMITTER_EMAIL for other tests

Gitk doesn't work on macOS Mojave
 2018-07-20  6:26 UTC  (6+ messages)

Find commit that referenced a blob first
 2018-07-19 22:45 UTC  (6+ messages)

rev-parse --show-toplevel broken during exec'ed rebase?
 2018-07-19 22:34 UTC  (8+ messages)

[PATCH 3/3] xdiff/xhistogram: move index allocation into find_lcs
 2018-07-19 22:19 UTC  (2+ messages)
` [PATCH] xdiff/histogram: remove tail recursion


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