diff --git a/Library/Homebrew/cmd/update.rb b/Library/Homebrew/cmd/update.rb index e6284b8a17..709e138ba9 100644 --- a/Library/Homebrew/cmd/update.rb +++ b/Library/Homebrew/cmd/update.rb @@ -123,7 +123,7 @@ class Updater end # Matches raw git diff format (see `man git-diff-tree`) - DIFFTREE_RX = /^:[0-7]{6} [0-7]{6} [0-9a-fA-F]{40} [0-9a-fA-F]{40} ([ACDMR])\d{0,3}\t(.+?)(?:\t(.+))?$/ + DIFFTREE_RX = /^:[0-7]{6} [0-7]{6} [0-9a-fA-F]{40} [0-9a-fA-F]{40} ([ACDMRT])\d{0,3}\t(.+?)(?:\t(.+))?$/ def report map = Hash.new{ |h,k| h[k] = [] }