On Thu, Nov 24, 2016 at 11:48 AM, Daniel Vetter daniel.vetter@ffwll.ch wrote:
$ cd $DIM_PREFIX $ rm drm-intel-rerere drm-intel-nightly maintainer-tools -Rf
If you are using git worktree already (manually set up, dim only does this since today) then there's a bit more cleanup required:
$ cd $DIM_PREFIX/DIM_DRM_INTEL $ git worktree prune $ git branch -D drm-intel-nightly $ git branch -D rerere-cache
The last one is important since otherwise your rerere-cache points at the wrong remote - that also switched to drm-tip.git. -Daniel