From a1ed7063288ecccd5056311caf65974988fd3195 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 8 Feb 2012 18:17:13 -0800 Subject: [PATCH] Added: sort git-effort(1) results. Closes #73 --- bin/git-effort | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-effort b/bin/git-effort index cb3e31e..80b3bd2 100755 --- a/bin/git-effort +++ b/bin/git-effort @@ -102,7 +102,7 @@ echo # loop files -effort $files +effort $files | sort -rn -k 2 echo show_cursor \ No newline at end of file