Skip to content
Snippets Groups Projects
Commit fc1c3695 authored by Campbell Barton's avatar Campbell Barton
Browse files

uncrustify_clean: avoid git abbreviation

parent 76fcedc7
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ do
uncrustify -c $CFG --no-backup --replace "$fn"
cp "$fn" "$fn.NEW"
git co "$fn" 1> /dev/null
git checkout "$fn" 1> /dev/null
diff "$fn" "$fn.NEW" -u --ignore-trailing-space --ignore-blank-lines > "$fn.DIFF"
......@@ -24,4 +24,3 @@ do
rm "$fn.NEW"
rm "$fn.DIFF"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment