forked from libgit2/pygit2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the __authors__ var from py files
- Loading branch information
Showing
14 changed files
with
0 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (Dave Borowitz)' | ||
|
||
BLOB_SHA = 'af431f20fc541ed6d5afede3e2dc7160f6f01f16' | ||
BLOB_NEW_CONTENT = b'foo bar\n' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (Dave Borowitz)' | ||
|
||
COMMIT_SHA = '5fe808e8953c12735680c257f56600cb0de44b10' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (M. Lenders)' | ||
|
||
config_filename = "test_config" | ||
|
||
def foreach_test_wrapper(key, name, lst): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,6 @@ | |
|
||
from . import utils | ||
|
||
__author__ = '[email protected] (Nico von Geyso)' | ||
|
||
|
||
COMMIT_SHA1_1 = '5fe808e8953c12735680c257f56600cb0de44b10' | ||
COMMIT_SHA1_2 = 'c2792cfa289ae6321ecf2cd5806c2194b0fd070c' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,9 +36,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (J. David Ibáñez)' | ||
|
||
|
||
class IndexBareTest(utils.BareRepoTestCase): | ||
|
||
def test_bare(self): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (David Versmisse)' | ||
|
||
LAST_COMMIT = '2be5719152d4f82c7302b1c0932d8e5f0a4a0e98' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (Dave Borowitz)' | ||
|
||
HEAD_SHA = '5fe808e8953c12735680c257f56600cb0de44b10' | ||
A_HEX_SHA = 'af431f20fc541ed6d5afede3e2dc7160f6f01f16' | ||
A_BIN_SHA = binascii.unhexlify(A_HEX_SHA.encode('ascii')) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (J. David Ibáñez)' | ||
|
||
|
||
# In the order given by git log | ||
log = [ | ||
'2be5719152d4f82c7302b1c0932d8e5f0a4a0e98', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,6 @@ | |
from .utils import NoRepoTestCase | ||
|
||
|
||
__author__ = '[email protected] (J. David Ibáñez)' | ||
|
||
|
||
|
||
class SignatureTest(NoRepoTestCase): | ||
|
||
def test_default(self): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (Julien Miotte)' | ||
|
||
EXPECTED = { | ||
"current_file": pygit2.GIT_STATUS_CURRENT, | ||
"file_deleted": pygit2.GIT_STATUS_WT_DELETED, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (Dave Borowitz)' | ||
|
||
TAG_SHA = '3d2962987c695a29f1f80b6c3aa4ec046ef44369' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (Dave Borowitz)' | ||
|
||
TREE_SHA = '967fce8df97cc71722d3c2a5930ef3e6f1d27b12' | ||
SUBTREE_SHA = '614fd9a3094bf618ea938fffc00e7d1a54f89ad0' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,6 @@ | |
from . import utils | ||
|
||
|
||
__author__ = '[email protected] (Carlos Martín Nieto)' | ||
|
||
TREE_SHA = '967fce8df97cc71722d3c2a5930ef3e6f1d27b12' | ||
|
||
class TreeBuilderTest(utils.BareRepoTestCase): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,6 @@ | |
import pygit2 | ||
|
||
|
||
__author__ = '[email protected] (Dave Borowitz)' | ||
|
||
def force_rm_handle(remove_path, path, excinfo): | ||
os.chmod( | ||
path, | ||
|