Color output #4

Merged
Sven merged 8 commits from colors into main 2022-05-29 07:31:37 +00:00
Showing only changes of commit 77bab64a12 - Show all commits

View file

@ -95,6 +95,8 @@ class FormatStaged
end
def patch_working_file(file, new_hash)
info "Updating working copy"
patch = get_output 'git', 'diff', file.dst_hash, new_hash, lines: false, silent: true
patch.gsub! "a/#{file.dst_hash}", "a/#{file.src_path}"
patch.gsub! "b/#{new_hash}", "b/#{file.src_path}"