git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 14/19] Document pull-all and push-all
@ 2013-03-09 19:28 Paul Campbell
  2013-03-12 15:12 ` Holger Hellmuth (IKS)
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Campbell @ 2013-03-09 19:28 UTC (permalink / raw)
  To: git
  Cc: David Michael Barr, Kindjal, bibendi, Herman van Rink, mhoffman,
	Nate Jones

>From 7dcd40ab8687a588b7b0c6ff914a7cfb601b6774 Mon Sep 17 00:00:00 2001
From: Herman van Rink <rink@initfour.nl>
Date: Tue, 27 Mar 2012 13:59:16 +0200
Subject: [PATCH 14/19] Document pull-all and push-all

---
 contrib/subtree/git-subtree.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/contrib/subtree/git-subtree.txt b/contrib/subtree/git-subtree.txt
index e0957ee..c8fc103 100644
--- a/contrib/subtree/git-subtree.txt
+++ b/contrib/subtree/git-subtree.txt
@@ -92,13 +92,19 @@ pull::
 	Exactly like 'merge', but parallels 'git pull' in that
 	it fetches the given commit from the specified remote
 	repository.
-	
+
+pull-all::
+	Perform a pull operation on all in .gittrees registered subtrees.
+
 push::
 	Does a 'split' (see below) using the <prefix> supplied
 	and then does a 'git push' to push the result to the
 	repository and refspec. This can be used to push your
 	subtree to different branches of the remote repository.

+push-all::
+	Perform a pull operation on all in .gittrees registered subtrees.
+
 split::
 	Extract a new, synthetic project history from the
 	history of the <prefix> subtree.  The new history
-- 
1.8.2.rc1


-- 
Paul [W] Campbell

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

* Re: [PATCH 14/19] Document pull-all and push-all
  2013-03-09 19:28 [PATCH 14/19] Document pull-all and push-all Paul Campbell
@ 2013-03-12 15:12 ` Holger Hellmuth (IKS)
  2013-03-13  0:13   ` Paul Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Holger Hellmuth (IKS) @ 2013-03-12 15:12 UTC (permalink / raw)
  To: Paul Campbell
  Cc: git, David Michael Barr, Kindjal, bibendi, Herman van Rink,
	mhoffman, Nate Jones

Am 09.03.2013 20:28, schrieb Paul Campbell:
>  From 7dcd40ab8687a588b7b0c6ff914a7cfb601b6774 Mon Sep 17 00:00:00 2001
> From: Herman van Rink <rink@initfour.nl>
> Date: Tue, 27 Mar 2012 13:59:16 +0200
> Subject: [PATCH 14/19] Document pull-all and push-all
>
> ---
>   contrib/subtree/git-subtree.txt | 8 +++++++-
>   1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/contrib/subtree/git-subtree.txt b/contrib/subtree/git-subtree.txt
> index e0957ee..c8fc103 100644
> --- a/contrib/subtree/git-subtree.txt
> +++ b/contrib/subtree/git-subtree.txt
> @@ -92,13 +92,19 @@ pull::
>   	Exactly like 'merge', but parallels 'git pull' in that
>   	it fetches the given commit from the specified remote
>   	repository.
> -	
> +
> +pull-all::
> +	Perform a pull operation on all in .gittrees registered subtrees.
> +
>   push::
>   	Does a 'split' (see below) using the <prefix> supplied
>   	and then does a 'git push' to push the result to the
>   	repository and refspec. This can be used to push your
>   	subtree to different branches of the remote repository.
>
> +push-all::
> +	Perform a pull operation on all in .gittrees registered subtrees.
                  -----
pull->push


> +
>   split::
>   	Extract a new, synthetic project history from the
>   	history of the <prefix> subtree.  The new history
>

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

* Re: [PATCH 14/19] Document pull-all and push-all
  2013-03-12 15:12 ` Holger Hellmuth (IKS)
@ 2013-03-13  0:13   ` Paul Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Campbell @ 2013-03-13  0:13 UTC (permalink / raw)
  To: Holger Hellmuth (IKS)
  Cc: git, David Michael Barr, Kindjal, bibendi, Herman van Rink,
	mhoffman, Nate Jones

On Tue, Mar 12, 2013 at 3:12 PM, Holger Hellmuth (IKS)
<hellmuth@ira.uka.de> wrote:
> Am 09.03.2013 20:28, schrieb Paul Campbell:
>
>>  From 7dcd40ab8687a588b7b0c6ff914a7cfb601b6774 Mon Sep 17 00:00:00 2001
>> From: Herman van Rink <rink@initfour.nl>
>> Date: Tue, 27 Mar 2012 13:59:16 +0200
>> Subject: [PATCH 14/19] Document pull-all and push-all
>>
>> ---
>>   contrib/subtree/git-subtree.txt | 8 +++++++-
>>   1 file changed, 7 insertions(+), 1 deletion(-)
>>
>> diff --git a/contrib/subtree/git-subtree.txt
>> b/contrib/subtree/git-subtree.txt
>> index e0957ee..c8fc103 100644
>> --- a/contrib/subtree/git-subtree.txt
>> +++ b/contrib/subtree/git-subtree.txt
>> @@ -92,13 +92,19 @@ pull::
>>         Exactly like 'merge', but parallels 'git pull' in that
>>         it fetches the given commit from the specified remote
>>         repository.
>> -
>> +
>> +pull-all::
>> +       Perform a pull operation on all in .gittrees registered subtrees.
>> +
>>   push::
>>         Does a 'split' (see below) using the <prefix> supplied
>>         and then does a 'git push' to push the result to the
>>         repository and refspec. This can be used to push your
>>         subtree to different branches of the remote repository.
>>
>> +push-all::
>> +       Perform a pull operation on all in .gittrees registered subtrees.
>
>                  -----
> pull->push
>

Thanks.

>> +
>>   split::
>>         Extract a new, synthetic project history from the
>>         history of the <prefix> subtree.  The new history
>>
>



-- 
Paul [W] Campbell

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

end of thread, other threads:[~2013-03-13  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-09 19:28 [PATCH 14/19] Document pull-all and push-all Paul Campbell
2013-03-12 15:12 ` Holger Hellmuth (IKS)
2013-03-13  0:13   ` Paul Campbell

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