Skip to content

Instantly share code, notes, and snippets.

@nbarthelemy
Created March 23, 2009 05:19
Show Gist options
  • Save nbarthelemy/83433 to your computer and use it in GitHub Desktop.
Save nbarthelemy/83433 to your computer and use it in GitHub Desktop.
.git/hooks/pre-commit 2>&1 | sed '/^\*/d' | sed 's/:.*//' | uniq
for FILE in `.git/hooks/pre-commit 2>&1 | sed '/^\*/d' | sed 's/:.*//' | uniq` ; do sed -ie 's/[[:space:]]*$//' $FILE ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment