aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
2015-06-30Add env parameter to Repo.clone_from() for setting environment variablesJon Lund Steffensen
2015-06-29Fix docstring of Repo.clone_from()Jon Lund Steffensen
2015-06-26fix(git-test): assure test does works on linuxSebastian Thiel
2015-06-26fix(index): handle adding symlinks to dirsSebastian Thiel
2015-06-26fix(logging): monkeypatch logging with NullHandlerSebastian Thiel
2015-06-25Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell
2015-06-10Merge pull request #291 from hvnsweeting/support-init-choosing-backendSebastian Thiel
2015-06-10fix(remote): assert fetch respec is setSebastian Thiel
2015-06-10fix(test_git): handle `select.poll()` missingSebastian Thiel
2015-06-10fix(remote): don't close stdout on fetch/pullSebastian Thiel
2015-06-10Merge branch 'master' of https://github.com/victorgp/GitPython into victorgp-...Sebastian Thiel
2015-06-10refactor(repo): parameter renaming and cleanupSebastian Thiel
2015-06-10Merge branch 'submodule_fix' of https://github.com/Javex/GitPython into Javex...Sebastian Thiel
2015-06-08While parsing errors, also detecting lines starting with error:Victor Garcia
2015-06-05Allow submodules to be ignored in is_dirtyjavex
2015-06-01add docstring for new argHung Nguyen Viet
2015-06-01support passing odbt for using with RepoHung Nguyen Viet
2015-05-31fix(git-cmd): set LANGUAGE as wellSebastian Thiel
2015-05-31fix(git-cmd): use LC_ALL instead of LC_MESSAGESSebastian Thiel
2015-05-13Fix type error (startswith expects bytes)John L. Walker
2015-04-22fix(config): selective cfg write;fix cfg parserSebastian Thiel
2015-04-21test: make git-daemon port configurable via envBenedikt Morbach
2015-04-21test: Make git-daemon only listen on localhostBenedikt Morbach
2015-04-16fix(test_docs): we are at major version 1 nowSebastian Thiel
2015-04-16fix(indent): flake-8 happynessSebastian Thiel
2015-04-15fix(util): Correct number of op codesMatt Jordan
2015-04-15fix(util): Handle 'Finding sources' messages in RemoteProgressMatt Jordan
2015-04-08Merge branch 'teeberg-master'Sebastian Thiel
2015-04-08fix(test_cmd): handle GitCommandNotFound in testSebastian Thiel
2015-04-08fix(cmd): throw GitCommandNotFoundError ...Sebastian Thiel
2015-04-08fix(remote): allow to raise during push/fetchSebastian Thiel
2015-04-08fix(docs): be clear about exit code handlingSebastian Thiel
2015-04-08fix(index): _store_path() now closes it's streamSebastian Thiel
2015-04-08fix(index): don't write extension data by defaultSebastian Thiel
2015-04-07fix(externals): init external in dev mode onlySebastian Thiel
2015-04-07test(index): test for #265Sebastian Thiel
2015-04-07Fix problem with submodules on WindowsMarkus Siemens
2015-03-27Fix typoKyle P. Johnson
2015-03-02Store path attribute on Diff objectJames E. Blair
2015-03-02fix(iter-commit): ambiguous argument errorSebastian Thiel
2015-02-23Improved documentation on IndexFile.add(...)Sebastian Thiel
2015-02-21Fixed trailing white space!Sebastian Thiel
2015-02-21`stale_refs()` may now also handle other kinds of references, like tags.Sebastian Thiel
2015-02-21Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel
2015-02-20Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0Sebastian Thiel
2015-02-19Adjust minimum git version with git-file support.Sebastian Thiel
2015-02-19Assure to not iterate packed-refs file, ever.Sebastian Thiel
2015-02-19Fix flake8 issue.Sebastian Thiel
2015-02-19Use uuid instead of tempfile.mkdtmp, which created an actual directory.Sebastian Thiel
2015-02-09Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.Jonas Trappenberg