git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-09 13:24:10 to 2018-08-10 22:14:56 UTC [more...]

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-08-10 22:14 UTC  (62+ 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 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  (5+ messages)

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

[PATCH 0/4] t5552: fix flakiness by introducing proper locking for GIT_TRACE
 2018-08-10 21:31 UTC  (31+ messages)
` [PATCH 1/4] Introduce a function to lock/unlock file descriptors when appending
` [PATCH 2/4] mingw: implement lock_or_unlock_fd_for_appending()
` [PATCH 3/4] trace: lock the trace file to avoid racy trace_write() calls
` [PATCH 4/4] trace: verify that locking works
` [PATCH v2 0/4] t5552: fix flakiness by introducing proper locking for GIT_TRACE
  ` [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 v4 00/20] rebase -i: rewrite in C
 2018-08-10 21:15 UTC  (37+ messages)
` [GSoC][PATCH v5 "
  ` [GSoC][PATCH v5 04/20] rebase -i: rewrite the edit-todo functionality "
  ` [GSoC][PATCH v5 11/20] rebase -i: rewrite complete_action() "
  ` [GSoC][PATCH v6 00/20] rebase -i: rewrite "
    ` [GSoC][PATCH v6 01/20] sequencer: make three functions and an enum from sequencer.c public
    ` [GSoC][PATCH v6 02/20] rebase -i: rewrite append_todo_help() in C
    ` [GSoC][PATCH v6 03/20] editor: add a function to launch the sequence editor
    ` [GSoC][PATCH v6 04/20] rebase -i: rewrite the edit-todo functionality in C
    ` [GSoC][PATCH v6 05/20] sequencer: add a new function to silence a command, except if it fails
    ` [GSoC][PATCH v6 06/20] rebase -i: rewrite setup_reflog_action() in C
    ` [GSoC][PATCH v6 07/20] rebase -i: rewrite checkout_onto() "
    ` [GSoC][PATCH v6 08/20] sequencer: refactor append_todo_help() to write its message to a buffer
    ` [GSoC][PATCH v6 09/20] sequencer: change the way skip_unnecessary_picks() returns its result
    ` [GSoC][PATCH v6 10/20] t3404: todo list with commented-out commands only aborts
    ` [GSoC][PATCH v6 11/20] rebase -i: rewrite complete_action() in C
    ` [GSoC][PATCH v6 12/20] rebase -i: remove unused modes and functions
    ` [GSoC][PATCH v6 13/20] rebase -i: implement the logic to initialize $revisions in C
    ` [GSoC][PATCH v6 14/20] rebase -i: rewrite the rest of init_revisions_and_shortrevisions() "
    ` [GSoC][PATCH v6 15/20] rebase -i: rewrite write_basic_state() "
    ` [GSoC][PATCH v6 16/20] rebase -i: rewrite init_basic_state() "
    ` [GSoC][PATCH v6 17/20] rebase -i: implement the main part of interactive rebase as a builtin
    ` [GSoC][PATCH v6 18/20] rebase--interactive2: rewrite the submodes of interactive rebase in C
    ` [GSoC][PATCH v6 19/20] rebase -i: remove git-rebase--interactive.sh
    ` [GSoC][PATCH v6 20/20] rebase -i: move rebase--helper modes to rebase--interactive

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

Bug? Git won't apply a split hunk that went through a text editor
 2018-08-10 19:14 UTC  (3+ messages)

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-08-10 19:03 UTC  (10+ messages)
` [PATCH 1/5] revision: invert meaning of the USER_GIVEN flag
` [PATCH 2/5] list-objects-filter: implement filter only:commits
` [PATCH 3/5] list-objects: store common func args in struct
` [PATCH 4/5] list-objects: refactor to process_tree_contents
` [PATCH 5/5] rev-list: handle missing tree objects properly

Change in behaviour in git fetch between 2.18.0 and 2.18.0.547.g1d89318c48
 2018-08-10 18:18 UTC  (3+ messages)

'git submodule update' ignores [http] config
 2018-08-10 17:02 UTC  (3+ messages)

[PATCH/RFC] clone: report duplicate entries on case-insensitive filesystems
 2018-08-10 16:42 UTC  (19+ messages)
` [PATCH v2] "
  ` [PATCH v3 0/1] clone: warn on colidding entries on checkout
    ` [PATCH v3 1/1] clone: report duplicate entries on case-insensitive filesystems

[GSoC][PATCH v7 00/26] Convert "git stash" to C builtin
 2018-08-10 15:35 UTC  (6+ messages)
` [GSoC][PATCH v7 05/26] stash: convert apply to builtin

[PATCH 1/1] verify-tag/verify-commit should exit unsuccessfully when signature is not trusted
 2018-08-10  2:27 UTC  (16+ messages)

[PATCH] Documentation/diff-options: explain different diff algorithms
 2018-08-10  0:10 UTC  (4+ messages)
` [PATCH 0/2] Getting data on different diff algorithms WAS: "
  ` [PATCH 1/2] WIP: range-diff: take extra arguments for different diffs
  ` [PATCH 2/2] WIP range-diff: print some statistics about the range

[RFC PATCH 00/10] fetch: make sure submodule oids are fetched
 2018-08-09 22:10 UTC  (22+ messages)
` [PATCH 01/10] string_list: print_string_list to use trace_printf
` [PATCH 02/10] string-list.h: add string_list_pop function
` [PATCH 03/10] sha1-array: provide oid_array_remove_if
` [PATCH 04/10] submodule.c: convert submodule_move_head new argument to object id
` [PATCH 10/10] fetch: retry fetching submodules if sha1 were not fetched

[RFC PATCH] packfile: iterate packed objects in pack order
 2018-08-09 22:03 UTC  (3+ messages)

Two RFC/WIP series for facilitating merge conflict resolution
 2018-08-09 21:27 UTC  (10+ messages)
` [RFC/WIP PATCH 0/1] Simplify handling of directory/file conflicts
  ` [RFC/WIP PATCH 1/1] merge-recursive: make file/directory conflicts easier to resolve
` [RFC/WIP PATCH 0/3] Modifications to handling of non-textual file merge conflicts

[PATCH] Documentation/diff-options: explain different diff algorithms
 2018-08-09 19:51 UTC  (6+ messages)

[PATCH v3 0/8] Add delta islands support
 2018-08-09 19:34 UTC  (10+ messages)
` [PATCH v3 1/8] packfile: make get_delta_base() non static
` [PATCH v3 2/8] Add delta-islands.{c,h}
` [PATCH v3 3/8] pack-objects: refactor code into compute_layer_order()
` [PATCH v3 4/8] pack-objects: add delta-islands support
` [PATCH v3 5/8] repack: "
` [PATCH v3 6/8] t: add t5319-delta-islands.sh
` [PATCH v3 7/8] pack-objects: move tree_depth into 'struct packing_data'
` [PATCH v3 8/8] pack-objects: move 'layer' "

[PATCH 0/2] Repacking of promisor packfiles
 2018-08-09 18:12 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] repack: repack promisor objects if -a or -A is set

Help with "fatal: unable to read ...." error during GC?
 2018-08-09 17:06 UTC  (6+ messages)

[PATCH] status: -i shorthand for --ignored command line option
 2018-08-09 15:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 00/25] RFC: structured logging
 2018-08-09 14:30 UTC  (4+ messages)
` [PATCH v1 01/25] structured-logging: design document

[PATCH v2 00/10] detect broken &&-chains in subshells
 2018-08-09 14:26 UTC  (6+ messages)
` [PATCH 0/5] chainlint: improve robustness against "unusual" shell coding
  ` [PATCH 1/5] chainlint: match arbitrary here-docs tags rather than hard-coded names

[RFC PATCH v2 00/12] Make submodules work if .gitmodules is not checked out
 2018-08-09 13:59 UTC  (5+ messages)
` [RFC PATCH v2 03/12] t7411: be nicer to future tests and really clean things up

[PATCH 0/2] Make git rebase work with --rebase-merges and --exec
 2018-08-09 13:30 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] rebase --exec: make it work with --rebase-merges

What's cooking in git.git (Aug 2018, #01; Thu, 2)
 2018-08-09 13:24 UTC  (4+ messages)
` pk/rebase-in-c, was "


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