git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-03 16:04:02 to 2018-05-05 22:04:00 UTC [more...]

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-05-05 22:03 UTC  (86+ messages)
` [PATCH 02/18] Add a new builtin: branch-diff
` [PATCH 03/18] branch-diff: first rudimentary implementation
` [PATCH 05/18] branch-diff: also show the diff between patches
` [PATCH 11/18] branch-diff: add tests
` [PATCH 17/18] branch-diff: add a man page
` [PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
  ` [PATCH v2 01/18] Add a function to solve least-cost assignment problems
  ` [PATCH v2 02/18] Add a new builtin: branch-diff
  ` [PATCH v2 03/18] branch-diff: first rudimentary implementation
  ` [PATCH v2 04/18] branch-diff: improve the order of the shown commits
  ` [PATCH v2 05/18] branch-diff: also show the diff between patches
  ` [PATCH v2 06/18] branch-diff: right-trim commit messages
  ` [PATCH v2 07/18] branch-diff: indent the diffs just like tbdiff
  ` [PATCH v2 08/18] branch-diff: suppress the diff headers
  ` [PATCH v2 09/18] branch-diff: adjust the output of the commit pairs
  ` [PATCH v2 10/18] branch-diff: do not show "function names" in hunk headers
  ` [PATCH v2 11/18] branch-diff: add tests
  ` [PATCH v2 12/18] branch-diff: use color for the commit pairs
  ` [PATCH v2 13/18] color: provide inverted colors, too
  ` [PATCH v2 14/18] diff: add an internal option to dual-color diffs of diffs
  ` [PATCH v2 15/18] branch-diff: offer to dual-color the diffs
  ` [PATCH v2 16/18] branch-diff --dual-color: work around bogus white-space warning
  ` [PATCH v2 17/18] branch-diff: add a man page
  ` [PATCH v2 18/18] completion: support branch-diff

cherry-pick --no-commit does not work well with --continue in case of conflicts
 2018-05-05 20:26 UTC 

[PATCH 0/3] BUG() and "config --local" outside of repo
 2018-05-05 19:30 UTC  (5+ messages)
` [PATCH v2 0/4] Finish the conversion from die("BUG: ...") to BUG()
  ` [PATCH v2 1/4] test-tool: help verifying BUG() code paths

[PATCH 0/6] Let the sequencer handle `git rebase -i --root`
 2018-05-05 19:24 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] sequencer: extract helper to update active_cache_tree
  ` [PATCH v2 2/6] sequencer: learn about the special "fake root commit" handling
  ` [PATCH v2 3/6] rebase -i --root: let the sequencer handle even the initial part
  ` [PATCH v2 4/6] sequencer: allow introducing new root commits
  ` [PATCH v2 5/6] rebase --rebase-merges: a "merge" into a new root is a fast-forward
  ` [PATCH v2 6/6] rebase --rebase-merges: root commits can be cousins, too

git update-ref fails to create reference. (bug)
 2018-05-05 19:08 UTC  (3+ messages)

[RFC PATCH] checkout: Force matching mtime between files
 2018-05-05 18:44 UTC  (2+ messages)

[PATCH] pack-objects: validation and documentation about unreachable options
 2018-05-05 18:11 UTC  (2+ messages)

[PATCH 1/2] Fix support for merge options
 2018-05-05 15:53 UTC  (5+ messages)
` [PATCH 2/2] Fix wrong merge-base invocation preventing detection of up-to-date branches

[GSoC] Yet another blog series about the GSoC
 2018-05-05 13:43 UTC  (3+ messages)

[RFC] Other chunks for commit-graph, part 1 - Bloom filters, topo order, etc
 2018-05-05 13:28 UTC  (4+ messages)

[PATCH 0/2] builtin/grep.c: teach '-o', '--only-matching'
 2018-05-05  7:36 UTC  (6+ messages)
` [PATCH 1/2] grep.c: extract show_line_header()
` [PATCH 2/2] builtin/grep.c: teach '-o', '--only-matching' to 'git-grep'

[PATCH] completion: fix misspelled config key aliasesfiletype
 2018-05-05  6:51 UTC 

[PATCH 1/6] grep.c: take regmatch_t as argument in match_line()
 2018-05-05  6:15 UTC  (10+ messages)
` [PATCH v4 0/7] Teach '--column' to 'git-grep(1)'
  ` [PATCH v4 1/7] Documentation/config.txt: camel-case lineNumber for consistency
  ` [PATCH v4 2/7] grep.c: expose matched column in match_line()
  ` [PATCH v4 3/7] grep.[ch]: extend grep_opt to allow showing matched column
  ` [PATCH v4 4/7] grep.c: display column number of first match
  ` [PATCH v4 5/7] builtin/grep.c: add '--column' option to 'git-grep(1)'
  ` [PATCH v4 6/7] grep.c: add configuration variables to show matched option
  ` [PATCH v4 7/7] contrib/git-jump/git-jump: jump to match column in addition to line

