summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix-non-ascii-chars-in-status-linesfix-non-ascii-chars-in-status-linesSebastian Thiel2016-06-203-18/+48
|\
| * Merge pull request #474 from gitpython-developers/keep-raw-bytes-on-diffsSebastian Thiel2016-06-203-18/+48
| |\
| | * Store raw path bytes in Diff instanceskeep-raw-bytes-on-diffsVincent Driessen2016-06-143-18/+48
* | | Merge branch 'master' into fix-non-ascii-chars-in-status-linesSebastian Thiel2016-06-201-5/+6
|\ \ \ | |/ /
| * | Fix issue #470Barry Warsaw2016-06-151-5/+6
| |/
* | Fix for parsing non-ASCII chars in status linesVincent Driessen2016-06-141-1/+1
|/
* Python 2.6 compatVincent Driessen2016-06-141-1/+1
* fix(test_docs): skip master-dependent assertionSebastian Thiel2016-06-141-1/+3
* Merge pull request #446 from guyzmo/updating_remote_url_handlingSebastian Thiel2016-06-142-2/+95
|\
| * Switching the `urls` property to use `git remote show` instead of `git remote...Guyzmo2016-06-081-4/+4
| * Adding support for git remote set-url/get-url API to RemoteGuyzmo2016-06-082-2/+95
* | Merge pull request #467 from gitpython-developers/fix-dont-choke-on-invalid-u...Sebastian Thiel2016-06-143-10/+18
|\ \
| * | Don't choke on (legitimately) invalidly encoded Unicode pathsfix-dont-choke-on-invalid-unicode-pathsVincent Driessen2016-06-063-10/+18
* | | fix(flake): misc whitespace fixesSebastian Thiel2016-06-143-3/+1
* | | fix(cmd): allow any kind of status messageSebastian Thiel2016-06-131-1/+0
* | | fix(misc): various cleanupSebastian Thiel2016-06-134-48/+17
* | | Merge branch 'pr-cmd-raise-with-stderr-on-error' of https://github.com/barry-...Sebastian Thiel2016-06-133-9/+61
|\ \ \
| * | | Can get a str object from stream.read rather then bytes.Barry Scott2016-06-061-1/+4
| * | | log all the output from stdout and stderr for debugging process failuresBarry Scott2016-06-061-1/+14
| * | | Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...Barry Scott2016-06-069-18/+51
| |\ \ \ | | |/ /
| * | | Make sure that stderr is converted to bytesBarry Scott2016-05-302-5/+14
| * | | Fix flake8 complaintsBarry Scott2016-05-302-4/+4
| * | | Return stderr lines from a pull() call that failsBarry Scott2016-05-292-1/+13
| * | | Return all the stderr messge after an error is detected for pull()Barry Scott2016-05-292-5/+20
* | | | fix(repo): prevent error messages from being swallowedSebastian Thiel2016-06-131-1/+2
| |/ / |/| |
* | | Merge pull request #460 from ddanier/autointerrupt_del_no_os_killSebastian Thiel2016-06-021-1/+1
|\ \ \
| * | | Make sure os is not even partly destroyedDavid Danier2016-06-011-1/+1
* | | | fix(test): remove unused importSebastian Thiel2016-06-022-1/+1
|/ / /
* | | Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6Andreas Maier2016-06-011-3/+3
* | | fix(test): do not skip test on travisSebastian Thiel2016-06-012-2/+0
* | | Fix regexVincent Driessen2016-05-301-1/+1
* | | Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...Sebastian Thiel2016-05-303-3/+16
|\ \ \
| * | | Ignore invalid data when decoding commit objectsfix-for-invalid-data-in-commitsVincent Driessen2016-05-301-3/+3
| * | | Add test case as example of Git commit with invalid dataVincent Driessen2016-05-302-0/+13
| |/ /
* | | Merge pull request #454 from gitpython-developers/fix-octal-escaped-path-pars...Sebastian Thiel2016-05-303-8/+29
|\ \ \
| * | | Fix bug in diff parser outputfix-octal-escaped-path-parser-bugVincent Driessen2016-05-303-8/+29
| |/ /
* | | Skip test that always fails on Travis CIfix-ci-testsVincent Driessen2016-05-301-5/+6
|/ /
* | chore(remote): better super-class call syntaxSebastian Thiel2016-05-291-1/+1
* | chore(flake8): whitespace ...Sebastian Thiel2016-05-291-1/+1
* | Fix traceback because _seen_ops is not initialisedBarry Scott2016-05-291-2/+2
* | fix(remote): improve version checkSebastian Thiel2016-05-291-2/+2
* | fix(remote): Add CallableRemoteProgressSebastian Thiel2016-05-292-12/+22
* | chore(misc): cleanup and docsSebastian Thiel2016-05-294-34/+24
* | Merge remote-tracking branch 'upstream/master'Barry Scott2016-05-282-16/+34
|\ \
| * \ Merge pull request #447 from Xender/patch-1Sebastian Thiel2016-05-271-1/+1
| |\ \
| | * | Use proper syntax for conditional expressionAleksander Nitecki2016-05-261-1/+1
| | |/
| * | Changing warning to debug logging, to avoid warning showing off when nothing'...Guyzmo2016-05-261-1/+1
| |/
| * fix(remote): py3 compatibilitySebastian Thiel2016-05-261-2/+2
| * fix(remote): py3 compatibilitySebastian Thiel2016-05-261-2/+2
| * fix(remote): use universal_newlines for fetch/pushSebastian Thiel2016-05-262-6/+13