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
/
lib
/
git
/
repo.py
Age
Commit message (
Expand
)
Author
2009-10-15
All times are not stored as time_struct, but as simple int to consume less me...
Sebastian Thiel
2009-10-15
test_performance: module containing benchmarks to get an idea of the achieved...
Sebastian Thiel
2009-10-14
tree: now reads tress directly by parsing the binary data, allowing it to saf...
Sebastian Thiel
2009-10-14
cmd: added option to return the process directly, allowing to read the output...
Sebastian Thiel
2009-10-13
renamed find_all to list_all, changed commit to use iterable interface in pre...
Sebastian Thiel
2009-10-12
tree: now behaves like a list with string indexing functionality - using a di...
Sebastian Thiel
2009-10-12
repo.active_branch now returns a Head object, not a string
Sebastian Thiel
2009-10-12
renamed from_string and list_from_string to _from_string and _list_from_strin...
Sebastian Thiel
2009-10-12
Reorganized package structure and cleaned up imports
Sebastian Thiel
2009-10-11
converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...
Sebastian Thiel
2009-10-09
finished cleaning usage of regular expressions - they are now precompiled
Sebastian Thiel
2009-10-08
improved repo documentation
Sebastian Thiel
2009-01-24
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2009-01-24
Corrected a problem with commits_between returning None.
Michael Trier
2009-01-24
Fixed the gzip archive creation using python gzip module
Eric Jonas
2008-12-15
Corrected conflict with pep8 changes from apollo13.
Michael Trier
2008-12-15
pep008!
Florian Apolloner
2008-12-15
add a path parameter to most commit methods
Paul Sowden
2008-12-15
remove ambiguity between paths and treeishs
Paul Sowden
2008-09-17
Replace GitPython with git in repr() outputs.
Steve Frécinaux
2008-09-14
Merge branch 'master' of git://gitorious.org/git-python/dokais-clone
Michael Trier
2008-09-12
Added a read-only Repo.active_branch property which returns the name of the c...
Kai Lautaportti
2008-09-12
Cosmetic fixes to be consistent with the overall coding style.
Kai Lautaportti
2008-09-12
Added a read-only property Repo.is_dirty which reflects the status of the
Kai Lautaportti
2008-09-07
Allow modifying the project description
Steve Frécinaux
2008-09-07
Make daemon export a property of git.Repo
Steve Frécinaux
2008-09-05
Initialize trees completely in tree.__bake__().
Steve Frécinaux
2008-09-05
Fix unneeded dict unpacking.
Steve Frécinaux
2008-08-21
Merge branch 'master' of git@gitorious.org:git-python/mainline
Florian Apolloner
2008-08-21
fixed unneeded list unpacking
Florian Apolloner
2008-08-18
fixed it so init actually creates a bare repo. Thank you Daniel Watkins.
Michael Trier
2008-07-28
Fix use of bare repositories.
Jelmer Vernooij
2008-07-16
Added license information to all files.
Michael Trier
2008-06-25
fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a...
Florian Apolloner
2008-06-21
added os.path.expanduser to the repo initialization
Florian Apolloner
2008-06-15
cmd: better support for bare repositories
David Aguilar
2008-06-12
repo: these changes make Govind's latest changes pass the test cases
David Aguilar
2008-06-12
Determine git_dir and git_work_tree in python.
Govind Salinas
2008-06-11
stupid typo *grr*
Florian Apolloner
2008-06-11
removed to much :þ
Florian Apolloner
2008-06-11
fixed init_bare
Florian Apolloner
2008-05-31
renamed gitter to cmd since that makes more sense. Fixed up changes doc.
Michael Trier
2008-05-30
renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...
Michael Trier