git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-10 19:04:00 to 2018-08-13 11:33:29 UTC [more...]

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-08-13 11:33 UTC  (83+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v4 03/21] range-diff: first rudimentary implementation
  ` [PATCH v4 05/21] range-diff: also show the diff between patches
  ` [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 16/21] range-diff --dual-color: fix bogus white-space warning
  ` [PATCH v4 17/21] range-diff: populate the man page
  ` [PATCH v4 18/21] completion: support `git range-diff`
  ` [PATCH v4 20/21] range-diff: make --dual-color the default mode
  ` [PATCH v5 00/21] Add range-diff, a tbdiff lookalike
    ` [PATCH v5 01/21] linear-assignment: a function to solve least-cost assignment problems
    ` [PATCH v5 02/21] Introduce `range-diff` to compare iterations of a topic branch
    ` [PATCH v5 03/21] range-diff: first rudimentary implementation
    ` [PATCH v5 04/21] range-diff: improve the order of the shown commits
    ` [PATCH v5 05/21] range-diff: also show the diff between patches
    ` [PATCH v5 06/21] range-diff: right-trim commit messages
    ` [PATCH v5 07/21] range-diff: indent the diffs just like tbdiff
    ` [PATCH v5 08/21] range-diff: suppress the diff headers
    ` [PATCH v5 09/21] range-diff: adjust the output of the commit pairs
    ` [PATCH v5 10/21] range-diff: do not show "function names" in hunk headers
    ` [PATCH v5 11/21] range-diff: add tests
    ` [PATCH v5 12/21] range-diff: use color for the commit pairs
    ` [PATCH v5 13/21] color: add the meta color GIT_COLOR_REVERSE
    ` [PATCH v5 14/21] diff: add an internal option to dual-color diffs of diffs
    ` [PATCH v5 15/21] range-diff: offer to dual-color the diffs
    ` [PATCH v5 16/21] range-diff --dual-color: skip white-space warnings
    ` [PATCH v5 17/21] range-diff: populate the man page
    ` [PATCH v5 18/21] completion: support `git range-diff`
    ` [PATCH v5 19/21] range-diff: left-pad patch numbers
    ` [PATCH v5 20/21] range-diff: make --dual-color the default mode
    ` [PATCH v5 21/21] range-diff: use dim/bold cues to improve dual color mode
    ` [PATCH v6 00/21] Add range-diff, a tbdiff lookalike
      ` [PATCH v6 01/21] linear-assignment: a function to solve least-cost assignment problems
      ` [PATCH v6 02/21] Introduce `range-diff` to compare iterations of a topic branch
      ` [PATCH v6 03/21] range-diff: first rudimentary implementation
      ` [PATCH v6 04/21] range-diff: improve the order of the shown commits
      ` [PATCH v6 05/21] range-diff: also show the diff between patches
      ` [PATCH v6 06/21] range-diff: right-trim commit messages
      ` [PATCH v6 07/21] range-diff: indent the diffs just like tbdiff
      ` [PATCH v6 08/21] range-diff: suppress the diff headers
      ` [PATCH v6 09/21] range-diff: adjust the output of the commit pairs
      ` [PATCH v6 10/21] range-diff: do not show "function names" in hunk headers
      ` [PATCH v6 11/21] range-diff: add tests
      ` [PATCH v6 12/21] range-diff: use color for the commit pairs
      ` [PATCH v6 13/21] color: add the meta color GIT_COLOR_REVERSE
      ` [PATCH v6 15/21] range-diff: offer to dual-color the diffs
      ` [PATCH v6 16/21] range-diff --dual-color: skip white-space warnings
      ` [PATCH v6 17/21] range-diff: populate the man page

[PATCH v7 21/22] gc: automatically write commit-graph files
 2018-08-13 11:24 UTC  (3+ messages)
` [PATCH] t5318: use 'test_cmp_bin' to compare "

[PATCH v3 6/6] commit-graph: add repo arg to graph readers
 2018-08-13 11:23 UTC  (3+ messages)
` [PATCH] t5318: avoid unnecessary command substitutions

Bug? Interactive rebase with reword after conflict
 2018-08-13 11:06 UTC 

[RFC] implement branch.sort config option
 2018-08-13  9:56 UTC 

