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
/
commit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
initial version of new odb design to facilitate a channel based multi-threadi...
Sebastian Thiel
2010-06-04
1
-1
/
+1
*
commit.create_from_tree now uses pure python implementation, fixed message pa...
Sebastian Thiel
2010-06-03
1
-13
/
+29
*
commit: redesigned revlist and commit parsing, commits are always retrieved f...
Sebastian Thiel
2010-06-02
1
-58
/
+40
*
commit: refactored existing code to decode commits from streams - performance...
Sebastian Thiel
2010-06-02
1
-65
/
+74
*
commit: initial version of commit_from_tree which could create commit objects...
Sebastian Thiel
2010-06-02
1
-362
/
+415
*
IndexFile.add: Fixed incorrect path handling if path rewriting was desired an...
Sebastian Thiel
2010-05-11
1
-2
/
+2
*
Add support for time zone information in tags and commits.
Rick Copeland
2010-04-27
1
-8
/
+20
*
Converted all tabs to 4 space characters each to comply with pep8
Sebastian Thiel
2010-03-04
1
-349
/
+349
*
Commit.iter_items: Will not restrict comits to the ones containing changes to...
Sebastian Thiel
2010-02-28
1
-1
/
+6
*
Commit.create: now handles empty repositories correctly
Sebastian Thiel
2010-02-13
1
-2
/
+15
*
commit.create_from_tree: head will not be advanced anymore as it feels non-na...
Sebastian Thiel
2009-12-01
1
-1
/
+1
*
objects.utils: Added Traversable base and implemented it for commits includin...
Sebastian Thiel
2009-11-26
1
-1
/
+5
*
commit: added create_from_tree method to untie commit creation from actually ...
Sebastian Thiel
2009-11-24
1
-0
/
+65
*
Fixed commit.count method which now handles the paths case properly. It appea...
Sebastian Thiel
2009-11-06
1
-1
/
+7
*
object: renamed id attribute to sha as it in fact is always being rewritten a...
Sebastian Thiel
2009-11-03
1
-13
/
+13
*
Merge branch 'index' into improvements
Sebastian Thiel
2009-10-26
1
-15
/
+25
|
\
|
*
actor: added __eq__, __ne__ and __hash__ methods including simple test
Sebastian Thiel
2009-10-24
1
-15
/
+25
*
|
commit.name_rev property added for convenience
Sebastian Thiel
2009-10-23
1
-0
/
+9
|
/
*
Implemneted IterableLists for refs, commits and remote objects including simp...
Sebastian Thiel
2009-10-19
1
-0
/
+1
*
commit.count: is an instance method now
Sebastian Thiel
2009-10-19
1
-10
/
+3
*
resolved cyclic inclusion issue by moving the Diffable interface into the dif...
Sebastian Thiel
2009-10-18
1
-1
/
+1
*
Removed a few diff-related test cases that fail now as the respective method ...
Sebastian Thiel
2009-10-17
1
-0
/
+1
*
added Diffable interface to objects.base, its used by Commit and Tree objects.
Sebastian Thiel
2009-10-16
1
-55
/
+1
*
repo.commit_delta_base: removed
Sebastian Thiel
2009-10-15
1
-75
/
+78
*
Added Commit.iter_parents to iterate all parents
Sebastian Thiel
2009-10-15
1
-10
/
+32
*
repo: removed a few methods because of redundancy or because it will be obsol...
Sebastian Thiel
2009-10-15
1
-10
/
+12
*
All times are not stored as time_struct, but as simple int to consume less me...
Sebastian Thiel
2009-10-15
1
-22
/
+9
*
test_blob: removed many redundant tests that would fail now as the mock canno...
Sebastian Thiel
2009-10-14
1
-4
/
+10
*
test: Added time-consuming test which could also be a benchmark in fact - cur...
Sebastian Thiel
2009-10-14
1
-2
/
+2
*
cmd: added option to return the process directly, allowing to read the output...
Sebastian Thiel
2009-10-14
1
-6
/
+8
*
added Iterable interface to Ref type
Sebastian Thiel
2009-10-13
1
-1
/
+1
*
renamed find_all to list_all, changed commit to use iterable interface in pre...
Sebastian Thiel
2009-10-13
1
-32
/
+39
*
refs now take repo as first argument and derive from LazyMixin to allow them ...
Sebastian Thiel
2009-10-12
1
-1
/
+1
*
renamed from_string and list_from_string to _from_string and _list_from_strin...
Sebastian Thiel
2009-10-12
1
-6
/
+6
*
Reorganized package structure and cleaned up imports
Sebastian Thiel
2009-10-12
1
-0
/
+284