git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix Documentation/everyday.txt: Junio's workflow
@ 2006-06-05  2:08 Horst H. von Brand
  0 siblings, 0 replies; 2+ messages in thread
From: Horst H. von Brand @ 2006-06-05  2:08 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Dmitry V. Levin

The workflow for Junio was badly formatted.

Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
---
 Documentation/everyday.txt |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt
index ffba543..6745ab5 100644
--- a/Documentation/everyday.txt
+++ b/Documentation/everyday.txt
@@ -336,15 +336,20 @@ master, nor exposed as a part of a stabl
 <11> make sure I did not accidentally rewind master beyond what I
 already pushed out.  "ko" shorthand points at the repository I have
 at kernel.org, and looks like this:
-    $ cat .git/remotes/ko
-    URL: kernel.org:/pub/scm/git/git.git
-    Pull: master:refs/tags/ko-master
-    Pull: maint:refs/tags/ko-maint
-    Push: master
-    Push: +pu
-    Push: maint
++
+------------
+$ cat .git/remotes/ko
+URL: kernel.org:/pub/scm/git/git.git
+Pull: master:refs/tags/ko-master
+Pull: maint:refs/tags/ko-maint
+Push: master
+Push: +pu
+Push: maint
+------------
++
 In the output from "git show-branch", "master" should have
 everything "ko-master" has.
+
 <12> push out the bleeding edge.
 <13> push the tag out, too.
 
@@ -390,7 +395,7 @@ service git
         port            = 9418
         socket_type     = stream
         wait            = no
-        user            = root
+        user            = nobody
         server          = /usr/bin/git-daemon
         server_args     = --inetd --syslog --export-all --base-path=/pub/scm
         log_on_failure  += USERID
-- 
1.3.3.g16a4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] Fix Documentation/everyday.txt: Junio's workflow
@ 2006-06-05  2:10 Horst H. von Brand
  0 siblings, 0 replies; 2+ messages in thread
From: Horst H. von Brand @ 2006-06-05  2:10 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

The workflow for Junio was badly formatted.

Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
---
 Documentation/everyday.txt |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt
index ffba543..6745ab5 100644
--- a/Documentation/everyday.txt
+++ b/Documentation/everyday.txt
@@ -336,15 +336,20 @@ master, nor exposed as a part of a stabl
 <11> make sure I did not accidentally rewind master beyond what I
 already pushed out.  "ko" shorthand points at the repository I have
 at kernel.org, and looks like this:
-    $ cat .git/remotes/ko
-    URL: kernel.org:/pub/scm/git/git.git
-    Pull: master:refs/tags/ko-master
-    Pull: maint:refs/tags/ko-maint
-    Push: master
-    Push: +pu
-    Push: maint
++
+------------
+$ cat .git/remotes/ko
+URL: kernel.org:/pub/scm/git/git.git
+Pull: master:refs/tags/ko-master
+Pull: maint:refs/tags/ko-maint
+Push: master
+Push: +pu
+Push: maint
+------------
++
 In the output from "git show-branch", "master" should have
 everything "ko-master" has.
+
 <12> push out the bleeding edge.
 <13> push the tag out, too.
 
@@ -390,7 +395,7 @@ service git
         port            = 9418
         socket_type     = stream
         wait            = no
-        user            = root
+        user            = nobody
         server          = /usr/bin/git-daemon
         server_args     = --inetd --syslog --export-all --base-path=/pub/scm
         log_on_failure  += USERID
-- 
1.3.3.g16a4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-05  2:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-05  2:08 [PATCH] Fix Documentation/everyday.txt: Junio's workflow Horst H. von Brand
  -- strict thread matches above, loose matches on Subject: below --
2006-06-05  2:10 Horst H. von Brand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).