aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2013-11-14 09:52:33 -0600
committerJack Nagel2013-11-14 09:52:33 -0600
commitf42c7f1cc3a25c987711cd1130b25a39e20245cb (patch)
tree1cac485f694a7b65f934ae46195f54f8c628fa6b /Library/Homebrew/cmd
parent6163c2a98e1be2a722627b05e933eb61d1f6c933 (diff)
downloadbrew-f42c7f1cc3a25c987711cd1130b25a39e20245cb.tar.bz2
update: add remaining status indicators to diff-tree regexp
As I understand it, we should never encounter these, but...
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/update.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update.rb b/Library/Homebrew/cmd/update.rb
index 6e340e3c4..68298fd52 100644
--- a/Library/Homebrew/cmd/update.rb
+++ b/Library/Homebrew/cmd/update.rb
@@ -125,7 +125,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} ([ACDMRT])\d{0,3}\t(.+?)(?:\t(.+))?$/
+ DIFFTREE_RX = /^:[0-7]{6} [0-7]{6} [0-9a-fA-F]{40} [0-9a-fA-F]{40} ([ACDMRTUX])\d{0,3}\t(.+?)(?:\t(.+))?$/
def report
map = Hash.new{ |h,k| h[k] = [] }