aboutsummaryrefslogtreecommitdiff
path: root/git/test
AgeCommit message (Collapse)Author
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
Fixes #650
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
test now works
2019-10-15allow calling index.add, index.move and index.remove with single itemsMarcel
added testing for it closes #813
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
Revert "use git rev-parse to look for config file" This reverts commit 0b6b90f9f1e5310a6f39b75e17a04c1133269e8f. Fix #906 Reopen #719
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
Kwargs were not transformed correctly if a value was set to 0 due to wrong if condition. Signed-off-by: František Nečas <fifinecas@seznam.cz>
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
Oh how much I dislike linters that don't format, and a lack of formatter integration into my IDE :(.
2019-07-06Fix regex to support empty email addresses i.e. 'name <>'Sebastian Thiel
Fixes #833
2019-07-06Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ↵Sebastian Thiel
ajdavis-multi-value
2019-05-05Resolve test incompatibility with git v2.21.0James E. King III
This fixes #869
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
#717
2019-01-20Support multiple git config values per optionA. Jesse Jiryu Davis
Solves #717
2018-10-13Respect _common_dir when finding repository config fileLuc Ritchie
Among other things, remotes are now correctly identified when in a separate worktree.
2018-08-05Exclude kwarg when NoneAndrew Rabert
2018-08-05Add test that raises TypeError in git.execute(..., output_stream=file)Dmitry Nikulin
2018-07-15fix whitespace violationSebastian Thiel
2018-07-15Update test_docs.pyMark
Using "import as" is normally a time saver but for usability of the documentation, please consider removing osp and join with fully qualified calls for better snippet readability.
2018-07-15Allow pathlib.Path in Repo.__init__oldPadavan
2018-05-19Add change in type supportAurélien Matouillot
2018-05-19Get correcly rename change_type.Aurélien Matouillot
Also store the rename score
2018-05-18648 max_chunk_size can be now set to control output_stream behaviorPiotr Babij