Skip to content

Commit

Permalink
Git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ery committed May 5, 2015
1 parent 0a0ba1e commit 0918115
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions script/git.sh
Expand Up @@ -103,12 +103,12 @@ function suitup-git-diff {
eval $1
}

run-command "git log HEAD -n 1" >> $output_file
run-command "git log $target -n 1" >> $output_file
run-command "git diff $target --detect-copies --shortstat" >> $output_file
run-command "git diff $target --detect-copies --stat" >> $output_file
run-command "git diff $target --detect-copies --name-status" >> $output_file
run-command "git diff $target --detect-copies" >> $output_file
run-command "git log HEAD -n 1" >> $output_file
run-command "git log $target -n 1" >> $output_file
run-command "git diff $target -C --shortstat" >> $output_file
run-command "git diff $target -C --stat" >> $output_file
run-command "git diff $target -C --name-status" >> $output_file
run-command "git diff $target -C" >> $output_file

echo "suitup-git-diff output: $output_file"

Expand Down

0 comments on commit 0918115

Please sign in to comment.