Merge branch 'dl/doc-diff-no-index-implies-exit-code'

Doc update.

* dl/doc-diff-no-index-implies-exit-code:
  git-diff.txt: document return code of `--no-index`
maint
Junio C Hamano 2019-12-01 09:04:31 -08:00
commit d4924ea7c3
1 changed files with 1 additions and 1 deletions

View File

@ -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 `--exit-code`.

'git diff' [<options>] --cached [<commit>] [--] [<path>...]::