From 4fd58d46def7aad5dd382cd20768c4cfcd51aba8 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Sun, 30 Sep 2007 00:51:14 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.3.3-114-g2a85
---
RelNotes-1.5.3.3.txt | 37 ++++++++++++++++++++++++++++++
core-tutorial.html | 5 ++--
core-tutorial.txt | 3 ++-
git-bundle.html | 27 ++++++++++++++--------
git-bundle.txt | 8 +++++++
git-merge.html | 4 ++--
git-merge.txt | 2 +-
git-remote.html | 12 +++++++++-
git-remote.txt | 6 +++++
git-send-email.html | 12 +++++++++-
git-send-email.txt | 5 ++++
git-submodule.html | 5 +++-
git-submodule.txt | 3 +++
gitattributes.html | 17 ++++----------
gitattributes.txt | 20 ++++------------
gitignore.html | 4 ++--
gitignore.txt | 2 +-
user-manual.html | 46 ++++++++++++++++++++++++++++---------
user-manual.txt | 54 ++++++++++++++++++++++++++++++++++----------
19 files changed, 200 insertions(+), 72 deletions(-)
create mode 100644 RelNotes-1.5.3.3.txt
diff --git a/RelNotes-1.5.3.3.txt b/RelNotes-1.5.3.3.txt
new file mode 100644
index 000000000..e91bd8416
--- /dev/null
+++ b/RelNotes-1.5.3.3.txt
@@ -0,0 +1,37 @@
+GIT v1.5.3.3 Release Notes
+==========================
+
+Fixes since v1.5.3.2
+--------------------
+
+ * git-quiltimport did not like it when a patch described in the
+ series file does not exist.
+
+ * p4 importer missed executable bit in some cases.
+
+ * The default shell on some FreeBSD did not execute the
+ argument parsing code correctly and made git unusable.
+
+ * git-svn incorrectly spawned pager even when the user user
+ explicitly asked not to.
+
+ * sample post-receive hook overquoted the envelope sender
+ value.
+
+ * git-am got confused when the patch contained a change that is
+ only about type and not contents.
+
+ * git-mergetool did not show our and their version of the
+ conflicted file when started from a subdirectory of the
+ project.
+
+ * git-mergetool did not pass correct options when invoking diff3.
+
+ * git-log sometimes invoked underlying "diff" machinery
+ unnecessarily.
+
+--
+exec >/var/tmp/1
+O=v1.5.3.2-29-gb7bb760
+echo O=`git describe refs/heads/maint`
+git shortlog --no-merges $O..refs/heads/maint
diff --git a/core-tutorial.html b/core-tutorial.html
index 67813694e..6b27fbccc 100644
--- a/core-tutorial.html
+++ b/core-tutorial.html
@@ -1689,7 +1689,8 @@ repositories every once in a while.
convenient to organize your project with an informal hierarchy
of developers. Linux kernel development is run this way. There
is a nice illustration (page 17, "Merges to Mainline") in
-Randy Dunlap's presentation.
+link:http://www.xenotime.net/linux/mentor/linux-mentoring-2006.pdf
+[Randy Dunlap's presentation].
It should be stressed that this hierarchy is purely informal.
There is nothing fundamental in git that enforces the "chain of
patch flow" this hierarchy implies. You do not have to pull
@@ -1953,7 +1954,7 @@ to follow, not easier.