summaryrefslogtreecommitdiff
path: root/gbp/git/modifier.py
AgeCommit message (Collapse)Author
2014-05-16Fix comitter vs committer typosGuido Günther
Thanks: Sandro Tosi Closes: #748339
2013-06-06gitmodifier: make the datetime object always have timezoneMarkus Lehtonen
To be consistent with the date property and for easier compatibility with git dates. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2012-07-29GitModifier: use __getitem__ to fetch dateGuido Günther
instead of accessing __dict__ directly which only has _date.
2012-07-27GitModifier: More flexible date handlingGuido Günther
Allow to pass in the date as datetime object, timestamp or git raw date. and allow to retrieve these values. This make constructing GitModifiers from python simpler.
2012-03-15GitModifier: add __getitem__ and keys()Guido Günther
so it can be used as dictonary
2011-11-20Move GitModifier class to separate fileGuido Günther
and introduce a new base exception for Git related errors.