]> git.ipfire.org Git - thirdparty/git.git/commit - command-list.txt
Introduce `range-diff` to compare iterations of a topic branch
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 13 Aug 2018 11:33:02 +0000 (04:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2018 17:44:50 +0000 (10:44 -0700)
commit348ae56cb2266d3294611112ae0368386124d720
tree03eff04adfb793e146d364cac71f96415709e4d4
parent22d87333e5ee8871a9d42a15834ad91168a95928
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>
.gitignore
Documentation/git-range-diff.txt [new file with mode: 0644]
Makefile
builtin.h
builtin/range-diff.c [new file with mode: 0644]
command-list.txt
git.c