summaryrefslogtreecommitdiff
path: root/lib/git/repo.py
Commit message (Expand)AuthorAgeFilesLines
* Many small doc changes pulled in from the 0.1.7RC branch.0.1.7Michael Trier2010-03-201-3/+3
* Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian ...Michael Trier2010-03-031-14/+14
* Fixed repo.alternates implementation which didn't work in the 'real' world wi...Sebastian Thiel2009-10-211-9/+13
* improved repo documentationSebastian Thiel2009-10-081-29/+51
* Lots of spring cleaning and added in Sphinx documentation.Michael Trier2009-01-241-1/+1
* Corrected a problem with commits_between returning None.Michael Trier2009-01-241-2/+2
* Fixed the gzip archive creation using python gzip moduleEric Jonas2009-01-241-1/+8
* Corrected conflict with pep8 changes from apollo13.Michael Trier2008-12-151-9/+9
|\
| * pep008!Florian Apolloner2008-12-151-8/+8
* | add a path parameter to most commit methodsPaul Sowden2008-12-151-10/+25
* | remove ambiguity between paths and treeishsPaul Sowden2008-12-151-6/+5
|/
* Replace GitPython with git in repr() outputs.Steve Frécinaux2008-09-171-16/+16
* 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
* | 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
* | Initialize trees completely in tree.__bake__().Steve Frécinaux2008-09-051-5/+3
|/
* Fix unneeded dict unpacking.Steve Frécinaux2008-09-051-2/+2
* 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
|/
* Fix use of bare repositories.Jelmer Vernooij2008-07-281-1/+2
* Added license information to all files.Michael Trier2008-07-161-0/+6
* fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a...Florian Apolloner2008-06-251-27/+29
* added os.path.expanduser to the repo initializationFlorian Apolloner2008-06-211-0/+1
* cmd: better support for bare repositoriesDavid Aguilar2008-06-151-1/+1
* 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-121-6/+6
* stupid typo *grr*Florian Apolloner2008-06-111-2/+2
* removed to much :þFlorian Apolloner2008-06-111-0/+4
* fixed init_bareFlorian Apolloner2008-06-111-10/+1
* renamed gitter to cmd since that makes more sense. Fixed up changes doc.Michael Trier2008-05-311-1/+1
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...Michael Trier2008-05-301-0/+435