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 96e21f0

Browse filesBrowse files
committed
apply
1 parent 9e67138 commit 96e21f0
Copy full SHA for 96e21f0

12 files changed

+4
-12
lines changed

‎doc/source/index.rst

Copy file name to clipboardExpand all lines: doc/source/index.rst
-1Lines changed: 0 additions & 1 deletion
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-

‎doc/source/intro.rst

Copy file name to clipboardExpand all lines: doc/source/intro.rst
-1Lines changed: 0 additions & 1 deletion
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-

‎doc/source/roadmap.rst

Copy file name to clipboardExpand all lines: doc/source/roadmap.rst
-1Lines changed: 0 additions & 1 deletion
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-

‎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: 0 additions & 1 deletion
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-
+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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ 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: 0 additions & 1 deletion
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-

‎test/fixtures/rev_list_commit_stats

Copy file name to clipboardExpand all lines: test/fixtures/rev_list_commit_stats
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ 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.