summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* fix(test): put `test_commits` backSebastian Thiel2016-09-251-0/+1
* fix(test): deal with py2 and py3Sebastian Thiel2016-09-251-1/+3
* fix(index): improve LockedFD handlingSebastian Thiel2016-09-251-0/+17
* fix(Head): checkout() handles detached headSebastian Thiel2016-09-111-0/+6
* fix(repo): make it serializable with pickleSebastian Thiel2016-09-111-1/+5
* Update Remotes section (#502)Forrest Hopkins2016-08-241-2/+7
* fix(commit): handle gpgsig properlySebastian Thiel2016-08-211-1/+29
* Updated unittest.Phil Elson2016-08-191-2/+2
* Merge pull request #496 from haizaar/masterSebastian Thiel2016-08-021-0/+18
|\
| * is_dirty supports path. Fixes #482.Zaar Hai2016-08-011-0/+18
* | fix flake8 problemsBarry Scott2016-08-011-3/+3
* | add test to detect the corrupt logBarry Scott2016-08-011-1/+12
* | fix(diff): use explicit change-type if possibleSebastian Thiel2016-07-232-0/+10
* | fix(blame): lazily fetch full commit messageSebastian Thiel2016-07-171-1/+1
|/
* Store raw path bytes in Diff instanceskeep-raw-bytes-on-diffsVincent Driessen2016-06-141-1/+5
* fix(test_docs): skip master-dependent assertionSebastian Thiel2016-06-141-1/+3
* Merge pull request #446 from guyzmo/updating_remote_url_handlingSebastian Thiel2016-06-141-2/+47
|\
| * Adding support for git remote set-url/get-url API to RemoteGuyzmo2016-06-081-2/+47
* | Merge pull request #467 from gitpython-developers/fix-dont-choke-on-invalid-u...Sebastian Thiel2016-06-142-6/+14
|\ \
| * | Don't choke on (legitimately) invalidly encoded Unicode pathsfix-dont-choke-on-invalid-unicode-pathsVincent Driessen2016-06-062-6/+14
* | | fix(cmd): allow any kind of status messageSebastian Thiel2016-06-131-1/+0
|/ /
* | fix(test): remove unused importSebastian Thiel2016-06-021-1/+1
* | fix(test): do not skip test on travisSebastian Thiel2016-06-011-2/+0
* | Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...Sebastian Thiel2016-05-302-0/+13
|\ \
| * | 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-302-6/+14
|\ \
| * | Fix bug in diff parser outputfix-octal-escaped-path-parser-bugVincent Driessen2016-05-302-6/+14
| |/
* | Skip test that always fails on Travis CIfix-ci-testsVincent Driessen2016-05-301-5/+6
|/
* fix(RemoteProgress): improve message sanitizationSebastian Thiel2016-05-251-0/+8
* Split lines by new line charactersJonathan Chu2016-05-241-1/+1
* Merge pull request #433 from StevenWColby/masterSebastian Thiel2016-05-195-5/+5
|\
| * Need spaces in Emacs style encoding commentSteven Colby2016-05-185-5/+5
* | Deprecate Diffable.rename for .renamed_fileSebastian Thiel2016-05-191-0/+2
|/
* Fix assertion2.0.0Sebastian Thiel2016-04-221-1/+1
* Merge pull request #414 from nvie/support-full-datetimes-on-commitsSebastian Thiel2016-04-201-0/+11
|\
| * Fix accidentally added importVincent Driessen2016-04-191-1/+0
| * Add support for getting "aware" datetime infoVincent Driessen2016-04-192-0/+12
* | Python 3 compat fixesVincent Driessen2016-04-201-1/+1
* | Fix diff patch parser for paths with unsafe charsVincent Driessen2016-04-192-2/+102
|/
* Support repeated kwargsVincent Driessen2016-04-191-0/+4
* Make test stricterVincent Driessen2016-04-191-1/+1
* Make diff patch parsing more reliableVincent Driessen2016-04-193-4/+16
* Merge remote-tracking branch 'upstream/master' into enrich-incremental-blame-...Vincent Driessen2016-04-192-2/+28
|\
| * Fix test casesVincent Driessen2016-04-141-4/+5
| * Support "root" as a special value in .diff() callsVincent Driessen2016-04-142-1/+26
* | Return all available data from git-blameVincent Driessen2016-04-141-2/+9
|/
* Merge pull request #409 from nvie/add-incremental-blame-supportSebastian Thiel2016-04-142-0/+54
|\
| * Add incremental blame supportVincent Driessen2016-04-132-0/+54
* | fixed unittest of issue #407 for Python3Piotr Pietraszkiewicz2016-04-131-1/+1
* | fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz2016-04-131-0/+11
|/