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
*
fix(travis): get py2.6 to work
Sebastian Thiel
2015-07-03
1
-1
/
+1
*
fix(cmd): work with py3
Sebastian Thiel
2015-07-03
2
-2
/
+7
*
fix(cmd): don't open stdout when fetching
Sebastian Thiel
2015-07-03
4
-96
/
+105
*
test(git): remove unnecessary fixture
Sebastian Thiel
2015-07-03
2
-5015
/
+12
*
test(remote): make assertion less verbose
Sebastian Thiel
2015-07-03
1
-2
/
+3
*
fix(cmd): line parsing
Sebastian Thiel
2015-07-03
4
-68
/
+10101
*
Add env parameter to Repo.clone_from() for setting environment variables
Jon Lund Steffensen
2015-06-30
1
-2
/
+6
*
Fix docstring of Repo.clone_from()
Jon Lund Steffensen
2015-06-29
1
-0
/
+1
*
fix(git-test): assure test does works on linux
Sebastian Thiel
2015-06-26
1
-1
/
+2
*
fix(index): handle adding symlinks to dirs
Sebastian Thiel
2015-06-26
2
-12
/
+27
*
fix(logging): monkeypatch logging with NullHandler
Sebastian Thiel
2015-06-26
1
-0
/
+10
*
Added NullHandlers to all loggers to preven "No handler" messages
James Nowell
2015-06-25
5
-0
/
+5
*
Merge pull request #291 from hvnsweeting/support-init-choosing-backend
Sebastian Thiel
2015-06-10
1
-2
/
+7
|
\
|
*
add docstring for new arg
Hung Nguyen Viet
2015-06-01
1
-0
/
+5
|
*
support passing odbt for using with Repo
Hung Nguyen Viet
2015-06-01
1
-2
/
+2
*
|
fix(remote): assert fetch respec is set
Sebastian Thiel
2015-06-10
2
-0
/
+19
*
|
fix(test_git): handle `select.poll()` missing
Sebastian Thiel
2015-06-10
1
-6
/
+10
*
|
fix(remote): don't close stdout on fetch/pull
Sebastian Thiel
2015-06-10
1
-13
/
+2
*
|
Merge branch 'master' of https://github.com/victorgp/GitPython into victorgp-...
Sebastian Thiel
2015-06-10
1
-1
/
+1
|
\
\
|
*
|
While parsing errors, also detecting lines starting with error:
Victor Garcia
2015-06-08
1
-1
/
+1
|
|
/
*
|
refactor(repo): parameter renaming and cleanup
Sebastian Thiel
2015-06-10
1
-6
/
+3
*
|
Merge branch 'submodule_fix' of https://github.com/Javex/GitPython into Javex...
Sebastian Thiel
2015-06-10
1
-4
/
+14
|
\
\
|
|
/
|
/
|
|
*
Allow submodules to be ignored in is_dirty
javex
2015-06-05
1
-4
/
+14
*
|
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 type error (startswith expects bytes)
John L. Walker
2015-05-13
1
-1
/
+1
*
|
fix(config): selective cfg write;fix cfg parser
Sebastian Thiel
2015-04-22
3
-7
/
+17
*
|
test: make git-daemon port configurable via env
Benedikt Morbach
2015-04-21
2
-5
/
+10
*
|
test: Make git-daemon only listen on localhost
Benedikt Morbach
2015-04-21
1
-1
/
+1
*
|
fix(test_docs): we are at major version 1 now
Sebastian Thiel
2015-04-16
1
-1
/
+1
*
|
fix(indent): flake-8 happyness
Sebastian Thiel
2015-04-16
1
-1
/
+2
*
|
fix(util): Correct number of op codes
Matt Jordan
2015-04-15
1
-1
/
+1
*
|
fix(util): Handle 'Finding sources' messages in RemoteProgress
Matt Jordan
2015-04-15
1
-1
/
+3
|
/
*
Merge branch 'teeberg-master'
Sebastian Thiel
2015-04-08
1
-9
/
+0
|
\
|
*
Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.
Jonas Trappenberg
2015-02-09
1
-9
/
+0
*
|
fix(test_cmd): handle GitCommandNotFound in test
Sebastian Thiel
2015-04-08
1
-5
/
+2
*
|
fix(cmd): throw GitCommandNotFoundError ...
Sebastian Thiel
2015-04-08
2
-13
/
+39
*
|
fix(remote): allow to raise during push/fetch
Sebastian Thiel
2015-04-08
3
-34
/
+14
*
|
fix(docs): be clear about exit code handling
Sebastian Thiel
2015-04-08
2
-3
/
+28
*
|
fix(index): _store_path() now closes it's stream
Sebastian Thiel
2015-04-08
1
-0
/
+1
*
|
fix(index): don't write extension data by default
Sebastian Thiel
2015-04-08
2
-27
/
+25
*
|
fix(externals): init external in dev mode only
Sebastian Thiel
2015-04-07
1
-1
/
+2
*
|
test(index): test for #265
Sebastian Thiel
2015-04-07
1
-0
/
+15
*
|
Fix problem with submodules on Windows
Markus Siemens
2015-04-07
1
-1
/
+2
*
|
Fix typo
Kyle P. Johnson
2015-03-27
1
-1
/
+1
*
|
Store path attribute on Diff object
James E. Blair
2015-03-02
1
-2
/
+7
*
|
fix(iter-commit): ambiguous argument error
Sebastian Thiel
2015-03-02
2
-2
/
+18
*
|
Improved documentation on IndexFile.add(...)
Sebastian Thiel
2015-02-23
1
-0
/
+4
*
|
Fixed trailing white space!
Sebastian Thiel
2015-02-21
1
-1
/
+1
*
|
`stale_refs()` may now also handle other kinds of references, like tags.
Sebastian Thiel
2015-02-21
1
-3
/
+15
[next]