summaryrefslogtreecommitdiff
path: root/lib/git
Commit message (Expand)AuthorAgeFilesLines
* fixed git.Tree.__len__ argumentsk00012008-12-151-1/+1
* Replace GitPython with git in repr() outputs.Steve Frécinaux2008-09-177-41/+41
* Merge branch 'master' of git://gitorious.org/git-python/dokais-cloneMichael Trier2008-09-141-0/+31
|\
| * Added a read-only Repo.active_branch property which returns the name of the c...Kai Lautaportti2008-09-121-0/+14
| * Cosmetic fixes to be consistent with the overall coding style.Kai Lautaportti2008-09-121-4/+5
| * Added a read-only property Repo.is_dirty which reflects the status of theKai Lautaportti2008-09-121-0/+16
* | Merge branch 'master' of git://gitorious.org/git-python/nudMichael Trier2008-09-144-96/+108
|\ \ | |/ |/|
| * Allow modifying the project descriptionSteve Frécinaux2008-09-071-14/+13
| * Make daemon export a property of git.RepoSteve Frécinaux2008-09-071-19/+16
| * Do not use **kwargs for constructors.Steve Frécinaux2008-09-063-33/+35
| * Make Tree.content_from_string a static method.Steve Frécinaux2008-09-061-1/+2
| * Implement dict protocol for trees.Steve Frécinaux2008-09-061-5/+31
| * Initialize trees completely in tree.__bake__().Steve Frécinaux2008-09-052-21/+9
| * Use a dictionnary for tree contentsSteve Frécinaux2008-09-051-6/+5
* | Merge branch 'master' of git://gitorious.org/git-python/nudFlorian Apolloner2008-09-057-25/+25
|\ \ | |/
| * Fix unneeded dict unpacking.Steve Frécinaux2008-09-057-25/+25
* | commit: handle --bisect-all output in Commit.list_from_stringDavid Aguilar2008-09-021-4/+4
|/
* Merge branch 'master' of git@gitorious.org:git-python/mainlineFlorian Apolloner2008-08-211-1/+1
|\
| * fixed it so init actually creates a bare repo. Thank you Daniel Watkins.Michael Trier2008-08-181-1/+1
* | fixed unneeded list unpackingFlorian Apolloner2008-08-211-3/+3
|/
* use shell=True in windows (git.exe needs to be on %PATH%)Florian Apolloner2008-08-111-3/+8
* Fix use of bare repositories.Jelmer Vernooij2008-07-281-1/+2
* Remove debug statement.Jelmer Vernooij2008-07-281-1/+0
* Avoid stripping newlines in blob data.Jelmer Vernooij2008-07-281-1/+1
* Removed method_missing since it was only used in one place.Michael Trier2008-07-172-29/+7
* fixed a silly typoFlorian Apolloner2008-07-171-1/+1
* Added license information to all files.Michael Trier2008-07-1615-1/+93
* fixed http://groups.google.com/group/git-python/browse_thread/thread/62b972d2...0.1.4-preFlorian Apolloner2008-07-081-5/+9
* fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a...Florian Apolloner2008-06-254-90/+52
* added os.path.expanduser to the repo initializationFlorian Apolloner2008-06-211-0/+1
* continued yesterdays work on the execute stuffFlorian Apolloner2008-06-211-24/+16
* made with_exceptions=True default (don't look before you leak ;)) and removed...Florian Apolloner2008-06-202-34/+33
* Merge branch 'master' of git://gitorious.org/git-python/david into bisectFlorian Apolloner2008-06-202-40/+93
|\
| * cmd: rename with_keep_cwd to keep_cwdDavid Aguilar2008-06-151-7/+9
| * Merge commit 'sverre/master' into davidDavid Aguilar2008-06-151-2/+23
| |\
| | * Added a with_keep_cwd optionSverre Rabbelier2008-06-131-1/+13
| | * Improved the GIT_PYTHON_TRACE=full output formatSverre Rabbelier2008-06-131-1/+10
| * | cmd: better support for bare repositoriesDavid Aguilar2008-06-152-3/+6
| * | cmd: properly handle cwd for repos with work treesDavid Aguilar2008-06-121-1/+4
| * | repo: these changes make Govind's latest changes pass the test casesDavid Aguilar2008-06-121-1/+6
| * | Determine git_dir and git_work_tree in python.Govind Salinas2008-06-122-37/+56
| |/
* | fixed second problem in http://groups.google.com/group/git-python/browse_thre...Florian Apolloner2008-06-201-1/+3
|/
* stupid typo *grr*Florian Apolloner2008-06-111-2/+2
* removed to much :þFlorian Apolloner2008-06-111-0/+4
* added support for GIT_PYTHON_TRACE=='full', thx to SRabbelier for the suggestionFlorian Apolloner2008-06-111-2/+5
* fixed init_bareFlorian Apolloner2008-06-111-10/+1
* Merge branch 'master' of git://gitorious.org/git-python/mainlineFlorian Apolloner2008-06-072-13/+10
|\
| * changed svn to git. This makes more sense. I tried trunk, master, edge.Michael Trier2008-06-021-1/+1
| * Git: guard against passing False to git commandsDavid Aguilar2008-06-011-2/+2
| * style: follow PEP 8 in git/cmd.pyDavid Aguilar2008-06-011-9/+9