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
/
cmd.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(cmd): don't open stdout when fetching
Sebastian Thiel
2015-07-03
1
-80
/
+75
*
fix(cmd): line parsing
Sebastian Thiel
2015-07-03
1
-68
/
+81
*
Added NullHandlers to all loggers to preven "No handler" messages
James Nowell
2015-06-25
1
-0
/
+1
*
fix(git-cmd): set LANGUAGE as well
Sebastian Thiel
2015-05-31
1
-0
/
+3
*
fix(git-cmd): use LC_ALL instead of LC_MESSAGES
Sebastian Thiel
2015-05-31
1
-2
/
+4
*
fix(cmd): throw GitCommandNotFoundError ...
Sebastian Thiel
2015-04-08
1
-13
/
+33
*
Added 'insert_kwargs_after' flag for consumption by _call_process.
Sebastian Thiel
2015-02-21
1
-1
/
+13
*
Removed Git.sshkey() as it couldn't be distributed properly.
0.3.6
Sebastian Thiel
2015-01-22
1
-21
/
+0
*
Merge branch 'master' into teeberg-master
Sebastian Thiel
2015-01-22
1
-1
/
+0
|
\
*
|
Intermediate commit on my way to get this finalized.
Sebastian Thiel
2015-01-22
1
-11
/
+14
*
|
Rename 'environment' and 'set_environment'
Jonas Trappenberg
2015-01-21
1
-10
/
+10
*
|
Add method to query environment
Jonas Trappenberg
2015-01-21
1
-0
/
+3
*
|
Add 'sshkey' context manager
Jonas Trappenberg
2015-01-21
1
-1
/
+75
*
|
Fix some typos
Jonas Trappenberg
2015-01-21
1
-2
/
+2
|
/
*
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-21
1
-2
/
+7
*
Initial set of documentation improvements, and a fix to the submodule tests.
Sebastian Thiel
2015-01-21
1
-1
/
+1
*
Another take on fixing the current concurrent read implementation in git.cmd
Sebastian Thiel
2015-01-20
1
-34
/
+77
*
Fixed some doc strings to build correctly with sphinx
Sebastian Thiel
2015-01-14
1
-3
/
+3
*
An attempt to help the threaded reading to not show spurious errors anymore.
Sebastian Thiel
2015-01-14
1
-8
/
+8
*
IndexFile.commit() now runs pre-commit and post-commit hooks.
Sebastian Thiel
2015-01-12
1
-1
/
+1
*
Added test to assure blame can deal with binary patches.
Sebastian Thiel
2015-01-09
1
-2
/
+8
*
Improve error handling of fetch/pull line parsing
Sebastian Thiel
2015-01-08
1
-1
/
+6
*
Made improvements to assure test-cases don't leak file handles
Sebastian Thiel
2015-01-07
1
-6
/
+16
*
Fix flake8
Sebastian Thiel
2015-01-07
1
-10
/
+10
*
Using a wait-group seems to properly sync the threads for buffer depletion
Sebastian Thiel
2015-01-07
1
-8
/
+12
*
Implemented threaded version of pipe-draining
Sebastian Thiel
2015-01-07
1
-15
/
+30
*
Implemented non-blocking operations using poll()
Sebastian Thiel
2015-01-07
1
-0
/
+96
*
Make sure we ignore WindowsErrors too, in case the process is already dead
Sebastian Thiel
2015-01-07
1
-1
/
+1
*
This should fix flake8 on py3
Sebastian Thiel
2015-01-07
1
-1
/
+3
*
Make flake8 happy
Sebastian Thiel
2015-01-06
1
-4
/
+3
*
test_repo works
Sebastian Thiel
2015-01-06
1
-7
/
+10
*
test_remote works
Sebastian Thiel
2015-01-06
1
-1
/
+1
*
test_commit works once again
Sebastian Thiel
2015-01-05
1
-1
/
+6
*
Intermediate commit: test_config and test_actor works
Sebastian Thiel
2015-01-05
1
-17
/
+27
*
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
1
-3
/
+3
*
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
1
-6
/
+8
*
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
1
-4
/
+7
*
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-04
1
-7
/
+9
*
Various fixes and improvements
Sebastian Thiel
2015-01-03
1
-1
/
+1
*
Applied autopep8
Sebastian Thiel
2014-11-19
1
-28
/
+30
*
Copy environment for subprocess execution
Darragh Bailey
2014-11-17
1
-1
/
+3
*
Merge branch 'patch-1' of https://github.com/boppreh/GitPython into boppreh-p...
Sebastian Thiel
2014-11-17
1
-1
/
+3
|
\
|
*
Avoid spawning console windows when running from .pyw
BoppreH
2013-10-17
1
-0
/
+1
*
|
Merge pull request #205 from hashar/rm-unicode-bom
Sebastian Thiel
2014-11-17
1
-1
/
+1
|
\
\
|
*
|
Remove Byte Order Mark from git/cmd.py
Antoine Musso
2014-11-16
1
-1
/
+1
*
|
|
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
1
-40
/
+40
*
|
|
pep8 linting (double spaces before comment)
Antoine Musso
2014-11-16
1
-2
/
+2
*
|
|
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
1
-11
/
+11
*
|
|
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
1
-3
/
+4
*
|
|
pep8 linting (whitespaces)
Antoine Musso
2014-11-16
1
-71
/
+71
|
/
/
[next]