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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-21
11
-33
/
+185
*
Initial set of documentation improvements, and a fix to the submodule tests.
Sebastian Thiel
2015-01-21
4
-8
/
+52
*
Merge branch 'issue-232-reproduction' - keep fetch/pull simplifications
Sebastian Thiel
2015-01-21
2
-2
/
+7
|
\
|
*
removed debug code
issue-232-reproduction
Sebastian Thiel
2015-01-21
1
-9
/
+1
|
*
Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.
Sebastian Thiel
2015-01-20
2
-4
/
+10
|
*
Added debug code to keep lines fed into progress handler and the contents of ...
Sebastian Thiel
2015-01-16
1
-1
/
+8
*
|
Assured that branch changes are properly handled.
Sebastian Thiel
2015-01-21
5
-30
/
+77
*
|
Fixed flake8 and a minor test regression.
Sebastian Thiel
2015-01-20
5
-30
/
+33
*
|
Impemented keep_going flag for `Submodule.update()`
Sebastian Thiel
2015-01-20
3
-352
/
+381
*
|
Submodule.parent_commit() now automatically points to repo.head unless it was...
Sebastian Thiel
2015-01-20
2
-33
/
+42
*
|
Greatly improved possible safety of Submodule.update(), which is used by defa...
Sebastian Thiel
2015-01-20
7
-58
/
+170
*
|
Another take on fixing the current concurrent read implementation in git.cmd
Sebastian Thiel
2015-01-20
1
-34
/
+77
*
|
Added tutorial about initializing a repository.
Sebastian Thiel
2015-01-19
1
-0
/
+26
*
|
Improved installation docs to mention `pip`, not `easy_install`
Sebastian Thiel
2015-01-19
1
-2
/
+3
*
|
Improved unicode handling when using os.environ or GitConfigParser
Sebastian Thiel
2015-01-19
3
-6
/
+21
*
|
Fixed configuration file test - release call was missing.
Sebastian Thiel
2015-01-19
1
-0
/
+1
*
|
Submodule.move() will auto-rename the submodule if the name was equal to the ...
Sebastian Thiel
2015-01-19
2
-1
/
+10
*
|
Implemented Submodule.rename()
Sebastian Thiel
2015-01-19
6
-6
/
+145
*
|
Submodule.move() fixed to deal with 'non-gitfile' clones appropriately.
Sebastian Thiel
2015-01-19
2
-5
/
+15
*
|
Basic submodule tests are working once again !
Sebastian Thiel
2015-01-19
2
-21
/
+33
*
|
Submodule.remove() now seems to work properly, nearly all tests are back.
Sebastian Thiel
2015-01-17
3
-24
/
+35
*
|
Made sure dry-run is properly implemented in Submodule.remove()
Sebastian Thiel
2015-01-17
2
-11
/
+20
*
|
Submodule.remove() now deals with .git files correctly.
Sebastian Thiel
2015-01-17
3
-21
/
+41
*
|
Assured Submodule.(update|move) are dealing with .git files appropriately.
Sebastian Thiel
2015-01-17
2
-60
/
+106
*
|
Implemented more tests and made use of .git files when adding submodules
Sebastian Thiel
2015-01-16
2
-8
/
+79
|
/
*
Fixed previously failing test
Sebastian Thiel
2015-01-15
2
-4
/
+5
*
Verified that it apparently is impossible to add empty submodules using git-p...
Sebastian Thiel
2015-01-15
1
-4
/
+20
*
Submodule.add() can now handle absolute module paths in agreement to the doc ...
Sebastian Thiel
2015-01-15
2
-3
/
+22
*
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
2
-1
/
+8
*
Fixed some doc strings to build correctly with sphinx
Sebastian Thiel
2015-01-14
7
-32
/
+32
*
An attempt to help the threaded reading to not show spurious errors anymore.
Sebastian Thiel
2015-01-14
1
-8
/
+8
*
Added 'path' keyword argument to Repo.archive().
Sebastian Thiel
2015-01-14
2
-3
/
+10
*
GitConfigParser now respects and merges 'include' sections
Sebastian Thiel
2015-01-14
4
-16
/
+142
*
Added `Repo.merge_base(...)` implementation, including test-case.
Sebastian Thiel
2015-01-13
2
-2
/
+58
*
IndexFile.commit() now runs pre-commit and post-commit hooks.
Sebastian Thiel
2015-01-12
5
-11
/
+87
*
Removed os.path.realpath invocations as they are not necessary if paths are u...
Sebastian Thiel
2015-01-12
3
-5
/
+11
*
Removed all previously added invocations of os.path.realpath as it wasn't req...
Sebastian Thiel
2015-01-12
2
-4
/
+3
*
Repo paths are now converted to real paths, as well as all paths involved in ...
Sebastian Thiel
2015-01-12
3
-7
/
+12
*
Added specific test for roughly checking configuration paths.
Sebastian Thiel
2015-01-12
2
-1
/
+6
*
Re-implemented 'user' config level based on suggestion by @jzempel
Sebastian Thiel
2015-01-12
1
-6
/
+2
*
Added 'user' configuration level.
Sebastian Thiel
2015-01-10
1
-1
/
+8
*
Fixed test to actually use tilde and environment variables respectively.
Sebastian Thiel
2015-01-10
1
-2
/
+6
*
Repo.init() now supports paths with a '~' in it, or environment variables in ...
Sebastian Thiel
2015-01-10
3
-6
/
+23
*
Added search_parent_directories keyword argument to Repo type.
Sebastian Thiel
2015-01-10
3
-28
/
+15
*
rewrote test-string to have a chance to make flake8 happy.
Sebastian Thiel
2015-01-10
1
-10
/
+9
*
Implemented multi-line parsing of git-config to the point where a sepcific te...
Sebastian Thiel
2015-01-10
3
-39
/
+271
*
Added test for complex blame revision query.
Sebastian Thiel
2015-01-09
2
-0
/
+184
*
Now Diff.__str__ works correctly in all python versions.
Sebastian Thiel
2015-01-09
2
-9
/
+31
*
Fixed mode-handling in Diff creation, and added assertions to catch this in f...
Sebastian Thiel
2015-01-09
2
-3
/
+10
[next]