diff --git a/bin/git-big-file b/bin/git-big-file index b3613f8ef..26a4227c0 100755 --- a/bin/git-big-file +++ b/bin/git-big-file @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby -w +#!/usr/bin/env ruby # Author: Mislav Marohnić # https://github.com/mislav/dotfiles # diff --git a/bin/git-changes b/bin/git-changes index 172465ffe..7ce66cd12 100755 --- a/bin/git-changes +++ b/bin/git-changes @@ -2,4 +2,4 @@ # # https://github.com/cofi/dotfiles/blob/master/bin -git log --pretty=format:'%an <%ae>' $1 | sort | uniq -c +git log --pretty=format:'%an <%ae>' $1 | sort | uniq -c | sort -nr