summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adding diff support for copied files, still working on testJJ Graham2019-10-193-0/+26
|/
* removed Unnecessary pass statementPratik Anurag2019-10-151-1/+0
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* removed trailing whitespacesPratik Anurag2019-10-151-2/+2
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* Update test_streams.pyPratik Anurag2019-10-151-2/+2
|
* renamed unused variablesPratik Anurag2019-10-151-1/+1
|
* renamed unused variablesPratik Anurag2019-10-151-2/+2
|
* renamed unused variablesPratik Anurag2019-10-151-1/+1
|
* renamed unsed variablesPratik Anurag2019-10-151-1/+1
|
* renamed ununsed variablesPratik Anurag2019-10-151-1/+1
|
* renamed ununsed variablesPratik Anurag2019-10-151-1/+1
|
* As string is iterable, changed to isinstance checkMarcel2019-10-151-3/+5
| | | | test now works
* allow calling index.add, index.move and index.remove with single itemsMarcel2019-10-151-1/+8
| | | | | added testing for it closes #813
* remove previously added debug code from test_doc.pySebastian Thiel2019-09-301-1/+1
|
* Try to fix tests; get more debug outputSebastian Thiel2019-09-301-1/+1
|
* Parse rejected deletes.Uri Baghin2019-09-281-0/+8
|
* Remove assert that can fail erroneously.Uri Baghin2019-09-281-1/+0
|
* Fix test_commit_msg_hook_success.Uri Baghin2019-09-281-1/+1
|
* Fix #889: Add DeepSource config and fix some major issuesMohit Solanki2019-09-103-7/+10
|
* Adding testArthur Milchior2019-08-141-0/+22
|
* Fix performance regression, see #906Sebastian Thiel2019-08-141-1/+2
| | | | | | | | | Revert "use git rev-parse to look for config file" This reverts commit 0b6b90f9f1e5310a6f39b75e17a04c1133269e8f. Fix #906 Reopen #719
* Fix test bound to major versionSebastian Thiel2019-08-111-1/+1
|
* use git rev-parse to look for config fileBenjamin Dauvergne2019-08-111-2/+1
|
* Fix Git.transform_kwargFrantišek Nečas2019-07-291-0/+1
| | | | | | | 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>
* Fix testSantos Gallegos2019-07-201-3/+2
|
* Add testSantos Gallegos2019-07-201-0/+19
|
* Add support to pass clone options that can be repeated multiple timesSteven Whitman2019-07-061-0/+16
|
* Satisfy flake8Sebastian Thiel2019-07-061-1/+2
| | | | | Oh how much I dislike linters that don't format, and a lack of formatter integration into my IDE :(.
* Fix regex to support empty email addresses i.e. 'name <>'Sebastian Thiel2019-07-061-0/+5
| | | | Fixes #833
* Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ↵Sebastian Thiel2019-07-062-1/+115
|\ | | | | | | ajdavis-multi-value
| * Use items and items_all correctlyA. Jesse Jiryu Davis2019-01-211-1/+11
| | | | | | | | #717
| * Support multiple git config values per optionA. Jesse Jiryu Davis2019-01-202-0/+104
| | | | | | | | Solves #717
* | Resolve test incompatibility with git v2.21.0James E. King III2019-05-051-1/+1
| | | | | | | | This fixes #869
* | Fix test-only issue with git 2.20 or later handling a clobbered tagJames E. King III2019-03-151-2/+8
|/
* Respect _common_dir when finding repository config fileLuc Ritchie2018-10-131-0/+5
| | | | | Among other things, remotes are now correctly identified when in a separate worktree.
* Exclude kwarg when NoneAndrew Rabert2018-08-051-1/+3
|
* Add test that raises TypeError in git.execute(..., output_stream=file)Dmitry Nikulin2018-08-051-0/+6
|
* fix whitespace violationSebastian Thiel2018-07-151-1/+0
|
* Update test_docs.pyMark2018-07-151-17/+17
| | | 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.
* Allow pathlib.Path in Repo.__init__oldPadavan2018-07-151-0/+8
|
* Add change in type supportAurélien Matouillot2018-05-193-0/+38
|
* Get correcly rename change_type.Aurélien Matouillot2018-05-191-0/+2
| | | | Also store the rename score
* 648 max_chunk_size can be now set to control output_stream behaviorPiotr Babij2018-05-181-0/+17
|
* Avoid from_timestamp() function to raise an exception when the offset is ↵ishepard2018-04-041-2/+16
| | | | | | greater or lower than 24 hours. Add tests that exercise the new behaviour
* git: index: base: use os.path.relpathRuslan Kuprieiev2018-04-041-0/+15
| | | | | | Fixes #743 Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com>
* github -> GitHubHugo2018-03-182-2/+2
|
* Use automatic formattersHugo2018-03-181-2/+2
|
* Unnecessary generator - rewrite as a set comprehensionHugo2018-03-183-4/+4
|