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
/
objects
/
tree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit: refactored existing code to decode commits from streams - performance...
Sebastian Thiel
2010-06-02
1
-1
/
+1
*
TODO: Removed all entries but left a mesage about where to find the issuee on...
Sebastian Thiel
2010-05-04
1
-1
/
+1
*
Converted all tabs to 4 space characters each to comply with pep8
Sebastian Thiel
2010-03-04
1
-227
/
+227
*
git.Tree: Fixed critical issue when reading trees from binary data. The previ...
Sebastian Thiel
2010-02-24
1
-8
/
+6
*
tree: implemented recursive paths in __div__ and __getitem__ method, allowing...
Sebastian Thiel
2009-12-30
1
-6
/
+27
*
Fixed issue with commit traversal due to missing visit_once in the traversal ...
Sebastian Thiel
2009-11-27
1
-0
/
+8
*
tree: added traversal method, adjusted tests
Sebastian Thiel
2009-11-26
1
-40
/
+10
*
objects.utils: Added Traversable base and implemented it for commits includin...
Sebastian Thiel
2009-11-26
1
-0
/
+1
*
Added utilities helping to create proper paths either with slashes or backsla...
Sebastian Thiel
2009-11-05
1
-1
/
+2
*
Improved cmd error handling in case an invalid revision is specified for an o...
Sebastian Thiel
2009-11-04
1
-1
/
+1
*
IndexObject: assured that .path fields are relative to the repository ( previ...
Sebastian Thiel
2009-11-04
1
-5
/
+5
*
tree: parsing would fail when symlinks where encountered. This has been fixed
Sebastian Thiel
2009-11-04
1
-1
/
+2
*
object: renamed id attribute to sha as it in fact is always being rewritten a...
Sebastian Thiel
2009-11-03
1
-3
/
+3
*
When parsing trees, we now store the originan type bits as well, previously w...
Sebastian Thiel
2009-10-26
1
-8
/
+9
*
tree.traverse: Added prune functionality - previously the predciate did both,...
Sebastian Thiel
2009-10-21
1
-8
/
+12
*
resolved cyclic inclusion issue by moving the Diffable interface into the dif...
Sebastian Thiel
2009-10-18
1
-1
/
+2
*
added Diffable interface to objects.base, its used by Commit and Tree objects.
Sebastian Thiel
2009-10-16
1
-1
/
+2
*
tree: now reads tress directly by parsing the binary data, allowing it to saf...
Sebastian Thiel
2009-10-14
1
-32
/
+70
*
test: Added time-consuming test which could also be a benchmark in fact - cur...
Sebastian Thiel
2009-10-14
1
-1
/
+1
*
tree: renamed content_from_string to _from_string to make it private. Removed...
Sebastian Thiel
2009-10-13
1
-2
/
+2
*
tree: now behaves like a list with string indexing functionality - using a di...
Sebastian Thiel
2009-10-12
1
-34
/
+136
*
renamed from_string and list_from_string to _from_string and _list_from_strin...
Sebastian Thiel
2009-10-12
1
-2
/
+2
*
Reorganized package structure and cleaned up imports
Sebastian Thiel
2009-10-12
1
-0
/
+102