aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
2015-07-29fix(diff): mode-assertions now deal with 0Sebastian Thiel
2015-07-28don't 'log' to stderr in `RemoteProgress`Sebastian Thiel
2015-07-26Ensure file resources are releasedDavid García Garzón
2015-07-22gic {init,clone} --separate-git-dir is supported only since 1.7.5Julien Pivotto
2015-07-21Implement is_ancestorSandy Carter
2015-07-20fix(flake8): remove unused importSebastian Thiel
2015-07-20fix(index): remove invalid keyword argumentSebastian Thiel
2015-07-20fix(encoding): in `untracked_files()`Sebastian Thiel
2015-07-20fix(encoding): in untracked_files() and indexSebastian Thiel
2015-07-18Merge pull request #319 from jeblair/fixheadSebastian Thiel
2015-07-17Always add '--' to git resetJames E. Blair
2015-07-17typo in submodules api documentationJulien Pivotto
2015-07-17added tests for commits with datesavi
2015-07-17Added two extra paramaters for commit to take author date and commit dateavi
2015-07-16Correct doc errorsMarian Wieczorek
2015-07-15Fix typoTanner Netterville
2015-07-06fix(config): use `str.startswith('~')` instead of `'~' in str`Mihyaeru
2015-07-06fix(config): care tilde in include.path configMihyaeru
2015-07-03fix(travis): get py2.6 to workSebastian Thiel
2015-07-03fix(cmd): work with py3Sebastian Thiel
2015-07-03fix(cmd): don't open stdout when fetchingSebastian Thiel
2015-07-03test(git): remove unnecessary fixtureSebastian Thiel
2015-07-03test(remote): make assertion less verboseSebastian Thiel
2015-07-03fix(cmd): line parsingSebastian Thiel
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