Skip to content

Commit 366a607

Browse files
committed
exclude: test/fixtures/
1 parent 96e21f0 commit 366a607

10 files changed

+10
-4
lines changed

Diff for: .pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ repos:
1919
rev: v4.5.0
2020
hooks:
2121
- id: end-of-file-fixer
22+
exclude: test/fixtures/
2223
- id: check-toml
2324
- id: check-yaml
2425
- id: check-merge-conflict

Diff for: test/fixtures/.gitconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[alias]
22
rbi = "!g() { git rebase -i origin/${1:-master} ; } ; g"
3-
expush = "!f() { git branch -f tmp ; { git rbi $1 && git push ; } ; git reset --hard tmp ; git rebase origin/${1:-master}; } ; f"
3+
expush = "!f() { git branch -f tmp ; { git rbi $1 && git push ; } ; git reset --hard tmp ; git rebase origin/${1:-master}; } ; f"

Diff for: test/fixtures/blame

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ b6e1b765e0c15586a2c5b9832854f95defd71e1f 23 23
128128
634396b2f541a9f2d58b00be1a07f0c358b999b3 11 24 2
129129
VERSION = '1.0.0'
130130
634396b2f541a9f2d58b00be1a07f0c358b999b3 12 25
131-
end
131+
end

Diff for: test/fixtures/cat_file_blob

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Hello world
1+
Hello world

Diff for: test/fixtures/git_config

+1
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@
4343
# inclusions should be processed immediately
4444
[sec]
4545
var1 = value1_main
46+

Diff for: test/fixtures/git_config_with_empty_value

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[color]
22
ui
33
[core]
4-
filemode = true
4+
filemode = true

Diff for: test/fixtures/rev_list_bisect_all

+1
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ committer David Aguilar <[email protected]> 1220418344 -0700
4848
This resolves the issue mentioned in that thread.
4949

5050
Signed-off-by: David Aguilar <[email protected]>
51+

Diff for: test/fixtures/rev_list_commit_diffs

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ author Tom Preston-Werner <[email protected]> 1193200199 -0700
55
committer Tom Preston-Werner <[email protected]> 1193200199 -0700
66

77
fix some initialization warnings
8+

Diff for: test/fixtures/rev_list_commit_idabbrev

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ author tom <tom@taco.(none)> 1195608462 -0800
55
committer tom <tom@taco.(none)> 1195608462 -0800
66

77
fix tests on other machines
8+

Diff for: test/fixtures/rev_list_commit_stats

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ author Tom Preston-Werner <[email protected]> 1191997100 -0700
44
committer Tom Preston-Werner <[email protected]> 1191997100 -0700
55

66
initial grit setup
7+

0 commit comments

Comments
 (0)