index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Age
Commit message (
Expand
)
Author
2010-07-09
bumped verison to 0.3.0 beta2
0.3.0-beta2
Sebastian Thiel
2010-07-02
Fixed broken 0.2 documentation, it didn't contain the API reference previousl...
Sebastian Thiel
2010-07-01
Added doc-index, which helps to keep documentation of prior but still somewha...
Sebastian Thiel
2010-07-01
Moved all source files into the source folder, separating the build from the ...
Sebastian Thiel
2010-07-01
Added further information about the required submodules, and how to install t...
Sebastian Thiel
2010-06-29
Added whatsnew and put it into the index
Sebastian Thiel
2010-06-29
revised tutorial to match the changed usage, added basic information about ob...
Sebastian Thiel
2010-06-29
Updated and fixed sphinx API docs, which included one quick skim-through
Sebastian Thiel
2010-05-26
index: index-add fixed to always append a newline after each item. In git has...
Sebastian Thiel
2010-05-10
repo: added test with some basic assertions for empty repositories these
Sebastian Thiel
2010-05-06
docs: removed >>> in front of examples to make copy-pasting easier
Sebastian Thiel
2010-05-06
README: Added mailing list and issue tracker information
Sebastian Thiel
2010-05-04
TODO: Removed all entries but left a mesage about where to find the issuee on...
Sebastian Thiel
2010-04-14
conf.py: Adjusted version to match with the actual version
Sebastian Thiel
2010-03-23
roadmap added to docs to give an idea of tasks still to be done, especially i...
Sebastian Thiel
2010-03-02
Small improvements to the tutorial prior to tagging 0.2rc1
Sebastian Thiel
2009-12-30
tree: implemented recursive paths in __div__ and __getitem__ method, allowing...
Sebastian Thiel
2009-11-20
index.add: added progress function support and made sure progress is sent jus...
Sebastian Thiel
2009-11-04
head.checkout method added including test
Sebastian Thiel
2009-11-04
Converted tabs to spaces.
Sebastian Thiel
2009-11-04
added paragraph about the diffing engine and how to switch branches, which on...
Sebastian Thiel
2009-11-04
Added Index Object paragraph and wrote the Remote Handling paragraph. Updated...
Sebastian Thiel
2009-11-04
added paragraph about using the git-python command
Sebastian Thiel
2009-11-04
Worked on the tree object handling and realized an issue with attribute namin...
Sebastian Thiel
2009-11-04
initial work on tutorial.rst
Sebastian Thiel
2009-11-04
added all new files to reference.rst and corrected the worst mistakes. There ...
Sebastian Thiel
2009-01-24
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2008-12-20
Corrections to the tutorial to account for the change of Tree to a dictionary...
Michael Trier
2008-12-15
Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul.
Michael Trier
2008-09-17
Replace GitPython with git in repr() outputs.
Steve Frécinaux
2008-09-08
Update tutorial to demonstrate dict-like tree objects.
Steve Frécinaux
2008-07-17
Removed method_missing since it was only used in one place.
Michael Trier
2008-05-31
Removed tutorial from README and added it into new doc section.
Michael Trier