Skip to content

Release 0.1.12 - Force reinit submodules

Compare
Choose a tag to compare
@sshane sshane released this 22 Oct 08:41
· 20 commits to master since this release
4e2fa49
  • Force reinitializes when submodules detected on the branch we're switching to
    • Fixes openpilot not starting when switching away and back to a branch with submodule
  • Show what git is doing when switching branches (make checkout verbose)
  • Speed up switching by ~300ms by only pruning once every 24 hrs.
  • Add --force flag to switch command, same as git checkout -f
  • Fix shutdown command happily taking any argument without error, defaulting to shutdown when not -r
  • Add x emoji (❌) prepended to all errors using error function, makes errors stand out more.