Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jcf/git-tmbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
James Conroy-Finn committed Apr 19, 2010
2 parents ed7bbc8 + ddb634d commit 6c8d3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Support/lib/parsers.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def parse_status_hash(input)
else
"?"
end
filename = $1.gsub(/(\\\d{3})+/) { $&.scan(/\d{3}/).map { |str| str.oct }.pack("c*") } if filename =~ /^"(.*)"$/
file_statuses[filename] ||= status
end

Expand Down

0 comments on commit 6c8d3e4

Please sign in to comment.