Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 366a607

Browse filesBrowse files
committed
exclude: test/fixtures/
1 parent 96e21f0 commit 366a607
Copy full SHA for 366a607

10 files changed

+10
-4
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+1Lines changed: 1 addition & 0 deletions
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

‎test/fixtures/.gitconfig

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
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"

‎test/fixtures/blame

Copy file name to clipboardExpand all lines: test/fixtures/blame
+1-1Lines changed: 1 addition & 1 deletion
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

‎test/fixtures/cat_file_blob

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Hello world
1+
Hello world

‎test/fixtures/git_config

Copy file name to clipboardExpand all lines: test/fixtures/git_config
+1Lines changed: 1 addition & 0 deletions
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+
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[color]
22
ui
33
[core]
4-
filemode = true
4+
filemode = true

‎test/fixtures/rev_list_bisect_all

Copy file name to clipboardExpand all lines: test/fixtures/rev_list_bisect_all
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ committer David Aguilar <davvid@gmail.com> 1220418344 -0700
4848
This resolves the issue mentioned in that thread.
4949

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

‎test/fixtures/rev_list_commit_diffs

Copy file name to clipboardExpand all lines: test/fixtures/rev_list_commit_diffs
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ author Tom Preston-Werner <tom@mojombo.com> 1193200199 -0700
55
committer Tom Preston-Werner <tom@mojombo.com> 1193200199 -0700
66

77
fix some initialization warnings
8+

‎test/fixtures/rev_list_commit_idabbrev

Copy file name to clipboardExpand all lines: test/fixtures/rev_list_commit_idabbrev
+1Lines changed: 1 addition & 0 deletions
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+

‎test/fixtures/rev_list_commit_stats

Copy file name to clipboardExpand all lines: test/fixtures/rev_list_commit_stats
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ author Tom Preston-Werner <tom@mojombo.com> 1191997100 -0700
44
committer Tom Preston-Werner <tom@mojombo.com> 1191997100 -0700
55

66
initial grit setup
7+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.