Hi Dscho, On Wed, Oct 30, 2019 at 11:02:49PM +0100, Johannes Schindelin wrote: > > > diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt > > > index 72179d993c..56b396ef81 100644 > > > --- a/Documentation/git-diff.txt > > > +++ b/Documentation/git-diff.txt > > > @@ -36,7 +36,7 @@ two blob objects, or changes between two files on disk. > > > running the command in a working tree controlled by Git and > > > at least one of the paths points outside the working tree, > > > or when running the command outside a working tree > > > - controlled by Git. > > > + controlled by Git. This form implies `--no-exit`. > > > > s/--no-exit/--exit-code/ > > Oh wow. Did I really type `--no-exit` when I meant `--exit-code`? I > guess I did. What a serious Freudian. Nah, you're still good. The error is all mine. I wasn't paying attention when I rerolled the patch so I copied your text wrong. You initial suggestion was correct. -Denton > > Thanks for pointing it out. > > Ciao, > Dscho