Autogenerated HTML docs for v1.5.3.1-153-g89df5
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 19 Sep 2007 02:27:57 +0000 (02:27 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 19 Sep 2007 02:27:57 +0000 (02:27 +0000)
git-push.html
git-push.txt
git-send-pack.html
git-send-pack.txt
git-svn.html
git-svn.txt
howto-index.html
howto/update-hook-example.txt

index 9752e91afa3056fb6ccd922291542c30eb6b550e..dacd375473ac6275ff355874830300e862410db3 100644 (file)
@@ -317,7 +317,7 @@ even if it does not result in a fast forward update.</p>
 <p>Note: If no explicit refspec is found, (that is neither\r
 on the command line nor in any Push line of the\r
 corresponding remotes file---see below), then all the\r
-refs that exist both on the local side and on the remote\r
+heads that exist both on the local side and on the remote\r
 side are updated.</p>\r
 <p><tt>tag &lt;tag&gt;</tt> means the same as <tt>refs/tags/&lt;tag&gt;:refs/tags/&lt;tag&gt;</tt>.</p>\r
 <p>A parameter &lt;ref&gt; without a colon pushes the &lt;ref&gt; from the source\r
@@ -331,7 +331,7 @@ the remote repository.</p>
 <dd>\r
 <p>\r
         Instead of naming each ref to push, specifies that all\r
-        refs be pushed.\r
+        refs under <tt>$GIT_DIR/refs/heads/</tt> be pushed.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -613,7 +613,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Sep-2007 08:52:20 UTC\r
+Last updated 19-Sep-2007 02:27:19 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7b8e075c422ba8065e746a8bb771267c4aca1d24..6bc559ddd80e2fa8b3f4fdf57fa4f5ce14eb53af 100644 (file)
@@ -48,7 +48,7 @@ even if it does not result in a fast forward update.
 Note: If no explicit refspec is found, (that is neither
 on the command line nor in any Push line of the
 corresponding remotes file---see below), then all the
-refs that exist both on the local side and on the remote
+heads that exist both on the local side and on the remote
 side are updated.
 +
 `tag <tag>` means the same as `refs/tags/<tag>:refs/tags/<tag>`.
@@ -61,7 +61,7 @@ the remote repository.
 
 \--all::
        Instead of naming each ref to push, specifies that all
-       refs be pushed.
+       refs under `$GIT_DIR/refs/heads/` be pushed.
 
 \--tags::
        All refs under `$GIT_DIR/refs/tags` are pushed, in
index f9b228fe3b72e731899c862d3faccfc4299c9b2e..de616709be361f9612852eeb1a71012aa9407130 100644 (file)
@@ -309,7 +309,7 @@ updates it from the current repository, sending named refs.</p>
 <dd>\r
 <p>\r
         Instead of explicitly specifying which refs to update,\r
-        update all refs that locally exist.\r
+        update all heads that locally exist.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -376,7 +376,7 @@ remote end.</p>
 <p>With <em>--all</em> flag, all refs that exist locally are transferred to\r
 the remote side.  You cannot specify any <em>&lt;ref&gt;</em> if you use\r
 this flag.</p>\r
-<p>Without <em>--all</em> and without any <em>&lt;ref&gt;</em>, the refs that exist\r
+<p>Without <em>--all</em> and without any <em>&lt;ref&gt;</em>, the heads that exist\r
 both on the local side and on the remote side are updated.</p>\r
 <p>When one or more <em>&lt;ref&gt;</em> are specified explicitly, it can be either a\r
 single pattern, or a pair of such pattern separated by a colon\r
@@ -443,7 +443,7 @@ to disable the fast-forward check only on that ref.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:54 UTC\r
+Last updated 19-Sep-2007 02:27:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 205bfd2d259abd33873305d28281166a42285f6e..3271e88183e2b4c8551bb48caff54d3223991f79 100644 (file)
@@ -32,7 +32,7 @@ OPTIONS
 
 \--all::
        Instead of explicitly specifying which refs to update,
-       update all refs that locally exist.
+       update all heads that locally exist.
 
 \--force::
        Usually, the command refuses to update a remote ref that
@@ -70,7 +70,7 @@ With '--all' flag, all refs that exist locally are transferred to
 the remote side.  You cannot specify any '<ref>' if you use
 this flag.
 
-Without '--all' and without any '<ref>', the refs that exist
+Without '--all' and without any '<ref>', the heads that exist
 both on the local side and on the remote side are updated.
 
 When one or more '<ref>' are specified explicitly, it can be either a
index b7eb7dcd318dfdac4cc769985009cfec438f1e5f..ba0872d871d69012d502b4476bdd2f8f18d60f0d 100644 (file)
@@ -976,11 +976,12 @@ previous commits in SVN.</p>
 <h2>DESIGN PHILOSOPHY</h2>\r
 <div class="sectionbody">\r
 <p>Merge tracking in Subversion is lacking and doing branched development\r
-with Subversion is cumbersome as a result.  git-svn does not do\r
-automated merge/branch tracking by default and leaves it entirely up to\r
-the user on the git side.  git-svn does however follow copy\r
-history of the directory that it is tracking, however (much like\r
-how <em>svn log</em> works).</p>\r
+with Subversion can be cumbersome as a result.  While git-svn can track\r
+copy history (including branches and tags) for repositories adopting a\r
+standard layout, it cannot yet represent merge history that happened\r
+inside git back upstream to SVN users.  Therefore it is advised that\r
+users keep history as linear as possible inside git to ease\r
+compatibility with SVN (see the CAVEATS section below).</p>\r
 </div>\r
 <h2>CAVEATS</h2>\r
 <div class="sectionbody">\r
@@ -1059,7 +1060,7 @@ should be manually entered with a text-editor or using
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-Aug-2007 07:30:59 UTC\r
+Last updated 19-Sep-2007 02:27:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index be2e34eb8f63e265d7fa185d78743b6289ad74ab..e157c6ab501a574b929bd73c427313874c3a3e90 100644 (file)
@@ -478,11 +478,12 @@ previous commits in SVN.
 DESIGN PHILOSOPHY
 -----------------
 Merge tracking in Subversion is lacking and doing branched development
-with Subversion is cumbersome as a result.  git-svn does not do
-automated merge/branch tracking by default and leaves it entirely up to
-the user on the git side.  git-svn does however follow copy
-history of the directory that it is tracking, however (much like
-how 'svn log' works).
+with Subversion can be cumbersome as a result.  While git-svn can track
+copy history (including branches and tags) for repositories adopting a
+standard layout, it cannot yet represent merge history that happened
+inside git back upstream to SVN users.  Therefore it is advised that
+users keep history as linear as possible inside git to ease
+compatibility with SVN (see the CAVEATS section below).
 
 CAVEATS
 -------
index 82d6b3c77cbc4987ab80fea3ef87ddb79ef21cde..465e101821a8c23d754e20fe62b4290c632ac2c6 100644 (file)
@@ -341,7 +341,7 @@ into which branch and who can make a tag.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:10:08 UTC\r
+Last updated 19-Sep-2007 02:27:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3a33696f004493ac55124ece8b3088673b553c3c..88765b55754488223cfe492a83afd1aed5380e61 100644 (file)
@@ -158,11 +158,11 @@ This uses two files, $GIT_DIR/info/allowed-users and
 allowed-groups, to describe which heads can be pushed into by
 whom.  The format of each file would look like this:
 
-       refs/heads/master       junio
+        refs/heads/master      junio
         refs/heads/cogito$     pasky
-       refs/heads/bw/          linus
-        refs/heads/tmp/                *
-        refs/tags/v[0-9]     junio
+        refs/heads/bw/.*       linus
+        refs/heads/tmp/.*      .*
+        refs/tags/v[0-9].*     junio
 
 With this, Linus can push or create "bw/penguin" or "bw/zebra"
 or "bw/panda" branches, Pasky can do only "cogito", and JC can