Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Important: the eclipse/kura git repository history will be rewritten

Thanks for fixing this Cristiano, and sorry for the problems caused.

I have added a new PR https://github.com/eclipse/kura/pull/667

that fixes the files removed and a few additional changes. Hope all will be well now.

 

Regards,

Martin

 

From: kura-dev-bounces@xxxxxxxxxxx [mailto:kura-dev-bounces@xxxxxxxxxxx] On Behalf Of De Alti, Cristiano
Sent: Friday, 21 October, 2016 12:07
To: Kura Developers mailing list
Subject: Re: [kura-dev] Important: the eclipse/kura git repository history will be rewritten

 

Questo mittente non ha superato i nostri controlli per il rilevamento di frodi e potrebbe non essere chi sembra essere. Altre informazioni sullo spoofing

Commenti e suggerimenti

Hello,

  I've pushed the history rewrite to the develop branch.

Please make sure you understand the implications of this step [1].

 

The commands used to rewrite the history were:

 

$ git filter-branch --index-filter 'git rm --cached --ignore-unmatch \
./kura/distrib/src/main/resources/Win64-nn/Kura_x64.nsi \
./target-platform/org.eclipse.kura.windows.launcher/src/main/c/main.c \
./target-platform/org.eclipse.kura.windows.service/src/main/c/main.c \
./target-platform/org.eclipse.kura.windows.system/src/main/bin/Win32/x64/KuraNativeWin.dll \
./target-platform/org.eclipse.kura.windows.system/src/main/bin/Win32/x86/KuraNativeWin.dll \
./target-platform/org.eclipse.soda.dk.comm/src/main/c/Release/win32/x64/dkcomm.dll \
./target-platform/org.eclipse.kura.windows.launcher/src/main/bin/Win32/x64/KURALauncher.exe \
./target-platform/org.eclipse.kura.windows.launcher/src/main/bin/Win32/x86/KURALauncher.exe \
./target-platform/org.eclipse.kura.windows.service/src/main/bin/Win32/x64/KURAService.exe \
./target-platform/org.eclipse.kura.windows.service/src/main/bin/Win32/x86/KURAService.exe \
' develop

 

$ git push -f origin develop

 

Sorry for any inconvenience caused.

 

Ciao,

  Cristiano

 

[1] https://git-scm.com/book/en/v2/Git-Branching-Rebasing#The-Perils-of-Rebasing


Back to the top