summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(remote): added debug helperissue-301-reproductionSebastian Thiel2015-06-261-1/+10
* 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
|/ /
* | Merge pull request #283 from bcicen/bcicen-typoSebastian Thiel2015-04-171-1/+1
|\ \
| * | Changelog typobradley2015-04-171-1/+1
|/ /
* | Merge branch 'matt-jordan-remote_source'Sebastian Thiel2015-04-162-3/+6
|\ \
| * | fix(test_docs): we are at major version 1 nowSebastian Thiel2015-04-161-1/+1
| * | fix(indent): flake-8 happynessSebastian Thiel2015-04-161-1/+2
| * | fix(util): Correct number of op codesMatt Jordan2015-04-151-1/+1
| * | fix(util): Handle 'Finding sources' messages in RemoteProgressMatt Jordan2015-04-151-1/+3
|/ /
* | docs(README): added code-climate badgeSebastian Thiel2015-04-101-0/+1
* | docs(README): remove future goalsSebastian Thiel2015-04-081-9/+0
* | docs(changes): add 1.0.0 notes1.0.0Sebastian Thiel2015-04-081-0/+7
* | fix(version-up): v1.0.0Sebastian Thiel2015-04-081-1/+1
|/
* fix(version-up): v0.3.70.3.7Sebastian Thiel2015-04-082-1/+4
* docs(tutorial): fix GIT_SSH examplesSebastian Thiel2015-04-081-2/+4
* Merge branch 'teeberg-master'Sebastian Thiel2015-04-082-14/+10
|\
| * docs(tutorial): add pre-v2.3 GIT_SSH exampleSebastian Thiel2015-04-081-1/+7
| * Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.Jonas Trappenberg2015-02-092-14/+4
* | fix(test_cmd): handle GitCommandNotFound in testSebastian Thiel2015-04-081-5/+2
* | fix(cmd): throw GitCommandNotFoundError ...Sebastian Thiel2015-04-083-13/+44