From e3e2c8c14b861b4d4865a9574e812ef9f2609771 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 3 Mar 2010 23:46:23 -0500 Subject: Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian to the AUTHORS file. --- lib/git/tag.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/git/tag.py') diff --git a/lib/git/tag.py b/lib/git/tag.py index 8413ce73..8ec2f8ae 100644 --- a/lib/git/tag.py +++ b/lib/git/tag.py @@ -1,5 +1,5 @@ # tag.py -# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors +# Copyright (C) 2008-2010 Michael Trier (mtrier@gmail.com) and contributors # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php @@ -29,12 +29,12 @@ class Tag(object): is the Repo ``kwargs`` - Additional options given as keyword arguments, will be passed + Additional options given as keyword arguments, will be passed to git-for-each-ref Returns ``git.Tag[]`` - + List is sorted by committerdate """ options = {'sort': "committerdate", @@ -75,11 +75,11 @@ class Tag(object): is the formatted tag information Format:: - + name: [a-zA-Z_/]+ id: [0-9A-Fa-f]{40} - + Returns git.Tag """ -- cgit v1.2.3