From 48fd2f66b082013aeca9f5044bf8bf7f668ee168 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Mon, 19 Mar 2007 02:02:30 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.0.5-424-g7976c
---
RelNotes-1.5.0.5.txt | 28 ++++++++++++++++++++++++++++
diff-options.txt | 5 +++++
git-diff-files.html | 12 +++++++++++-
git-diff-index.html | 12 +++++++++++-
git-diff-tree.html | 12 +++++++++++-
git-diff.html | 12 +++++++++++-
git-format-patch.html | 12 +++++++++++-
git.html | 2 +-
git.txt | 4 +++-
9 files changed, 92 insertions(+), 7 deletions(-)
create mode 100644 RelNotes-1.5.0.5.txt
diff --git a/RelNotes-1.5.0.5.txt b/RelNotes-1.5.0.5.txt
new file mode 100644
index 000000000..aa86149d4
--- /dev/null
+++ b/RelNotes-1.5.0.5.txt
@@ -0,0 +1,28 @@
+GIT v1.5.0.5 Release Notes
+==========================
+
+Fixes since v1.5.0.3
+--------------------
+
+* Bugfixes
+
+ - git-merge (hence git-pull) did not refuse fast-forwarding
+ when the working tree had local changes that would have
+ conflicted with it.
+
+ - git.el does not add duplicate sign-off lines.
+
+ - git-commit shows the full stat of the resulting commit, not
+ just about the files in the current directory, when run from
+ a subdirectory.
+
+ - "git-checkout -m '@{8 hours ago}'" had a funny failure from
+ eval; fixed.
+
+ - git-gui updates.
+
+* Documentation updates
+
+* User manual updates
+
+
diff --git a/diff-options.txt b/diff-options.txt
index d8696b7b3..77a3f78dd 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -159,5 +159,10 @@
-w::
Shorthand for "--ignore-all-space".
+--exit-code::
+ Make the program exit with codes similar to diff(1).
+ That is, it exits with 1 if there were differences and
+ 0 means no differences.
+
For more detailed explanation on these common options, see also
link:diffcore.html[diffcore documentation].
diff --git a/git-diff-files.html b/git-diff-files.html
index d6b3575a3..93df142be 100644
--- a/git-diff-files.html
+++ b/git-diff-files.html
@@ -635,6 +635,16 @@ same as "git-diff-index" and "git-diff-tree".
Shorthand for "--ignore-all-space".
+
+--exit-code
+
+
+
+ Make the program exit with codes similar to diff(1).
+ That is, it exits with 1 if there were differences and
+ 0 means no differences.
+
+
For more detailed explanation on these common options, see also
diffcore documentation.
@@ -1011,7 +1021,7 @@ two unresolved merge parents with the working tree file