[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Git mirrors
From: |
John Wiegley |
Subject: |
Re: Git mirrors |
Date: |
Fri, 07 Oct 2011 04:02:24 -0500 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) |
>>>>> Andreas Schwab <address@hidden> writes:
> John Wiegley <address@hidden> writes:
>> I will see what can be done. Due to the nature of Git, my own Bazaar
>> mirror has entirely different commit ids than what Savannah has.
> That should not be the case, since git ids are solely based on contents.
> Most likely you are doing something wrong.
I found the divergence, and something is wrong with my git-bzr.
John
Bazaar:
,----
| revno: 7238
| committer: Paul Reilly <address@hidden>
| timestamp: Sat 1994-04-30 23:08:15 +0000
| message:
| Initial revision
| added:
| src/s/dgux5-4R2.h
| src/s/dgux5-4R3.h
`----
Savannah Git Mirror:
,----
| commit 48df2e64c678ce4bc119ec737d08f80c36135e31
| Author: Paul Reilly <address@hidden>
| Date: Sat Apr 30 23:08:15 1994 +0000
|
| Initial revision
|
| src/s/dgux5-4R2.h | 46 +++++++++++++++++++++++++++++++++++++++++
| src/s/dgux5-4R3.h | 59
+++++++++++++++++++++++++++++++++++++++++++++++++++++
| 2 files changed, 105 insertions(+), 0 deletions(-)
`----
My Git Mirror:
,----
| commit 52a945a9afc999d033548bcdc80f7105075ee5f6
| Author: Paul Reilly <address@hidden>
| Date: Sat Apr 30 23:08:15 1994 +0000
|
| Initial revision
|
| src/s/dgux5-4R3.h | 59
+++++++++++++++++++++++++++++++++++++++++++++++++++++
| 1 files changed, 59 insertions(+), 0 deletions(-)
`----
- Re: Git mirrors, (continued)
- Re: Git mirrors, John Wiegley, 2011/10/07
- Re: Git mirrors, Stephen J. Turnbull, 2011/10/07
- Re: Git mirrors, Andreas Schwab, 2011/10/07
- Re: Git mirrors, John Wiegley, 2011/10/07
- Re: Git mirrors, Lars Magne Ingebrigtsen, 2011/10/07
- Re: Git mirrors, Thierry Volpiatto, 2011/10/07
- Re: Git mirrors, Stephen J. Turnbull, 2011/10/07
- Re: Git mirrors, John Wiegley, 2011/10/07
- Re: Git mirrors, Andreas Schwab, 2011/10/07
- Re: Git mirrors, John Wiegley, 2011/10/07
- Re: Git mirrors,
John Wiegley <=
- Re: Git mirrors, Paul Michael Reilly, 2011/10/07
- Re: Git mirrors, Stephen J. Turnbull, 2011/10/07
Re: Git mirrors, Leo, 2011/10/06