[PATCH 0/5] chainlint: improve robustness against "unusual" shell coding
 2018-08-13  8:47 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] chainlint: match arbitrary here-docs tags rather than hard-coded names
  ` [PATCH v2 2/6] chainlint: match 'quoted' here-doc tags
  ` [PATCH v2 3/6] chainlint: recognize multi-line $(...) when command cuddled with "$("
  ` [PATCH v2 4/6] chainlint: let here-doc and multi-line string commence on same line
  ` [PATCH v2 5/6] chainlint: recognize multi-line quoted strings more robustly
  ` [PATCH v2 6/6] chainlint: add test of pathological case which triggered false positive

[PATCH] mergetool: don't suggest to continue after last file
 2018-08-13  5:09 UTC 

[PATCH] status: -i shorthand for --ignored command line option
 2018-08-13  5:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 0/7] Add delta islands support
 2018-08-13  3:33 UTC  (10+ messages)
` [PATCH v4 1/7] Add delta-islands.{c,h}
` [PATCH v4 2/7] pack-objects: refactor code into compute_layer_order()
` [PATCH v4 3/7] pack-objects: add delta-islands support
` [PATCH v4 4/7] repack: "
` [PATCH v4 5/7] t: add t5319-delta-islands.sh
` [PATCH v4 6/7] pack-objects: move tree_depth into 'struct packing_data'
` [PATCH v4 7/7] pack-objects: move 'layer' "

[PATCH v3 0/4] Speed up unpack_trees()
 2018-08-12 10:05 UTC  (8+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] trace.h: support nested performance tracing
  ` [PATCH v4 2/5] unpack-trees: add "
  ` [PATCH v4 3/5] unpack-trees: optimize walking same trees with cache-tree
  ` [PATCH v4 4/5] unpack-trees: reduce malloc in cache-tree walk
  ` [PATCH v4 5/5] unpack-trees: reuse (still valid) cache-tree from src_index

Help with "fatal: unable to read ...." error during GC?
 2018-08-12  9:29 UTC  (10+ messages)

[PATCH v2] clone: report duplicate entries on case-insensitive filesystems
 2018-08-12  9:07 UTC  (6+ messages)
` [PATCH v3 0/1] clone: warn on colidding entries on checkout
  ` [PATCH v3 1/1] clone: report duplicate entries on case-insensitive filesystems
  ` [PATCH v4] "

[PATCH 0/1] t/test-lib: make `test_dir_is_empty` more robust
 2018-08-12  6:44 UTC  (12+ messages)
` [PATCH 1/1] "
            ` [PATCH v3] test_dir_is_empty: properly detect files with newline in name

[PATCH v3 0/8] Add delta islands support
 2018-08-12  4:32 UTC  (6+ messages)
` [PATCH v3 2/8] Add delta-islands.{c,h}

function get_delta_base() is a file-local symbol
 2018-08-12  3:53 UTC  (3+ messages)

[ANNOUNCE] git-cinnabar 0.5.0
 2018-08-12  2:19 UTC 

[PATCH] rebase: fix a sparse 'plain integer as NULL pointer' warning
 2018-08-11 21:52 UTC 

[PATCH 0/9] Add missing includes and forward declares
 2018-08-11 21:32 UTC  (22+ messages)
` [PATCH 1/9] "
` [PATCH 2/9] alloc: make allocate_alloc_state and clear_alloc_state more consistent
` [PATCH 3/9] Move definition of enum branch_track from cache.h to branch.h
` [PATCH 4/9] urlmatch.h: fix include guard
` [PATCH 5/9] compat/precompose_utf8.h: use more common include guard style
` [PATCH 6/9] ewah/ewok.h: add missing include
` [PATCH 7/9] sha1dc/sha1.h: "
` [PATCH 8/9] xdiff/xdiff.h: "
` [PATCH 9/9] Add missing includes and forward declares
` [PATCHv2 0/6] "
  ` [PATCHv2 1/6] "
  ` [PATCHv2 2/6] alloc: make allocate_alloc_state and clear_alloc_state more consistent
  ` [PATCHv2 3/6] Move definition of enum branch_track from cache.h to branch.h
  ` [PATCHv2 4/6] urlmatch.h: fix include guard
  ` [PATCHv2 5/6] compat/precompose_utf8.h: use more common include guard style
  ` [PATCHv2 6/6] Add missing includes and forward declares

[PATCH 1/2] fsck: use strbuf_getline() to read skiplist file
 2018-08-11 21:00 UTC  (9+ messages)
