Skip to content
This repository was archived by the owner on Dec 6, 2020. It is now read-only.

Commit e855c0a

Browse files
author
Steven Penny
committed
Add git diff
This will be obvious to some, but "git diff" is the same as "diff -u". I did not have "diff" installed because I have git. However I was not sure the output was the same so I installed it to make sure. This change should clarify that for people who do not have "diff" installed.
1 parent b610146 commit e855c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diff-ignore-moved-lines.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#
1111
# EXAMPLES
1212
# diff -u ... | diff-ignore-moved-lines
13+
# git diff ... | diff-ignore-moved-lines
1314
# Remove lines from diff output.
1415
#
1516
# diff-ignore-moved-lines < file.diff

0 commit comments

Comments
 (0)