2018-01-24 05:22:35 -08:00
|
|
|
rem #
|
|
|
|
rem # see also ../../misc/git_cheat_sheet.txt
|
|
|
|
rem # both 'rusefi/ChibiOS/original' and 'rusefi/ChibiOS/rusefi' should have upstream branch changes merged at the same time
|
|
|
|
rem #
|
|
|
|
rem # comparing against rusEfi version of the unmodified in order to compare remote branches on the same timestamp
|
|
|
|
rem #
|
2018-01-23 08:08:37 -08:00
|
|
|
|
2018-01-24 05:22:35 -08:00
|
|
|
rem git clone -b stable_16.1.x https://github.com/rusefi/ChibiOS Chibios.16_original
|
|
|
|
rem git -C Chibios.16_original pull
|
|
|
|
rem git clone -b stable_rusefi https://github.com/rusefi/ChibiOS Chibios.16_rusefi
|
|
|
|
rem git -C Chibios.16_rusefi pull
|
|
|
|
rem diff -uwr Chibios.16_rusefi Chibios.16_original > rusefi_chibios_16.patch
|
|
|
|
rem diff -uwr Chibios.16_original Chibios.16_rusefi > chibios_rusefi_16.patch
|
2018-01-23 08:08:37 -08:00
|
|
|
|
2018-01-23 10:59:20 -08:00
|
|
|
|
2021-01-09 15:03:32 -08:00
|
|
|
git clone -b stable_17.6.x https://github.com/rusefi/ChibiOS Chibios.17_original
|
2018-01-23 10:59:20 -08:00
|
|
|
git -C Chibios.17_original pull
|
2021-01-09 15:03:32 -08:00
|
|
|
git clone -b stable_17.6.rusefi https://github.com/rusefi/ChibiOS Chibios.17_rusefi
|
2018-01-23 10:59:20 -08:00
|
|
|
git -C Chibios.17_rusefi pull
|
|
|
|
|
2021-01-09 15:03:32 -08:00
|
|
|
git clone -b stable_18.2.x https://github.com/rusefi/ChibiOS Chibios.18_original
|
|
|
|
git -C Chibios.18_original pull
|
|
|
|
git clone -b stable_18.2.rusefi https://github.com/rusefi/ChibiOS Chibios.18_rusefi
|
|
|
|
git -C Chibios.18_rusefi pull
|
|
|
|
|
|
|
|
git clone -b stable_20.3.x https://github.com/rusefi/ChibiOS Chibios.20_original
|
|
|
|
git -C Chibios.20_original pull
|
|
|
|
git clone -b stable_20.3.x.rusefi https://github.com/rusefi/ChibiOS Chibios.20_rusefi
|
|
|
|
git -C Chibios.20_rusefi pull
|
2018-01-23 10:59:20 -08:00
|
|
|
|
|
|
|
diff -uwr Chibios.17_original Chibios.17_rusefi > chibios_rusefi_17.patch
|
2021-01-09 15:03:32 -08:00
|
|
|
diff -uwr Chibios.18_original Chibios.18_rusefi > chibios_rusefi_18.patch
|
|
|
|
diff -uwr Chibios.20_original Chibios.20_rusefi > chibios_rusefi_20.patch
|
|
|
|
|