summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix typoTanner Netterville2015-07-151-1/+1
|/
* Merge pull request #309 from mihyaeru21/masterSebastian Thiel2015-07-061-0/+2
|\
| * fix(config): use `str.startswith('~')` instead of `'~' in str`Mihyaeru2015-07-061-1/+1
| * fix(config): care tilde in include.path configMihyaeru2015-07-061-0/+2
|/
* fix(travis): get py2.6 to workSebastian Thiel2015-07-031-1/+1
* fix(cmd): work with py3Sebastian Thiel2015-07-032-2/+7
* fix(travis): fix permissions of private keySebastian Thiel2015-07-031-0/+1
* fix(travis): assure private key has accessSebastian Thiel2015-07-032-0/+30
* chore(travis): added test for issue 301Sebastian Thiel2015-07-031-0/+3
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-034-96/+105
* test(git): remove unnecessary fixtureSebastian Thiel2015-07-032-5015/+12
* test(remote): make assertion less verboseSebastian Thiel2015-07-031-2/+3
* fix(cmd): line parsingSebastian Thiel2015-07-034-68/+10101
* Merge pull request #307 from jonls/clone-from-with-envSebastian Thiel2015-07-011-2/+6
|\
| * Add env parameter to Repo.clone_from() for setting environment variablesJon Lund Steffensen2015-06-301-2/+6
|/
* Merge pull request #305 from jonls/fix-doc-clone-fromSebastian Thiel2015-06-301-0/+1
|\
| * Fix docstring of Repo.clone_from()Jon Lund Steffensen2015-06-291-0/+1
|/
* fix(git-test): assure test does works on linuxSebastian Thiel2015-06-261-1/+2
* docs(README): travis badge for master, not 0.3Sebastian Thiel2015-06-261-1/+1
* fix(index): handle adding symlinks to dirsSebastian Thiel2015-06-262-12/+27
* Merge branch 'missionfocus-loggingNullHandlers'Sebastian Thiel2015-06-266-0/+15
|\
| * fix(logging): monkeypatch logging with NullHandlerSebastian Thiel2015-06-261-0/+10
| * Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell2015-06-255-0/+5
|/
* Merge pull request #291 from hvnsweeting/support-init-choosing-backendSebastian Thiel2015-06-101-2/+7
|\
| * add docstring for new argHung Nguyen Viet2015-06-011-0/+5
| * support passing odbt for using with RepoHung Nguyen Viet2015-06-011-2/+2
* | fix(remote): assert fetch respec is setSebastian Thiel2015-06-102-0/+19
* | fix(test_git): handle `select.poll()` missingSebastian Thiel2015-06-101-6/+10
* | Merge branch 'victorgp-master'Sebastian Thiel2015-06-101-14/+3
|\ \
| * | fix(remote): don't close stdout on fetch/pullSebastian Thiel2015-06-101-13/+2
| * | Merge branch 'master' of https://github.com/victorgp/GitPython into victorgp-...Sebastian Thiel2015-06-101-1/+1
| |\ \ |/ / /
| * | While parsing errors, also detecting lines starting with error:Victor Garcia2015-06-081-1/+1
| |/
* | Merge branch 'Javex-submodule_fix'Sebastian Thiel2015-06-101-4/+11
|\ \
| * | refactor(repo): parameter renaming and cleanupSebastian Thiel2015-06-101-6/+3
| * | Merge branch 'submodule_fix' of https://github.com/Javex/GitPython into Javex...Sebastian Thiel2015-06-101-4/+14
| |\ \ |/ / /
| * | Allow submodules to be ignored in is_dirtyjavex2015-06-051-4/+14
* | | Merge branch 'T0MASD-add_ssh_script_syntax'Sebastian Thiel2015-06-101-0/+8
|\ \ \ | |_|/ |/| |
| * | docs(tutorial): fix typo, minor improvementsSebastian Thiel2015-06-101-2/+2
| * | Add example ssh scriptTomas Dabasinskas2015-06-051-0/+8
|/ /
* | fix(git-cmd): set LANGUAGE as wellSebastian Thiel2015-05-311-0/+3
* | fix(git-cmd): use LC_ALL instead of LC_MESSAGESSebastian Thiel2015-05-311-2/+4
* | docs(intro):swap mailinglist with stackoverflowSebastian Thiel2015-05-261-3/+5
* | Merge pull request #288 from johnwalker/bytesSebastian Thiel2015-05-141-1/+1
|\ \
| * | Fix type error (startswith expects bytes)John L. Walker2015-05-131-1/+1
|/ /
* | fix(versionup): release 1.0.11.0.1Sebastian Thiel2015-04-222-1/+6
* | fix(travis): can't overrwrite travis .gitconfigSebastian Thiel2015-04-221-1/+1
* | fix(config): selective cfg write;fix cfg parserSebastian Thiel2015-04-224-7/+20
* | Merge pull request #284 from moben/test-fixesSebastian Thiel2015-04-222-5/+10
|\ \
| * | test: make git-daemon port configurable via envBenedikt Morbach2015-04-212-5/+10
| * | test: Make git-daemon only listen on localhostBenedikt Morbach2015-04-211-1/+1
|/ /