This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-diff: Add support for ignoreChangeWhitespace & ignoreWhitespace (#…
…100) * git-diff: Add support for ignoreChangeWhitespace & ignoreWhitespace
- Loading branch information
1 parent
eb2e292
commit d2cb646
Showing
13 changed files
with
172 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
first | ||
second | ||
third | ||
second | ||
third |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
bare = false | ||
logallrefupdates = true | ||
ignorecase = true | ||
precomposeunicode = false | ||
precomposeunicode = true |
Binary file not shown.
Binary file removed
BIN
-53 Bytes
spec/fixtures/whitespace.git/objects/32/7dcd4d73d1d555ed7c3339809aadc584b16e11
Binary file not shown.
Binary file added
BIN
+790 Bytes
spec/fixtures/whitespace.git/objects/5f/6a1c992cfafadd97053fae380aef21a964621a
Binary file not shown.
Binary file added
BIN
+53 Bytes
spec/fixtures/whitespace.git/objects/9e/9f22baaf485ce95df8de089024e5fa13bc7fb4
Binary file not shown.
Binary file removed
BIN
-134 Bytes
spec/fixtures/whitespace.git/objects/de/14a8e29deb59e93d6daa82b1c55413581017a1
Binary file not shown.
Binary file added
BIN
+37 Bytes
spec/fixtures/whitespace.git/objects/e2/81c6b8b1c5b44193540a0dc1ada9957d07677c
Binary file not shown.
Binary file removed
BIN
-35 Bytes
spec/fixtures/whitespace.git/objects/ff/6e6b1a505523bd4c9af36bd9d70d136872b225
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
de14a8e29deb59e93d6daa82b1c55413581017a1 | ||
5f6a1c992cfafadd97053fae380aef21a964621a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters