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
/
git
/
objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-21
3
-3
/
+10
*
Initial set of documentation improvements, and a fix to the submodule tests.
Sebastian Thiel
2015-01-21
1
-2
/
+5
*
Assured that branch changes are properly handled.
Sebastian Thiel
2015-01-21
3
-28
/
+11
*
Fixed flake8 and a minor test regression.
Sebastian Thiel
2015-01-20
2
-23
/
+26
*
Impemented keep_going flag for `Submodule.update()`
Sebastian Thiel
2015-01-20
2
-350
/
+376
*
Submodule.parent_commit() now automatically points to repo.head unless it was...
Sebastian Thiel
2015-01-20
1
-27
/
+38
*
Greatly improved possible safety of Submodule.update(), which is used by defa...
Sebastian Thiel
2015-01-20
2
-25
/
+68
*
Submodule.move() will auto-rename the submodule if the name was equal to the ...
Sebastian Thiel
2015-01-19
1
-0
/
+6
*
Implemented Submodule.rename()
Sebastian Thiel
2015-01-19
1
-4
/
+78
*
Submodule.move() fixed to deal with 'non-gitfile' clones appropriately.
Sebastian Thiel
2015-01-19
1
-1
/
+1
*
Basic submodule tests are working once again !
Sebastian Thiel
2015-01-19
1
-10
/
+18
*
Submodule.remove() now seems to work properly, nearly all tests are back.
Sebastian Thiel
2015-01-17
1
-18
/
+20
*
Made sure dry-run is properly implemented in Submodule.remove()
Sebastian Thiel
2015-01-17
1
-7
/
+13
*
Submodule.remove() now deals with .git files correctly.
Sebastian Thiel
2015-01-17
1
-15
/
+29
*
Assured Submodule.(update|move) are dealing with .git files appropriately.
Sebastian Thiel
2015-01-17
1
-60
/
+92
*
Implemented more tests and made use of .git files when adding submodules
Sebastian Thiel
2015-01-16
1
-5
/
+34
*
Fixed previously failing test
Sebastian Thiel
2015-01-15
1
-2
/
+2
*
Submodule.add() can now handle absolute module paths in agreement to the doc ...
Sebastian Thiel
2015-01-15
1
-0
/
+11
*
For some reason, the new submodule test still broke on py3
Sebastian Thiel
2015-01-15
1
-3
/
+0
*
Added the first submodule will no longer cause an IOError.
Sebastian Thiel
2015-01-15
1
-1
/
+1
*
Added test to verify binary diffs are working as well.
Sebastian Thiel
2015-01-09
1
-1
/
+2
*
suppression des prefixes de commit
firm1
2015-01-07
1
-1
/
+1
*
Make flake8 happy
Sebastian Thiel
2015-01-06
2
-4
/
+5
*
test_tree works
Sebastian Thiel
2015-01-06
1
-2
/
+10
*
test_submodule works
Sebastian Thiel
2015-01-06
1
-1
/
+1
*
test_repo works
Sebastian Thiel
2015-01-06
1
-8
/
+23
*
test_refs works
Sebastian Thiel
2015-01-06
1
-2
/
+4
*
test_fun works
Sebastian Thiel
2015-01-05
1
-2
/
+3
*
test_commit works once again
Sebastian Thiel
2015-01-05
3
-7
/
+7
*
Fixes test_blob and improved commit writing/reading
Sebastian Thiel
2015-01-05
2
-33
/
+37
*
Added test of #147 to verify it works.
Sebastian Thiel
2015-01-05
1
-16
/
+9
*
Intermediate commit: test_config and test_actor works
Sebastian Thiel
2015-01-05
1
-8
/
+8
*
Fixed io types to make tests work on PY2 once again.
py3
Sebastian Thiel
2015-01-05
3
-8
/
+8
*
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
4
-6
/
+13
*
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
9
-32
/
+32
*
Removed unnecessary (non-gitpython) tests and fixed flake8
0.3.3
Sebastian Thiel
2015-01-04
3
-7
/
+8
*
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
3
-14
/
+20
*
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-04
7
-27
/
+33
*
Applied autopep8
Sebastian Thiel
2015-01-04
1
-2
/
+2
*
Simplified parse_date implementation
Sebastian Thiel
2014-12-19
1
-7
/
+7
*
BF: adjust mktime output for the local offset (Close #218)
Yaroslav Halchenko
2014-12-18
1
-1
/
+4
*
Applied autopep8
Sebastian Thiel
2014-11-19
10
-163
/
+185
*
Backport of https://github.com/gitpython-developers/GitPython/pull/118
Sebastian Thiel
2014-11-19
1
-1
/
+1
*
Assure API remains backwards compatible; update API docs
Sebastian Thiel
2014-11-17
1
-2
/
+4
*
Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3
Sebastian Thiel
2014-11-17
1
-3
/
+3
|
\
|
*
add param to create_from_tree
firm1
2014-03-24
1
-3
/
+8
*
|
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
10
-164
/
+164
*
|
pep8 linting (double spaces before comment)
Antoine Musso
2014-11-16
1
-2
/
+2
*
|
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
10
-90
/
+90
*
|
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
10
-15
/
+37
[next]