From 87e6ad337e01931f507316aad34686fd780adc32 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 30 Jul 2007 09:07:19 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.3-rc3-91-g5c75 --- man1/git-diff.1 | 6 +++--- man5/gitattributes.5 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man1/git-diff.1 b/man1/git-diff.1 index 62ab06717..a340e17fc 100644 --- a/man1/git-diff.1 +++ b/man1/git-diff.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-DIFF" "1" "07/27/2007" "Git 1.5.3.rc3.13.g7ab3" "Git Manual" +.TH "GIT\-DIFF" "1" "07/30/2007" "Git 1.5.3.rc3.91.g5c75" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -216,7 +216,7 @@ Limiting the diff output .nf .ft C $ git diff \-\-diff\-filter=MRC \fB(1)\fR -$ git diff \-\-name\-status \-r \fB(2)\fR +$ git diff \-\-name\-status \fB(2)\fR $ git diff arch/i386 include/asm\-i386 \fB(3)\fR .ft @@ -224,7 +224,7 @@ $ git diff arch/i386 include/asm\-i386 \fB(3)\fR .sp \fB1. \fRshow only modification, rename and copy, but not addition nor deletion. .br -\fB2. \fRshow only names and the nature of change, but not actual diff output. \-\-name\-status disables usual patch generation which in turn also disables recursive behavior, so without \-r you would only see the directory name if there is a change in a file in a subdirectory. +\fB2. \fRshow only names and the nature of change, but not actual diff output. .br \fB3. \fRlimit diff output to named subtrees. .br diff --git a/man5/gitattributes.5 b/man5/gitattributes.5 index 8c04a642e..2bf95d219 100644 --- a/man5/gitattributes.5 +++ b/man5/gitattributes.5 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GITATTRIBUTES" "5" "07/19/2007" "Git 1.5.3.rc2.19.gc4fba" "Git Manual" +.TH "GITATTRIBUTES" "5" "07/30/2007" "Git 1.5.3.rc3.91.g5c75" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -265,7 +265,7 @@ By examining t/.gitattributes (which is in the same diretory as the path in ques Then it examines .gitattributes (which is in the parent directory), and finds that the first line matches, but t/.gitattributes file already decided how merge, foo and bar attributes should be given to this path, so it leaves foo and bar unset. Attribute baz is set. .TP 3. -Finally it examines $GIT_DIR/info/gitattributes. This file is used to override the in\-tree settings. The first line is a match, and foo is set, bar is reverted to unspecified state, and baz is unset. +Finally it examines $GIT_DIR/info/attributes. This file is used to override the in\-tree settings. The first line is a match, and foo is set, bar is reverted to unspecified state, and baz is unset. As the result, the attributes assignement to t/abc becomes: .sp -- 2.26.2