Skip to content

Commit

Permalink
commenting out check-eol
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoziol committed Mar 4, 2017
1 parent b172d69 commit abd5d21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
check-whitespace = !git diff-tree --check $(git hash-object -t tree /dev/null) HEAD

# Check if any file in repo has windows line endings
check-eol = git grep -I --files-with-matches $'\r' HEAD
#Currently do not work as alias, works from comand line directly. There is a problem with \r
#check-eol = grep -I --files-with-matches --cached $'\r' HEAD

#Jira tickets (from: http://blogs.atlassian.com/2014/08/whats-new-git-2-1/)
issues = "!f() { : git log ; echo 'Printing issue keys'; git log --oneline $@ | egrep -o [A-Z]+-[0-9]+ | sort | uniq; }; f"
Expand Down

0 comments on commit abd5d21

Please sign in to comment.