Autogenerated HTML docs for v1.5.3.5-737-gdee1b
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 17 Nov 2007 20:52:16 +0000 (20:52 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 17 Nov 2007 20:52:16 +0000 (20:52 +0000)
RelNotes-1.5.3.6.txt
RelNotes-1.5.4.txt
git-clone.html
git-clone.txt
git-fetch.html
git-pull.html
git-push.html
urls.txt
user-manual.html
user-manual.txt

index 06e44f7735fde8aed8d0268c1034f47799dd8287..c9f948ec0e3586919cedbc4cc26e5c5a3d49de4d 100644 (file)
@@ -9,13 +9,44 @@ Fixes since v1.5.3.5
  * git-svn dcommit used to clobber when sending a series of
    patches;
 
+ * git-svn dcommit failed after attempting to rebase when
+   started with a dirty index; now it stops upfront.
+
  * git-grep sometimes refused to work when your index was
    unmerged;
 
+ * git-hash-object did not honor configuration variables, such as
+   core.compression.
+
+ * git-index-pack choked on a huge pack on 32-bit machines, even when
+   large file offsets are supported.
+
+ * atom feeds from git-web said "10" for the month of November.
+
+ * a memory leak in commit walker was plugged.
+
+ * When git-send-email inserted the original author's From:
+   address in body, it did not mark the message with
+   Content-type: as needed.
+
+ * git-revert and git-cherry-pick incorrectly refused to start
+   when the work tree was dirty.
+
+ * git-clean did not honor core.excludesfile configuration.
+
+ * git-add mishandled ".gitignore" files when applying them to
+   subdirectories.
+
+ * While importing a too branchy history, git-fastimport did not
+   honor delta depth limit properly.
+
+ * Support for zlib implementations that lack ZLIB_VERNUM and definition
+   of deflateBound() has been added.
+
  * Quite a lot of documentation clarifications.
 
 --
 exec >/var/tmp/1
-O=v1.5.3.5-32-gcb6c162
+O=v1.5.3.5-57-gb574c8d
 echo O=`git describe refs/heads/maint`
 git shortlog --no-merges $O..refs/heads/maint
index 93fb9c914c38388b3b1db11d2b6e63183a9bb952..229d773423f9a88a9aefb6594e69b510d054d1bc 100644 (file)
@@ -32,6 +32,10 @@ Updates since v1.5.3
    (read: safer than the usual one) after the user accumulates
    too many loose objects.
 
+ * You need to explicitly set clean.requireForce to true to allow
+   git-clean to do any damage now (the configuration variable used
+   to default to false).
+
  * git-push has been rewritten in C.
 
  * git-push learned --dry-run option to show what would happen
@@ -56,7 +60,28 @@ Updates since v1.5.3
 
  * git-bisect learned "skip" action to mark untestable commits.
 
- * rename detection diff family, while detecting exact matches,
+ * git-format-patch learned "format.numbered" configuration variable
+   to automatically turn --numbered option on when more than one
+   commits are formatted.
+
+ * git-ls-files learned "--exclude-standard" to use the canned
+   set of exclude files.
+
+ * git-rebase now detaches head during its operation, so after a
+   successful "git rebase" operation, the reflog entry branch@{1}
+   for the current branch points at the commit before the rebase
+   was started.
+
+ * "git-tag -a -f existing" begins the editor session using the
+   existing annotation message.
+
+ * "git cvsexportcommit" learned -w option to specify and switch
+   to the CVS working directory.
+
+ * Output processing for '--pretty=format:<user format>' has
+   been optimized.
+
+ * Rename detection diff family, while detecting exact matches,
    has been greatly optimized.
 
  * Example update and post-receive hooks have been improved.
@@ -77,8 +102,11 @@ Fixes since v1.5.3
 All of the fixes in v1.5.3 maintenance series are included in
 this release, unless otherwise noted.
 
+ * git-svn talking with the SVN over http will correctly quote branch
+   and project names.
+
 --
 exec >/var/tmp/1
-O=v1.5.3.5-618-g5d4138a
+O=v1.5.3.5-736-geb9d2b9
 echo O=`git describe refs/heads/master`
 git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
index 56fd4da611334d492eef71db834aec03da7bbd30..fc507d6582b75c4ca1f5100e234f8e2fed352028 100644 (file)
@@ -566,8 +566,7 @@ file:///path/to/repo.git/
 </li>\r
 </ul>\r
 </div></div>\r
-<p>They are mostly equivalent, except when cloning.  See\r
-<a href="git-clone.html">git-clone(1)</a> for details.</p>\r
+<p>They are equivalent, except the former implies --local option.</p>\r
 </div>\r
 <h2>Examples</h2>\r
 <div class="sectionbody">\r
@@ -641,7 +640,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:24 UTC\r
+Last updated 17-Nov-2007 20:50:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 14e58f3866e3a4e7d1da01753cb68082e88ae2f6..c90bcece24c0fcbf9513af7808f6d0d13846c528 100644 (file)
@@ -130,6 +130,7 @@ OPTIONS
        for "host.xz:foo/.git").  Cloning into an existing directory
        is not allowed.
 
