summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix(remote): real-time reading of lines from stderrSebastian Thiel2016-05-261-1/+1
| * import OrderedDict from git.odict rather than directly from collections, to p...Kenneth Hoste2016-05-261-1/+1
| * fix(remote): better array truncation logicSebastian Thiel2016-05-251-5/+9
| * fix(remote): remove assertion in favour of runtime stabilitySebastian Thiel2016-05-251-4/+11
* | The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott2016-05-283-10/+54
|/
* fix(RemoteProgress): improve message sanitizationSebastian Thiel2016-05-252-5/+17
* Merge branch 'jonathanchu-master'Vincent Driessen2016-05-242-3/+2
|\
| * Ignore trailing last empty string in .split() outputVincent Driessen2016-05-241-4/+1
| * Check if byte string is empty for py3 compatibilityJonathan Chu2016-05-241-1/+1
| * Split lines by new line charactersJonathan Chu2016-05-242-3/+5
* | fix(cmd): fix with_stdout implementationSebastian Thiel2016-05-241-1/+1
|/
* fix(cmd): don't catch progress handler exceptionsSebastian Thiel2016-05-241-6/+1
* Merge pull request #433 from StevenWColby/masterSebastian Thiel2016-05-196-6/+6
|\
| * Need spaces in Emacs style encoding commentSteven Colby2016-05-186-6/+6
* | Merge pull request #431 from guyzmo/fix-opt_arg-orderSebastian Thiel2016-05-191-0/+3
|\ \
| * | Fix order of operators before executing the git commandGuyzmo2016-05-121-0/+3
| |/
* | Use correct mode for executable filesSebastian Thiel2016-05-192-2/+2
* | Clarify costs of certain propertiesSebastian Thiel2016-05-191-2/+7
* | Deprecate Diffable.rename for .renamed_fileSebastian Thiel2016-05-192-1/+12
|/
* Allow "@" sign in fetch output linesVincent Driessen2016-04-241-2/+1
* Fix assertion2.0.0Sebastian Thiel2016-04-221-1/+1
* Merge pull request #414 from nvie/support-full-datetimes-on-commitsSebastian Thiel2016-04-203-2/+50
|\
| * Fix accidentally added importVincent Driessen2016-04-191-1/+0
| * Add support for getting "aware" datetime infoVincent Driessen2016-04-194-2/+51
* | Merge pull request #415 from nvie/fix-for-unicode-pathsSebastian Thiel2016-04-203-15/+139
|\ \
| * | Python 3 compat fixesVincent Driessen2016-04-202-2/+5
| * | Fix diff patch parser for paths with unsafe charsVincent Driessen2016-04-193-15/+136
| |/
* | Allow "$" sign in fetch output linesVincent Driessen2016-04-201-1/+1
|/
* Support repeated kwargsVincent Driessen2016-04-192-12/+24
* Fix order of regex partsVincent Driessen2016-04-191-3/+4
* Make test stricterVincent Driessen2016-04-191-1/+1
* Fix regexVincent Driessen2016-04-191-2/+2
* Make diff patch parsing more reliableVincent Driessen2016-04-194-14/+38
* Merge remote-tracking branch 'upstream/master' into enrich-incremental-blame-...Vincent Driessen2016-04-194-13/+45
|\
| * Remove Python 2.6 hackVincent Driessen2016-04-191-8/+1
| * Perform diff-tree recursively to have the same output as diffVincent Driessen2016-04-141-0/+2
| * Drop dependency on sixVincent Driessen2016-04-142-4/+5
| * Fix test casesVincent Driessen2016-04-141-4/+5
| * Export NULL_TREEVincent Driessen2016-04-141-1/+1