]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/diff: fix botched update of usage comment
authorDenton Liu <liu.denton@gmail.com>
Tue, 23 Jun 2020 09:19:49 +0000 (05:19 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Jun 2020 23:39:41 +0000 (16:39 -0700)
commitc592fd4c83021b4f098012b3307298fff923c6e7
treeba116caca3b023c89f4a1aef5f7701ac6a3d4304
parenta9d7689cd405883849fc5bc5427812654d59394f
builtin/diff: fix botched update of usage comment

In the previous commit, an attempt was made to correct the "N=1, M=0"
case. However, the fix was botched and it introduced two half-correct
sections by mistake. Combine these half-correct sections into one fully
correct section.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/diff.c