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

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