All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add note about needing to do 'git checkout -f master'.
@ 2007-02-12 17:49 Richard W.M. Jones
  2007-02-13 18:06 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Richard W.M. Jones @ 2007-02-12 17:49 UTC (permalink / raw)
  To: git; +Cc: Richard Jones

From: Richard Jones <rjones@redhat.com>

---
 Documentation/git-cvsimport.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
index f5450de..7b43ed4 100644
--- a/Documentation/git-cvsimport.txt
+++ b/Documentation/git-cvsimport.txt
@@ -138,6 +138,12 @@ If '-v' is specified, the script reports what it is doing.
 Otherwise, success is indicated the Unix way, i.e. by simply exiting with
 a zero exit status.
 
+NOTES
+-----
+If importing for the first time into a directory (-C option),
+after the import do 'git checkout -f master' in the new
+directory.
+
 
 Author
 ------
-- 
1.4.4.2

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

* Re: [PATCH] Add note about needing to do 'git checkout -f master'.
  2007-02-12 17:49 [PATCH] Add note about needing to do 'git checkout -f master' Richard W.M. Jones
@ 2007-02-13 18:06 ` Junio C Hamano
  0 siblings, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2007-02-13 18:06 UTC (permalink / raw)
  To: Richard W.M. Jones; +Cc: git

Thanks.

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

* Re: [PATCH] Add note about needing to do 'git checkout -f master'.
  2007-02-13 17:58 ` Johannes Schindelin
@ 2007-02-13 18:09   ` Junio C Hamano
  0 siblings, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2007-02-13 18:09 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: Richard W.M. Jones, git

Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:

> Hi,
>
> On Mon, 12 Feb 2007, Richard W.M. Jones wrote:
>
>> From: Richard Jones <rjones@redhat.com>
>> 
>> ---
>>  Documentation/git-cvsimport.txt |    6 ++++++
>>  1 files changed, 6 insertions(+), 0 deletions(-)
>> 
>> diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
>> index f5450de..7b43ed4 100644
>> --- a/Documentation/git-cvsimport.txt
>> +++ b/Documentation/git-cvsimport.txt
>> @@ -138,6 +138,12 @@ If '-v' is specified, the script reports what it is doing.
>>  Otherwise, success is indicated the Unix way, i.e. by simply exiting with
>>  a zero exit status.
>>  
>> +NOTES
>> +-----
>> +If importing for the first time into a directory (-C option),
>> +after the import do 'git checkout -f master' in the new
>> +directory.
>> +
>>  
>>  Author
>>  ------
>> -- 
>> 1.4.4.2
>
> AFAICT this is no longer necessary in 1.5.0.

I think you are right.  I always run cvsimport with -i so I was
confused ;-).

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

* Re: [PATCH] Add note about needing to do 'git checkout -f master'.
       [not found] <1171302581735-git-send-email->
@ 2007-02-13 17:58 ` Johannes Schindelin
  2007-02-13 18:09   ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Schindelin @ 2007-02-13 17:58 UTC (permalink / raw)
  To: Richard W.M. Jones; +Cc: git

Hi,

On Mon, 12 Feb 2007, Richard W.M. Jones wrote:

> From: Richard Jones <rjones@redhat.com>
> 
> ---
>  Documentation/git-cvsimport.txt |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
> index f5450de..7b43ed4 100644
> --- a/Documentation/git-cvsimport.txt
> +++ b/Documentation/git-cvsimport.txt
> @@ -138,6 +138,12 @@ If '-v' is specified, the script reports what it is doing.
>  Otherwise, success is indicated the Unix way, i.e. by simply exiting with
>  a zero exit status.
>  
> +NOTES
> +-----
> +If importing for the first time into a directory (-C option),
> +after the import do 'git checkout -f master' in the new
> +directory.
> +
>  
>  Author
>  ------
> -- 
> 1.4.4.2

AFAICT this is no longer necessary in 1.5.0.

Ciao,
Dscho

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

* [PATCH] Add note about needing to do 'git checkout -f master'.
@ 2007-02-13  8:18 Richard W.M. Jones
  0 siblings, 0 replies; 5+ messages in thread
From: Richard W.M. Jones @ 2007-02-13  8:18 UTC (permalink / raw)
  To: git; +Cc: Richard Jones

From: Richard Jones <rjones@redhat.com>

---
 Documentation/git-cvsimport.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
index f5450de..7b43ed4 100644
--- a/Documentation/git-cvsimport.txt
+++ b/Documentation/git-cvsimport.txt
@@ -138,6 +138,12 @@ If '-v' is specified, the script reports what it is doing.
 Otherwise, success is indicated the Unix way, i.e. by simply exiting with
 a zero exit status.
 
+NOTES
+-----
+If importing for the first time into a directory (-C option),
+after the import do 'git checkout -f master' in the new
+directory.
+
 
 Author
 ------
-- 
1.4.4.2

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

end of thread, other threads:[~2007-02-13 18:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12 17:49 [PATCH] Add note about needing to do 'git checkout -f master' Richard W.M. Jones
2007-02-13 18:06 ` Junio C Hamano
2007-02-13  8:18 Richard W.M. Jones
     [not found] <1171302581735-git-send-email->
2007-02-13 17:58 ` Johannes Schindelin
2007-02-13 18:09   ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.