+:git-clone: 1
 include::urls.txt[]
 
 Examples
index 35161a71faf66df0ae32d4dbc625892cc77923da..98e5c092b67e2e93be70ba4b62e7d010f39de4df 100644 (file)
@@ -664,7 +664,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:30 UTC\r
+Last updated 17-Nov-2007 20:50:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 10ccb0c09024e85cf0b1ccab79a46afbbb8410cd..912c8747a0cb8d8f33c7d9c53d6436e6fdfd5bdb 100644 (file)
@@ -946,7 +946,7 @@ Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:42 UTC\r
+Last updated 17-Nov-2007 20:50:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 74d5d3cddceafb8b7d54ec7bf4c4d4050bea2788..6d2925f49370d16e1e0351e105d63d33091119c8 100644 (file)
@@ -621,7 +621,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:42 UTC\r
+Last updated 17-Nov-2007 20:50:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e67f9140ab6be15499b60a8a87ec524a5357a284..4f667382ec1b3a93871c8b2beb31111278ec27b8 100644 (file)
--- a/urls.txt
+++ b/urls.txt
@@ -36,5 +36,11 @@ To sync with a local directory, you can use:
 - file:///path/to/repo.git/
 ===============================================================
 
+ifndef::git-clone[]
 They are mostly equivalent, except when cloning.  See
 gitlink:git-clone[1] for details.
+endif::git-clone[]
+
+ifdef::git-clone[]
+They are equivalent, except the former implies --local option.
+endif::git-clone[]
index c1b7efdc66dc7b9856680229a33bf22636e2df49..ee2576f03938ae5b8d77b5f51b851d43d23df5e4 100644 (file)
@@ -616,9 +616,9 @@ other git operations are in progress in the same repository.</p></div><div class
 realize that the branch was the only reference you had to that point in
 history.</p><p>Fortunately, git also keeps a log, called a "reflog", of all the
 previous values of each branch.  So in this case you can still find the
-old history using, for example,</p><div class="literallayout"><p>$ git log master@{1}</p></div><p>This lists the commits reachable from the previous version of the head.
-This syntax can be used with any git command that accepts a commit,
-not just with git log.  Some other examples:</p><div class="literallayout"><p>$ git show master@{2}           # See where the branch pointed 2,<br>
+old history using, for example,</p><div class="literallayout"><p>$ git log master@{1}</p></div><p>This lists the commits reachable from the previous version of the
+"master" branch head.  This syntax can be used with any git command
+that accepts a commit, not just with git log.  Some other examples:</p><div class="literallayout"><p>$ git show master@{2}           # See where the branch pointed 2,<br>
 $ git show master@{3}           # 3, ... changes ago.<br>
 $ gitk master@{yesterday}       # See where it pointed yesterday,<br>
 $ gitk master@{"1 week ago"}    # ... or last week<br>
index c7cfbbccfc941db891ce855c30a55e0f28de87c0..518b7b5c9e283eccd20ce2d84ea85f107c98ca39 100644 (file)
@@ -1567,9 +1567,9 @@ old history using, for example,
 $ git log master@{1}
 -------------------------------------------------
 
-This lists the commits reachable from the previous version of the head.
-This syntax can be used with any git command that accepts a commit,
-not just with git log.  Some other examples:
+This lists the commits reachable from the previous version of the
+"master" branch head.  This syntax can be used with any git command
+that accepts a commit, not just with git log.  Some other examples:
 
 -------------------------------------------------
 $ git show master@{2}          # See where the branch pointed 2,