Home | History | Annotate | Download | only in tools

Lines Matching full:diff

14   -n, --dry-run  Shows a diff of the changes to be made.
70 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3
93 ORIG_DIFF=orig.diff.$$
94 MODIFIED_DIFF=modified.diff.$$
95 FINAL_DIFF=final.diff.$$
110 if ! git diff --quiet HEAD; then
118 # Collect the original diff
121 # Apply the style guide on new and modified files and collect its diff
122 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM \
130 git diff --no-color --no-ext-diff > "${MODIFIED_DIFF}"
153 if ! git diff --quiet; then
156 git diff --stat