Skip to content

Commit 96e21f0

Browse files
committed
apply
1 parent 9e67138 commit 96e21f0

12 files changed

+4
-12
lines changed

Diff for: doc/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ Indices and tables
2121
* :ref:`genindex`
2222
* :ref:`modindex`
2323
* :ref:`search`
24-

Diff for: doc/source/intro.rst

-1
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,3 @@ License Information
122122
===================
123123
GitPython is licensed under the New BSD License. See the LICENSE file for
124124
more information.
125-

Diff for: doc/source/roadmap.rst

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ The full list of milestones including associated tasks can be found on GitHub:
66
https://github.com/gitpython-developers/GitPython/issues
77

88
Select the respective milestone to filter the list of issues accordingly.
9-

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,4 +43,3 @@
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,4 +48,3 @@ 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,4 +5,3 @@ 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,4 +5,3 @@ 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,4 +4,3 @@ 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)