git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH master] git p4 doc: fix formatting
@ 2012-05-06 15:56 Pete Wyckoff
  2012-05-06 15:58 ` [PATCH maint] " Pete Wyckoff
  2012-05-07 18:14 ` [PATCH master] " Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Pete Wyckoff @ 2012-05-06 15:56 UTC (permalink / raw)
  To: git

Attach example sections to previous level of indenting.

Fix a trailing ::

Signed-off-by: Pete Wyckoff <pw@padd.com>
---

The nice git-scm.com redo made me proofread this doc.

Patch on origin/master.

Even though this looks like a job for maint, both hunks
will collide there.  maint version follows.

		-- Pete

 Documentation/git-p4.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-p4.txt b/Documentation/git-p4.txt
index 51955a5..fe1f49b 100644
--- a/Documentation/git-p4.txt
+++ b/Documentation/git-p4.txt
@@ -179,6 +179,7 @@ subsequent 'sync' operations.
 +
 This example imports a new remote "p4/proj2" into an existing
 git repository:
++
 ----
     $ git init
     $ git p4 sync --branch=refs/remotes/p4/proj2 //depot/proj2
@@ -438,7 +439,7 @@ git-p4.branchList::
 	enabled.  Each entry should be a pair of branch names separated
 	by a colon (:).  This example declares that both branchA and
 	branchB were created from main:
-
++
 -------------
 git config       git-p4.branchList main:branchA
 git config --add git-p4.branchList main:branchB
@@ -503,7 +504,7 @@ git-p4.skipUserNameCheck::
 	user map, 'git p4' exits.  This option can be used to force
 	submission regardless.
 
-git-p4.attemptRCSCleanup:
+git-p4.attemptRCSCleanup::
 	If enabled, 'git p4 submit' will attempt to cleanup RCS keywords
 	($Header$, etc). These would otherwise cause merge conflicts and prevent
 	the submit going ahead. This option should be considered experimental at
-- 
1.7.10.1.510.g2648e0e

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

* [PATCH maint] git p4 doc: fix formatting
  2012-05-06 15:56 [PATCH master] git p4 doc: fix formatting Pete Wyckoff
@ 2012-05-06 15:58 ` Pete Wyckoff
  2012-05-07 18:14 ` [PATCH master] " Junio C Hamano
  1 sibling, 0 replies; 3+ messages in thread
From: Pete Wyckoff @ 2012-05-06 15:58 UTC (permalink / raw)
  To: git

Attach example sections to previous level of indenting.

Fix a trailing ::

Signed-off-by: Pete Wyckoff <pw@padd.com>
---

This one goes on maint, but will collide on both hunks
when merged to master.

 Documentation/git-p4.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/git-p4.txt b/Documentation/git-p4.txt
index b7c7929..cf3a9fd 100644
--- a/Documentation/git-p4.txt
+++ b/Documentation/git-p4.txt
@@ -183,6 +183,7 @@ subsequent 'sync' operations.
 +
 This example imports a new remote "p4/proj2" into an existing
 git repository:
++
 ----
     $ git init
     $ git p4 sync --branch=refs/remotes/p4/proj2 //depot/proj2
@@ -434,6 +435,7 @@ git-p4.branchList::
 	enabled.  Each entry should be a pair of branch names separated
 	by a colon (:).  This example declares that both branchA and
 	branchB were created from main:
++
 -------------
 git config       git-p4.branchList main:branchA
 git config --add git-p4.branchList main:branchB
@@ -487,7 +489,7 @@ git-p4.skipUserNameCheck::
 	user map, 'git p4' exits.  This option can be used to force
 	submission regardless.
 
-git-p4.attemptRCSCleanup:
+git-p4.attemptRCSCleanup::
     If enabled, 'git p4 submit' will attempt to cleanup RCS keywords
     ($Header$, etc). These would otherwise cause merge conflicts and prevent
     the submit going ahead. This option should be considered experimental at
-- 
1.7.10.1.510.g2648e0e

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

* Re: [PATCH master] git p4 doc: fix formatting
  2012-05-06 15:56 [PATCH master] git p4 doc: fix formatting Pete Wyckoff
  2012-05-06 15:58 ` [PATCH maint] " Pete Wyckoff
@ 2012-05-07 18:14 ` Junio C Hamano
  1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2012-05-07 18:14 UTC (permalink / raw)
  To: Pete Wyckoff; +Cc: git

Pete Wyckoff <pw@padd.com> writes:

> Attach example sections to previous level of indenting.
>
> Fix a trailing ::
>
> Signed-off-by: Pete Wyckoff <pw@padd.com>
> ---
>
> The nice git-scm.com redo made me proofread this doc.
>
> Patch on origin/master.
>
> Even though this looks like a job for maint, both hunks
> will collide there.  maint version follows.

Will apply the 'maint' one and merge it up to 'master', and will use this
as a reference to avoid mismerges.

Thanks.

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

end of thread, other threads:[~2012-05-07 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-06 15:56 [PATCH master] git p4 doc: fix formatting Pete Wyckoff
2012-05-06 15:58 ` [PATCH maint] " Pete Wyckoff
2012-05-07 18:14 ` [PATCH master] " Junio C Hamano

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).