Skip to content

Commit b13cc44

Browse files
Merge branch 'master' of github.com:so-fancy/diff-so-fancy
2 parents c0099d9 + 05e2a1a commit b13cc44

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

hacking-and-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ You can lint your scripts via shellcheck, our CI bots will also check.
3333

3434
```sh
3535
brew install shellcheck
36-
shellcheck diff-so-fancy update-deps.sh
36+
shellcheck *.sh

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff-so-fancy",
3-
"version": "1.2.5",
3+
"version": "1.2.7",
44
"description": "Good-lookin' diffs with diff-highlight and more",
55
"bin": {
66
"diff-so-fancy": "diff-so-fancy"

pro-tips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can do also do a one-off or a specific `diff-so-fancy` alias:
77
git diff --color | diff-so-fancy
88

99
git config --global alias.dsf '!f() { [ -z "$GIT_PREFIX" ] || cd "$GIT_PREFIX" '\
10-
'&& git diff --color "$@" | diff-so-fancy | less --tabs=4 -RFX; }; f'
10+
'&& git diff --color "$@" | diff-so-fancy | less --tabs=4 -RFXS; }; f'
1111
```
1212

1313
#### Opting-out
@@ -34,7 +34,7 @@ You can pre-seed your `less` pager with a search pattern, so you can move
3434
between files with `n`/`N` keys:
3535
```ini
3636
[pager]
37-
diff = diff-so-fancy | less --tabs=4 -RFX --pattern '^(Date|added|deleted|modified): '
37+
diff = diff-so-fancy | less --tabs=4 -RFXS --pattern '^(Date|added|deleted|modified): '
3838
```
3939

4040
#### Zsh plugin providing diff-so-fancy

0 commit comments

Comments
 (0)