From 5a2eae5d499462cd87b97bde51380a326576270e Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Sun, 20 Sep 2009 18:09:45 +0200 Subject: [PATCH] Only show the first 8 characters of the commit hashes. --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 909472d64f..00a7e4391c 100755 --- a/bin/brew +++ b/bin/brew @@ -154,7 +154,7 @@ begin unless updater.update_from_masterbrew! puts "Already up-to-date." else - puts "Updated Homebrew from #{old_revision} to #{updater.current_revision}." + puts "Updated Homebrew from #{old_revision[0,8]} to #{updater.current_revision[0,8]}." if updater.pending_formulae_changes? ohai "The following formulae were updated:" puts_columns updater.updated_formulae