Skip to content

Commit

Permalink
KristianRosenvold: Added a small script that fixes up git file change…
Browse files Browse the repository at this point in the history
…d status after a build

I am hoping jarib will add something like this to CFB;

if (exists ~/.git){
   ./git-fixup
}

When the build is about to complete. Sorry about the notation ;)

r13801
  • Loading branch information
krosenvold committed Sep 9, 2011
1 parent 878f9ad commit becee48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .git-fixfiles
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git update-index --assume-unchanged cpp/prebuilt/**/*.so

0 comments on commit becee48

Please sign in to comment.