` [PATCH 2/2] fsck: use oidset for skiplist

de-alphabetizing the documentation
 2018-08-11  2:30 UTC  (8+ messages)

[PATCH 0/7] speeding up cat-file by reordering object access
 2018-08-11  0:33 UTC  (13+ messages)
` [PATCH 1/7] for_each_*_object: store flag definitions in a single location
` [PATCH 2/7] for_each_*_object: take flag arguments as enum
` [PATCH 3/7] for_each_*_object: give more comprehensive docstrings
` [PATCH 4/7] for_each_packed_object: support iterating in pack-order
` [PATCH 5/7] t1006: test cat-file --batch-all-objects with duplicates
` [PATCH 6/7] cat-file: rename batch_{loose,packed}_object callbacks
` [PATCH 7/7] cat-file: support "unordered" output for --batch-all-objects

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-08-10 23:06 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] list-objects: store common func args in struct
  ` [PATCH v2 2/5] list-objects: refactor to process_tree_contents
  ` [PATCH v2 3/5] rev-list: handle missing tree objects properly
  ` [PATCH v2 4/5] revision: mark non-user-given objects instead
  ` [PATCH v2 5/5] list-objects-filter: implement filter tree:none

[RFC PATCH] packfile: iterate packed objects in pack order
 2018-08-10 22:59 UTC  (4+ messages)

[PATCH 0/4] Better colors in range-diff!
 2018-08-10 22:49 UTC  (5+ messages)
` [PATCH 1/4] diff.c: emit_line_0 to take string instead of first sign
` [PATCH 2/4] diff.c: add --output-indicator-{new, old, context}
` [PATCH 3/4] range-diff: make use of different output indicators
` [PATCH 4/4] range-diff: indent special lines as context

[PATCH 0/8] Resending sb/range-diff-colors
 2018-08-10 22:34 UTC  (9+ messages)
` [PATCH 1/8] test_decode_color: understand FAINT and ITALIC
` [PATCH 2/8] t3206: add color test for range-diff --dual-color
` [PATCH 3/8] diff.c: simplify caller of emit_line_0
` [PATCH 4/8] diff.c: reorder arguments for emit_line_ws_markup
` [PATCH 5/8] diff.c: add set_sign to emit_line_0
` [PATCH 6/8] diff: use emit_line_0 once per line
` [PATCH 7/8] diff.c: compute reverse locally in emit_line_0
` [PATCH 8/8] diff.c: rewrite emit_line_0 more understandably

[PATCH] Documentation/diff-options: explain different diff algorithms
 2018-08-10 22:18 UTC  (2+ messages)

[PATCH 0/7] Resend of sb/submodule-update-in-c
 2018-08-10 22:02 UTC  (5+ messages)
` [PATCH 6/7] submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktree

What's the use case for committing both the freshly created file and it's exclusion in .gitignore?
 2018-08-10 21:56 UTC  (2+ messages)

[RFC] submodule: munge paths to submodule git directories
 2018-08-10 21:45 UTC  (5+ messages)
` [PATCH 0/2] munge submodule names
  ` [PATCH 1/2] submodule: create helper to build paths to submodule gitdirs

[PATCH 0/4] t5552: fix flakiness by introducing proper locking for GIT_TRACE
 2018-08-10 21:31 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] Introduce a function to lock/unlock file descriptors when appending
  ` [PATCH v2 2/4] mingw: implement lock_or_unlock_fd_for_appending()
  ` [PATCH v2 3/4] trace: lock the trace file to avoid racy trace_write() calls
  ` [PATCH v2 4/4] trace: verify that locking works

[GSoC][PATCH v5 00/20] rebase -i: rewrite in C
 2018-08-10 21:15 UTC  (7+ messages)
` [GSoC][PATCH v6 "
  ` [GSoC][PATCH v6 11/20] rebase -i: rewrite complete_action() "

[PATCH v1 0/3] [RFC] Speeding up checkout (and merge, rebase, etc)
 2018-08-10 19:48 UTC  (9+ messages)
` [PATCH v2 0/4] Speed up unpack_trees()
  ` [PATCH v2 4/4] unpack-trees: cheaper index update when walking by cache-tree

Bug? Git won't apply a split hunk that went through a text editor
 2018-08-10 19:14 UTC  (3+ 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).