Skip to content

Instantly share code, notes, and snippets.

@kmayer
Created November 27, 2013 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmayer/7680218 to your computer and use it in GitHub Desktop.
Save kmayer/7680218 to your computer and use it in GitHub Desktop.
chef recipe to turn off ctime trust
# http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
execute "mistrust ctime" do
command "git config --global core.trustctime #{node['git']['trustctime'].to_s }"
user node['current_user']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment