mbox series

[0/3] Fix a few documentation errors around the raw diff output

Message ID pull.1259.git.1655123383.gitgitgadget@gmail.com (mailing list archive)
Headers show
Series Fix a few documentation errors around the raw diff output | expand

Message

Derrick Stolee via GitGitGadget June 13, 2022, 12:29 p.m. UTC
Here are a few doc fixes for some things that I noticed out while reading
the man pages for 'git diff-files' and 'git diff-index'. These are quite
old!

Philippe Blain (3):
  diff-format.txt: fix ancient copy-paste error
  diff-format.txt: correct misleading wording
  diff-index.txt: update raw output format in examples

 Documentation/diff-format.txt    | 6 +++---
 Documentation/git-diff-index.txt | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


base-commit: 5699ec1b0aec51b9e9ba5a2785f65970c5a95d84
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1259%2Fphil-blain%2Fdiff-files-doc-fixes-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1259/phil-blain/diff-files-doc-fixes-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1259

Comments

Junio C Hamano June 13, 2022, 6:15 p.m. UTC | #1
"Philippe Blain via GitGitGadget" <gitgitgadget@gmail.com> writes:

> Here are a few doc fixes for some things that I noticed out while reading
> the man pages for 'git diff-files' and 'git diff-index'. These are quite
> old!

Indeed ;-)

>
> Philippe Blain (3):
>   diff-format.txt: fix ancient copy-paste error
>   diff-format.txt: correct misleading wording
>   diff-index.txt: update raw output format in examples
>
>  Documentation/diff-format.txt    | 6 +++---
>  Documentation/git-diff-index.txt | 6 +++---
>  2 files changed, 6 insertions(+), 6 deletions(-)
>
>
> base-commit: 5699ec1b0aec51b9e9ba5a2785f65970c5a95d84
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1259%2Fphil-blain%2Fdiff-files-doc-fixes-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1259/phil-blain/diff-files-doc-fixes-v1
> Pull-Request: https://github.com/gitgitgadget/git/pull/1259