diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2018-08-13 13:33:02 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-13 19:44:50 +0200 |
commit | 348ae56cb2266d3294611112ae0368386124d720 (patch) | |
tree | 03eff04adfb793e146d364cac71f96415709e4d4 /command-list.txt | |
parent | linear-assignment: a function to solve least-cost assignment problems (diff) | |
download | git-348ae56cb2266d3294611112ae0368386124d720.tar.xz git-348ae56cb2266d3294611112ae0368386124d720.zip |
Introduce `range-diff` to compare iterations of a topic branch
This command does not do a whole lot so far, apart from showing a usage
that is oddly similar to that of `git tbdiff`. And for a good reason:
the next commits will turn `range-branch` into a full-blown replacement
for `tbdiff`.
At this point, we ignore tbdiff's color options, as they will all be
implemented later using diff_options.
Since f318d739159 (generate-cmds.sh: export all commands to
command-list.h, 2018-05-10), every new command *requires* a man page to
build right away, so let's also add a blank man page, too.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt index e1c26c1bb7..a9dda3b8af 100644 --- a/command-list.txt +++ b/command-list.txt @@ -139,6 +139,7 @@ git-prune-packed plumbingmanipulators git-pull mainporcelain remote git-push mainporcelain remote git-quiltimport foreignscminterface +git-range-diff mainporcelain git-read-tree plumbingmanipulators git-rebase mainporcelain history git-receive-pack synchelpers |