Autogenerated HTML docs for v1.1.4-gabb9a
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 21 Jan 2006 07:50:39 +0000 (23:50 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 21 Jan 2006 07:50:39 +0000 (23:50 -0800)
howto-index.html
howto/using-topic-branches.txt

index b6a929c..b7056b0 100644 (file)
@@ -352,7 +352,7 @@ as a Linux subsystem maintainer.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Jan-2006 02:13:34 PDT\r
+Last updated 20-Jan-2006 23:50:28 PDT\r
 </div>\r
 </div>\r
 </body>\r
index b3d592f..2c98194 100644 (file)
@@ -9,7 +9,7 @@ GIT as a Linux subsystem maintainer.
 
 -Tony
 
-Last updated w.r.t. GIT 0.99.9f
+Last updated w.r.t. GIT 1.1
 
 Linux subsystem maintenance using GIT
 -------------------------------------
@@ -92,6 +92,14 @@ These can be easily kept up to date by merging from the "linus" branch:
  $ git checkout test && git merge "Auto-update from upstream" test linus
  $ git checkout release && git merge "Auto-update from upstream" release linus
 
+Important note!  If you have any local changes in these branches, then
+this merge will create a commit object in the history (with no local
+changes git will simply do a "Fast forward" merge).  Many people dislike
+the "noise" that this creates in the Linux history, so you should avoid
+doing this capriciously in the "release" branch, as these noisy commits
+will become part of the permanent history when you ask Linus to pull
+from the release branch.
+
 Set up so that you can push upstream to your public tree (you need to
 log-in to the remote system and create an empty tree there before the
 first push).