[GSoC] A blog about 'git stash' project
 2018-05-04 21:48 UTC  (3+ messages)

cover letter cc's [was: [PATCH 60/67] hw/s390x: add include directory headers]
 2018-05-04 21:38 UTC  (4+ messages)

[PATCH 0/5] Rebooting pc/submodule-helper-foreach
 2018-05-04 21:03 UTC  (11+ messages)
` [PATCH 1/5] submodule foreach: correct '$path' in nested submodules from a subdirectory
` [PATCH 2/5] submodule foreach: document '$sm_path' instead of '$path'
` [PATCH 3/5] submodule foreach: clarify the '$toplevel' variable documentation
` [PATCH 5/5] submodule: port submodule subcommand 'foreach' from shell to C

[PATCH v2 0/6] Some doc-fixes
 2018-05-04 18:47 UTC  (10+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] doc: improve formatting in githooks.txt
  ` [PATCH v3 2/7] doc: align 'diff --no-index' in text and synopsis
  ` [PATCH v3 3/7] doc: clarify ignore rules for git ls-files
  ` [PATCH v3 4/7] doc: add '-d' and '-o' for 'git push'
  ` [PATCH v3 5/7] git-svn: remove ''--add-author-from' for 'commit-diff'
  ` [PATCH v3 6/7] doc: add note about shell quoting to revision.txt
  ` [PATCH v3 7/7] doc: normalize [--options] to [options] in git-diff

What's cooking in git.git (Apr 2018, #04; Mon, 30)
 2018-05-04 18:04 UTC  (2+ messages)

[PATCH] checkout & worktree: introduce a core.DWIMRemote setting
 2018-05-04 18:02 UTC  (12+ messages)
      ` [PATCH v2] checkout & worktree: introduce checkout.implicitRemote

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-05-04 16:33 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] mem-pool: fill out functionality
  ` [PATCH v2 5/5] block alloc: add validations around cache_entry lifecyle
            ` [PATCH] alloc.c: replace alloc by mempool

[PATCH 0/2] Supporting partial clones in protocol v2
 2018-05-04 16:10 UTC  (16+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] upload-pack: fix error message typo
  ` [PATCH v2 2/3] upload-pack: read config when serving protocol v2
  ` [PATCH v2 3/3] {fetch,upload}-pack: support filter in "
` [PATCH v3 0/3] Supporting partial clones "
` [PATCH v3 1/3] upload-pack: fix error message typo
` [PATCH v3 2/3] upload-pack: read config when serving protocol v2
` [PATCH v3 3/3] {fetch,upload}-pack: support filter in "

Fetching tags overwrites existing tags
 2018-05-04 15:56 UTC  (9+ messages)

[PATCH v2] wt-status: use rename settings from init_diff_ui_defaults
 2018-05-04 15:13 UTC  (3+ messages)
` [PATCH v3] wt-status: use settings from git_diff_ui_config

git merge banch w/ different submodule revision
 2018-05-04 14:43 UTC  (10+ messages)

[PATCHv2] git-send-email: allow re-editing of message
 2018-05-04 13:08 UTC 

[PATCH v2] perf/bisect_run_script: disable codespeed
 2018-05-04 12:36 UTC 

[PATCH v3 00/12] get_short_oid UI improvements
 2018-05-04  8:42 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v3 09/12] get_short_oid / peel_onion: ^{tree} should be tree, not treeish

[PATCH] git-send-email: allow re-editing of message
 2018-05-04  8:19 UTC  (2+ messages)

[PATCH] git: add -N as a short option for --no-pager
 2018-05-04  5:43 UTC  (4+ messages)
` [PATCH v2] git: add -P "

[PATCH v1 0/2] add additional config settings for merge
 2018-05-04  3:07 UTC  (4+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 2/3] merge: Add merge.renames config setting

[PATCH] gitweb: Measure offsets against UTF-8 flagged string
 2018-05-04  2:38 UTC  (4+ messages)

[PATCH] revisions.txt: expand tabs to spaces in diagram
 2018-05-04  2:32 UTC  (5+ messages)

[PATCH 00/41] object_id part 13
 2018-05-04  1:29 UTC  (4+ messages)
` [PATCH 39/41] Update shell scripts to compute empty tree object ID

[PATCH 00/13] object store: alloc
 2018-05-03 22:45 UTC  (11+ messages)
` [PATCH 13/13] alloc: allow arbitrary repositories for alloc functions

[PATCH v4 00/10] Compute and consume generation numbers
 2018-05-03 18:45 UTC  (4+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 09/11] commit: use generation number in remove_redundant()

[PATCH 0/8] gpg-interface: Multiple signing tools
 2018-05-03 16:03 UTC  (10+ messages)
` [PATCH 8/8] gpg-interface: handle alternative signature types


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