Autogenerated HTML docs for v1.5.0.3-271-g5ced
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 5 Mar 2007 09:20:11 +0000 (09:20 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 5 Mar 2007 09:20:11 +0000 (09:20 +0000)
RelNotes-1.5.1.txt
git.html
git.txt

index aa371be1daeb75b0a9ce59fa6434ccfdb3f547bc..f374e1c2c75a597c15a9f0bbb2ff2fec6ec190df 100644 (file)
@@ -22,6 +22,9 @@ Updates since v1.5.0
   - "git diff --no-index pathA pathB" can be used as diff
     replacement with git specific enhancements.
 
+  - "git diff --pretty=format:<string>" to allow more flexible
+    custom log output.
+
   - "git name-rev" learned --refs=<pattern>, to limit the tags
     used for naming the given revisions only to the ones
     matching the given pattern.
@@ -36,6 +39,10 @@ Updates since v1.5.0
   - "git bundle" can help sneaker-netting your changes between
     repositories.
 
+  - A new configuration "core.symlinks" can be used to disable
+    symlinks on filesystems that do not support them; they are
+    checked out as regular files instead.
+
 
 * Updated behaviour of existing commands.
 
@@ -89,6 +96,9 @@ Updates since v1.5.0
 
   - "git status" in a read-only repository got a bit saner.
 
+  - "git fetch" (hence "git clone" and "git pull") are less
+    noisy when the output does not go to tty.
+
 * Hooks
 
   - The sample update hook to show how to send out notification
@@ -98,7 +108,7 @@ Updates since v1.5.0
 
 --
 exec >/var/tmp/1
-O=v1.5.0.2-259-g16d5315
+O=v1.5.0.3-268-g3ddad98
 echo O=`git describe master`
 git shortlog --no-merges $O..master ^maint
 
index e1cbc622bc622f04cc53b247b9a4329c7cdd65c3..36ee03f0e6cdabe3377d8d2cb76256b57cb787e3 100644 (file)
--- a/git.html
+++ b/git.html
@@ -2298,7 +2298,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-Mar-2007 02:37:05 UTC\r
+Last updated 05-Mar-2007 09:19:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index 9a7474798963c22b554f49db015c180b9ae7ea4f..0577ad0a8cfb9d7150fb874f15e155b56fe58ad8 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -35,14 +35,14 @@ ifdef::stalenotes[]
 You are reading the documentation for the latest version of git.
 Documentation for older releases are available here:
 
-* link:v1.5.0.2/git.html[documentation for release 1.5.0.2]
+* link:v1.5.0.3/git.html[documentation for release 1.5.0.3]
+
+* link:v1.5.0.3/RelNotes-1.5.0.3.txt[release notes for 1.5.0.3]
 
 * link:v1.5.0.2/RelNotes-1.5.0.2.txt[release notes for 1.5.0.2]
 
 * link:v1.5.0.1/RelNotes-1.5.0.1.txt[release notes for 1.5.0.1]
 
-* link:v1.5.0/git.html[documentation for release 1.5.0]
-
 * link:v1.5.0/RelNotes-1.5.0.txt[release notes for 1.5.0]
 
 * link:v1.4.4.4/git.html[documentation for release 1.4.4.4]