aboutsummaryrefslogtreecommitdiff
path: root/lib/git
AgeCommit message (Expand)Author
2009-10-12repo.active_branch now returns a Head object, not a stringSebastian Thiel
2009-10-12IndexObjects are now checking their slots to raise a proper error message in ...Sebastian Thiel
2009-10-12refs now take repo as first argument and derive from LazyMixin to allow them ...Sebastian Thiel
2009-10-12renamed from_string and list_from_string to _from_string and _list_from_strin...Sebastian Thiel
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel
2009-10-11Added remaining tests for new base classes and removed some methods whose exi...Sebastian Thiel
2009-10-11Fixed remaining tests to deal with the changesSebastian Thiel
2009-10-11commit: fixed failing commit tests as the mocked git command would always ret...Sebastian Thiel
2009-10-11fixed issue in Ref.name implementation which would not handle components prop...Sebastian Thiel
2009-10-11lazymixin system now supports per-attribute baking, it is up to the class whe...Sebastian Thiel
2009-10-11put Tree and Blob onto a new base class suitable to deal with IndexObjectsSebastian Thiel
2009-10-11blob tests fixed to deal with changes to the Blob typeSebastian Thiel
2009-10-11converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel
2009-10-11Re-designed the tag testing - it does not use fixtures anymore but dyamically...Sebastian Thiel
2009-10-11Intermediate commit: commit,tree and blob objects now derive from object - te...Sebastian Thiel
2009-10-09Renamed lazy.py to base.py to have a file for base classes - lazy not yet cha...Sebastian Thiel
2009-10-09finished cleaning usage of regular expressions - they are now precompiledSebastian Thiel
2009-10-09diff regex are now precompiled on class level, renamed a|b_blob to a|b_blob_i...Sebastian Thiel
2009-10-09deriving NoSuchPathError from OSError as it relates to it very wellSebastian Thiel
2009-10-09Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it...Sebastian Thiel
2009-10-08Commit._actor method made protected as it is only used by the Commit class an...Sebastian Thiel
2009-10-08Merge branch 'doc_enhancements' into fixesSebastian Thiel
2009-10-08improved repo documentationSebastian Thiel
2009-10-08Improved head and tag object documentation slightlySebastian Thiel
2009-10-08Added docs for the error moduleSebastian Thiel
2009-10-08Fixed Diff class which used Commits instead of Blobs - as Blobs contain the p...Sebastian Thiel
2009-10-08Added missing information to docstrings of commit and stats moduleSebastian Thiel
2009-10-08improved git.cmd documentationSebastian Thiel
2009-10-08Improved documentation on Actor and BlobSebastian Thiel
2009-10-08git.git.Git.__init__ takes None as default argument as the execute method han...Sebastian Thiel
2009-10-08Fixed git.blob.Blob.blame function which would return the text-per-commit as ...Sebastian Thiel
2009-10-07Merge commit 'JonNordby/master' into integrationSebastian Thiel
2009-10-01fix some docsMartin Marcher
2009-10-01Merge commit 'refs/merge-requests/1108' of git://gitorious.org/git-python/mai...Martin Marcher
2009-09-22Don't remove blank lines in commit messagesKevin McConnell
2009-08-05Fix parsing for files with whitespaceJeremy Kerr
2009-06-28implemented equality operations on Commit objectsJon Nordby
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2009-01-24Corrected a problem with commits_between returning None.Michael Trier
2009-01-24Fixed the gzip archive creation using python gzip moduleEric Jonas
2008-12-16fixed Commit.stats retrieval for parentless commits in bare reposMichael Trier
2008-12-16Fixed a bug with branch names omitting path components.Michael Trier
2008-12-15Corrected conflict with pep8 changes from apollo13.Michael Trier
2008-12-15Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_toMichael Trier
2008-12-15pep008!Florian Apolloner
2008-12-15Make message the full message and add a summary propertyPaul Sowden
2008-12-15add support for parsing rename info to the diff parserPaul Sowden
2008-12-15implement a far far faster diff parserPaul Sowden
2008-12-15add a path parameter to most commit methodsPaul Sowden
2008-12-15remove ambiguity between paths and treeishsPaul Sowden