Trees | Indices | Help |
|
---|
|
object --+ | GitModifier
Stores authorship/committer information
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
dict
|
|
||
dict
|
|
||
|
|||
|
|||
Inherited from |
|
|||
|
|
|||
date Return date as a git raw date |
|||
datetime Return the date as datetime object |
|||
tz_offset Return the date's UTC offset |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Get env vars for authorship information >>> g = GitModifier("Joey Ramone", "joey@example.com") >>> g.get_author_env()['GIT_AUTHOR_EMAIL'] 'joey@example.com' >>> g.get_author_env()['GIT_AUTHOR_NAME'] 'Joey Ramone'
|
Get env vars for committer information >>> g = GitModifier("Joey Ramone", "joey@example.com") >>> g.get_committer_env()['GIT_COMMITTER_EMAIL'] 'joey@example.com' >>> g.get_committer_env()['GIT_COMMITTER_NAME'] 'Joey Ramone'
|
|
dateReturn date as a git raw date |
datetimeReturn the date as datetime object
|
tz_offsetReturn the date's UTC offset
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 9 23:19:25 2015 | http://epydoc.sourceforge.net |