summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
* tutorial: Fixed incorrect initialization code for bare repo, thank you, ↵Sebastian Thiel2010-11-101-1/+1
| | | | Bryan Bishop
* docs: untracked_files is a property, but was used like a function, see ↵Sebastian Thiel2010-10-271-1/+1
| | | | http://groups.google.com/group/git-python/browse_thread/thread/84ed1835e26a5296?hl=en
* Added unicode handling for author names. They will now be properly encoded ↵Sebastian Thiel2010-10-151-0/+4
| | | | into the byte stream, as well as decoded from it
* Fixed the missing Repo type documentation thanks to a hint of gasche, fixed ↵Sebastian Thiel2010-07-141-3/+10
| | | | a few more resT syntax errors on the way
* bumped verison to 0.3.0 beta20.3.0-beta2Sebastian Thiel2010-07-093-2/+373
| | | | docs: added changelog, which moved from the CHANGES file into sphinx
* Moved all source files into the source folder, separating the build from the ↵Sebastian Thiel2010-07-017-0/+915
source directory