index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
repo.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added configuration access including tests to remote
Sebastian Thiel
2009-10-19
1
-1
/
+1
*
Added remote module and test cases - about to implement remote option handling
Sebastian Thiel
2009-10-19
1
-0
/
+8
*
Added frame for configuration reader involving a meta class, decorators and t...
Sebastian Thiel
2009-10-18
1
-1
/
+52
*
repo: fixed untracked files function which used git-commit before, it can ope...
Sebastian Thiel
2009-10-18
1
-1
/
+1
*
Fixed object bug that would cause object ids not to be resolved to sha's as t...
Sebastian Thiel
2009-10-16
1
-28
/
+10
*
repo.untracked_files added including test
Sebastian Thiel
2009-10-16
1
-0
/
+31
*
Improved archive function by allowing it to directly write to an output strea...
Sebastian Thiel
2009-10-15
1
-42
/
+25
*
repo: made init and clone methods less specific, previously they wanted to do...
Sebastian Thiel
2009-10-15
1
-15
/
+15
*
repo.commit_delta_base: removed
Sebastian Thiel
2009-10-15
1
-14
/
+0
*
Object can now create objects of the proper type in case one attempts to crea...
Sebastian Thiel
2009-10-15
1
-4
/
+2
*
repo: removed commits_between but added a note about how this can be achieved...
Sebastian Thiel
2009-10-15
1
-218
/
+206
*
Added Commit.iter_parents to iterate all parents
Sebastian Thiel
2009-10-15
1
-66
/
+54
*
repo: removed a few methods because of redundancy or because it will be obsol...
Sebastian Thiel
2009-10-15
1
-54
/
+22
*
All times are not stored as time_struct, but as simple int to consume less me...
Sebastian Thiel
2009-10-15
1
-5
/
+6
*
test_performance: module containing benchmarks to get an idea of the achieved...
Sebastian Thiel
2009-10-15
1
-3
/
+6
*
tree: now reads tress directly by parsing the binary data, allowing it to saf...
Sebastian Thiel
2009-10-14
1
-4
/
+12
*
cmd: added option to return the process directly, allowing to read the output...
Sebastian Thiel
2009-10-14
1
-20
/
+0
*
renamed find_all to list_all, changed commit to use iterable interface in pre...
Sebastian Thiel
2009-10-13
1
-8
/
+9
*
tree: now behaves like a list with string indexing functionality - using a di...
Sebastian Thiel
2009-10-12
1
-12
/
+3
*
repo.active_branch now returns a Head object, not a string
Sebastian Thiel
2009-10-12
1
-13
/
+25
*
renamed from_string and list_from_string to _from_string and _list_from_strin...
Sebastian Thiel
2009-10-12
1
-3
/
+3
*
Reorganized package structure and cleaned up imports
Sebastian Thiel
2009-10-12
1
-5
/
+93
*
converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...
Sebastian Thiel
2009-10-11
1
-459
/
+459
*
finished cleaning usage of regular expressions - they are now precompiled
Sebastian Thiel
2009-10-09
1
-1
/
+0
*
improved repo documentation
Sebastian Thiel
2009-10-08
1
-29
/
+51
*
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2009-01-24
1
-1
/
+1
*
Corrected a problem with commits_between returning None.
Michael Trier
2009-01-24
1
-2
/
+2
*
Fixed the gzip archive creation using python gzip module
Eric Jonas
2009-01-24
1
-1
/
+8
*
Corrected conflict with pep8 changes from apollo13.
Michael Trier
2008-12-15
1
-9
/
+9
|
\
|
*
pep008!
Florian Apolloner
2008-12-15
1
-8
/
+8
*
|
add a path parameter to most commit methods
Paul Sowden
2008-12-15
1
-10
/
+25
*
|
remove ambiguity between paths and treeishs
Paul Sowden
2008-12-15
1
-6
/
+5
|
/
*
Replace GitPython with git in repr() outputs.
Steve Frécinaux
2008-09-17
1
-16
/
+16
*
Merge branch 'master' of git://gitorious.org/git-python/dokais-clone
Michael Trier
2008-09-14
1
-0
/
+31
|
\
|
*
Added a read-only Repo.active_branch property which returns the name of the c...
Kai Lautaportti
2008-09-12
1
-0
/
+14
|
*
Cosmetic fixes to be consistent with the overall coding style.
Kai Lautaportti
2008-09-12
1
-4
/
+5
|
*
Added a read-only property Repo.is_dirty which reflects the status of the
Kai Lautaportti
2008-09-12
1
-0
/
+16
*
|
Allow modifying the project description
Steve Frécinaux
2008-09-07
1
-14
/
+13
*
|
Make daemon export a property of git.Repo
Steve Frécinaux
2008-09-07
1
-19
/
+16
*
|
Initialize trees completely in tree.__bake__().
Steve Frécinaux
2008-09-05
1
-5
/
+3
|
/
*
Fix unneeded dict unpacking.
Steve Frécinaux
2008-09-05
1
-2
/
+2
*
Merge branch 'master' of git@gitorious.org:git-python/mainline
Florian Apolloner
2008-08-21
1
-1
/
+1
|
\
|
*
fixed it so init actually creates a bare repo. Thank you Daniel Watkins.
Michael Trier
2008-08-18
1
-1
/
+1
*
|
fixed unneeded list unpacking
Florian Apolloner
2008-08-21
1
-3
/
+3
|
/
*
Fix use of bare repositories.
Jelmer Vernooij
2008-07-28
1
-1
/
+2
*
Added license information to all files.
Michael Trier
2008-07-16
1
-0
/
+6
*
fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a...
Florian Apolloner
2008-06-25
1
-27
/
+29
*
added os.path.expanduser to the repo initialization
Florian Apolloner
2008-06-21
1
-0
/
+1
*
cmd: better support for bare repositories
David Aguilar
2008-06-15
1
-1
/
+1
*
repo: these changes make Govind's latest changes pass the test cases
David Aguilar
2008-06-12
1
-1
/
+6
[prev]
[next]