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
/
TODO
Age
Commit message (
Expand
)
Author
2009-10-23
index.remove implemented including throrough test
Sebastian Thiel
2009-10-23
Added frame for IndexFile add/remove/commit methods and respective test markers
Sebastian Thiel
2009-10-23
Added repo.index property including simple test, and additional ideas in the ...
Sebastian Thiel
2009-10-23
SymbolicReferences can now change they references safely as I think and well ...
Sebastian Thiel
2009-10-22
Adjusted tests to deal with API changes
Sebastian Thiel
2009-10-22
Added SymbolicReference and HEAD type to better represent these special types...
Sebastian Thiel
2009-10-22
Index: Is now diffable and appears to properly implement diffing against othe...
Sebastian Thiel
2009-10-22
Added reset method to Head - its a class method due to the very general natur...
Sebastian Thiel
2009-10-22
Merge branch 'index' into improvements
Sebastian Thiel
2009-10-22
added Object.data_stream property allowing to stream object data directly.Con...
Sebastian Thiel
2009-10-21
index: Added write_tree method including test
Sebastian Thiel
2009-10-21
remote: Added fetch, pull, push methods to the interface to make these operat...
Sebastian Thiel
2009-10-21
Improved testing of index against trees, tests succeed with next commit
Sebastian Thiel
2009-10-21
repo.is_dirty: fixed incorrect check of a dirty working tree, previously it w...
Sebastian Thiel
2009-10-20
Improved tuple access of EntryIndex class including test, stage and type acce...
Sebastian Thiel
2009-10-20
Added frame for index implementation and testing
Sebastian Thiel
2009-10-20
repo.alternates test cheked for correctness and bugfixed - totally mocked tes...
Sebastian Thiel
2009-10-20
Added slots to Repo type to be sure we do not accidentally set values on it, ...
Sebastian Thiel
2009-10-20
Fixed bare repository handling - bare is now a property to prevent writing it
Sebastian Thiel
2009-10-20
Moved specialized methods like dashify, touch and is_git_dir to module to the...
Sebastian Thiel
2009-10-20
Improved is_dirty including test
Sebastian Thiel
2009-10-19
Implemneted IterableLists for refs, commits and remote objects including simp...
Sebastian Thiel
2009-10-19
Added TODO file to keep track of tasks and in case someone wants to help here...
Sebastian Thiel