Skip to content

Add checkout_all_by_date.sh utility script

Elena Zhivun requested to merge checkout_by_date into master

The script allows to roll each repository to the earliest commit before a specified date. This can be useful for recompiling the software for an older (and no longer compatible) version of the firmware. Even if no separate branch or tag existed for it, the build date of the firmware is known, and that date the software was still compatible.

Merge request reports