aboutsummaryrefslogtreecommitdiff
path: root/git/test
AgeCommit message (Expand)Author
2019-12-29Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries
2019-10-29Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...Sebastian Thiel
2019-10-28Fix #920Victor Luzgin
2019-10-24Removing unused importJJ Graham
2019-10-24Fix #820JJ Graham
2019-10-23Merge branch 'master' into fix/deepsource-issuesAnil Khatri
2019-10-22fixed unused variable found PYL-W0612Anil Khatri
2019-10-22Adding assertions to existing test case to cover this changeJJ Graham
2019-10-21Removing f-strings to maintain 3.4 and 3.5 compatabilityJJ Graham
2019-10-21Added new test to cover the issue this fix addresses (#891)JJ Graham
2019-10-19Fix pickling of tzoffsetUwe L. Korn
2019-10-19Expanded new test for copied fileJJ Graham
2019-10-19Fixed new test for copied filesJJ Graham
2019-10-19Adding diff support for copied files, still working on testJJ Graham
2019-10-15removed Unnecessary pass statementPratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15Update test_streams.pyPratik Anurag
2019-10-15renamed unused variablesPratik Anurag
2019-10-15renamed unused variablesPratik Anurag
2019-10-15renamed unused variablesPratik Anurag
2019-10-15renamed unsed variablesPratik Anurag
2019-10-15renamed ununsed variablesPratik Anurag
2019-10-15renamed ununsed variablesPratik Anurag
2019-10-15As string is iterable, changed to isinstance checkMarcel
2019-10-15allow calling index.add, index.move and index.remove with single itemsMarcel
2019-09-30remove previously added debug code from test_doc.pySebastian Thiel
2019-09-30Try to fix tests; get more debug outputSebastian Thiel
2019-09-28Parse rejected deletes.Uri Baghin
2019-09-28Remove assert that can fail erroneously.Uri Baghin
2019-09-28Fix test_commit_msg_hook_success.Uri Baghin
2019-09-10Fix #889: Add DeepSource config and fix some major issuesMohit Solanki
2019-08-14Adding testArthur Milchior
2019-08-14Fix performance regression, see #906Sebastian Thiel
2019-08-11Fix test bound to major versionSebastian Thiel
2019-08-11use git rev-parse to look for config fileBenjamin Dauvergne
2019-07-29Fix Git.transform_kwargFrantišek Nečas
2019-07-20Fix testSantos Gallegos
2019-07-20Add testSantos Gallegos
2019-07-06Add support to pass clone options that can be repeated multiple timesSteven Whitman
2019-07-06Satisfy flake8Sebastian Thiel
2019-07-06Fix regex to support empty email addresses i.e. 'name <>'Sebastian Thiel
2019-07-06Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ajdav...Sebastian Thiel
2019-05-05Resolve test incompatibility with git v2.21.0James E. King III
2019-03-15Fix test-only issue with git 2.20 or later handling a clobbered tagJames E. King III
2019-01-21Use items and items_all correctlyA. Jesse Jiryu Davis
2019-01-20Support multiple git config values per optionA. Jesse Jiryu Davis
2018-10-13Respect _common_dir when finding repository config fileLuc Ritchie