|
From: | Paul Michael Reilly |
Subject: | Re: Git mirrors |
Date: | Fri, 7 Oct 2011 06:14:30 -0400 |
>>>>> Andreas Schwab <address@hidden> writes:I found the divergence, and something is wrong with my git-bzr.
> 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.
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(-)
`----
[Prev in Thread] | Current Thread | [Next in Thread] |