Skip to content

Commit

Permalink
exclude: test/fixtures/
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 16, 2024
1 parent 96e21f0 commit 366a607
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ repos:
rev: v4.5.0
hooks:
- id: end-of-file-fixer
exclude: test/fixtures/
- id: check-toml
- id: check-yaml
- id: check-merge-conflict
2 changes: 1 addition & 1 deletion test/fixtures/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[alias]
rbi = "!g() { git rebase -i origin/${1:-master} ; } ; g"
expush = "!f() { git branch -f tmp ; { git rbi $1 && git push ; } ; git reset --hard tmp ; git rebase origin/${1:-master}; } ; f"
expush = "!f() { git branch -f tmp ; { git rbi $1 && git push ; } ; git reset --hard tmp ; git rebase origin/${1:-master}; } ; f"
2 changes: 1 addition & 1 deletion test/fixtures/blame
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ b6e1b765e0c15586a2c5b9832854f95defd71e1f 23 23
634396b2f541a9f2d58b00be1a07f0c358b999b3 11 24 2
VERSION = '1.0.0'
634396b2f541a9f2d58b00be1a07f0c358b999b3 12 25
end
end
2 changes: 1 addition & 1 deletion test/fixtures/cat_file_blob
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hello world
Hello world
1 change: 1 addition & 0 deletions test/fixtures/git_config
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
# inclusions should be processed immediately
[sec]
var1 = value1_main

2 changes: 1 addition & 1 deletion test/fixtures/git_config_with_empty_value
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[color]
ui
[core]
filemode = true
filemode = true
1 change: 1 addition & 0 deletions test/fixtures/rev_list_bisect_all
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ committer David Aguilar <davvid@gmail.com> 1220418344 -0700
This resolves the issue mentioned in that thread.

Signed-off-by: David Aguilar <davvid@gmail.com>

1 change: 1 addition & 0 deletions test/fixtures/rev_list_commit_diffs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ author Tom Preston-Werner <tom@mojombo.com> 1193200199 -0700
committer Tom Preston-Werner <tom@mojombo.com> 1193200199 -0700

fix some initialization warnings

1 change: 1 addition & 0 deletions test/fixtures/rev_list_commit_idabbrev
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ author tom <tom@taco.(none)> 1195608462 -0800
committer tom <tom@taco.(none)> 1195608462 -0800

fix tests on other machines

1 change: 1 addition & 0 deletions test/fixtures/rev_list_commit_stats
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ author Tom Preston-Werner <tom@mojombo.com> 1191997100 -0700
committer Tom Preston-Werner <tom@mojombo.com> 1191997100 -0700

initial grit setup

0 comments on commit 366a607

Please sign in to comment.