Skip to content
Commit f4d43178 authored by Drew Parsons's avatar Drew Parsons
Browse files

remove cruft files not present in upstream git

remove all files to get a clean branch, then checkout each file
individually from the upstream tag:

  rm -r *

  git fetch origin +refs/tags/libXcursor-1.2.0:refs/tags/libXcursor-1.2.0

  for file in git diff --name-status | awk '/^[CDMRTUX]/ {print $2}';
    do git checkout refs/tags/libXcursor-1.2.0 $file;
  done
parent efd92bfc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment