Skip to content

Commit

Permalink
develop_git: set default diff.noprefix to true
Browse files Browse the repository at this point in the history
Facilitate submitting patches to Core.
  • Loading branch information
westonruter committed Mar 28, 2014
1 parent 2049cab commit d92aa76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/homebin/develop_git
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ cd /srv/www/wordpress-develop/
echo "Moving .git dir to /srv/www/wordpress-develop/"
mv /tmp/wp-git/.git .git
git config core.fileMode false
git config diff.noprefix true

echo "Done"

0 comments on commit d92aa76

Please sign in to comment.