summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* Resolve test incompatibility with git v2.21.0James E. King III2019-05-051-1/+1
* 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
* 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
* 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
* 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 grea...ishepard2018-04-041-2/+16
* git: index: base: use os.path.relpathRuslan Kuprieiev2018-04-041-0/+15
* github -> GitHubHugo2018-03-182-2/+2
* Use automatic formattersHugo2018-03-181-2/+2
* Unnecessary generator - rewrite as a set comprehensionHugo2018-03-183-4/+4
* Unnecessary generator - rewrite as a list comprehensionHugo2018-03-182-3/+3
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-187-11/+11
* Replace function call with set literalHugo2018-03-183-3/+3
* Drop support for EOL Python 2.6Hugo2018-03-189-52/+10
* Merge branch 'bf-includes' of https://github.com/yarikoptic/GitPython into ya...Sebastian Thiel2017-12-114-3/+42
|\
| * BF: wrap map into list, since iterator is not well digested by GitConfigParserYaroslav Halchenko2017-11-271-1/+1
| * BF: process included files before the restYaroslav Halchenko2017-11-274-3/+42
* | BF(WIN): where could report multiple hits, so choose firstYaroslav Halchenko2017-11-281-1/+1
* | RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks testsYaroslav Halchenko2017-11-281-1/+1
* | BF(WIN): use where instead of which while looking for gitYaroslav Halchenko2017-11-281-1/+4
* | RF(TST): skip all tests dealing with hooks on windowsYaroslav Halchenko2017-11-281-0/+1
* | RF: no "need" for custom shebang on windows since just does not workYaroslav Halchenko2017-11-281-3/+1
* | RF(+BF?): refactor hooks creation in a test, and may be make it compat with w...Yaroslav Halchenko2017-11-281-32/+39
* | RF: last of flake8 fails - avoid using temp variable in a testYaroslav Halchenko2017-11-281-2/+1
* | BF(PY26): {} -> {0}, i.e. explicit index for .format()Yaroslav Halchenko2017-11-271-2/+2
* | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-273-31/+31
|/
* Merge pull request #697 from cblegare/masterSebastian Thiel2017-11-191-1/+11
|\
| * Remove trailing slash on drive pathCharles Bouchard-Légaré2017-11-161-1/+11
* | Merge pull request #693 from satahippy/masterSebastian Thiel2017-11-191-29/+85
|\ \ | |/ |/|
| * IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.satahippy2017-10-301-29/+85
* | Converting path in clone and clone_from to str before any other operation in ...Mikuláš Poul2017-10-071-0/+14
|/
* Keeping env values passed to `clone_from`Piotr Babij2017-09-301-0/+9
* Merge branch 'master' into masterSebastian Thiel2017-09-281-0/+9
|\
| * Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel2017-09-282-2/+4
| |\
| * | Renamed refresh to setup and removed alias function & added unittestOdegard, Ken2017-07-091-0/+9
* | | Merge branch 'master' into masterSebastian Thiel2017-09-282-2/+4
|\ \ \ | | |/ | |/|
| * | Merge pull request #654 from vathpela/worktreesSebastian Thiel2017-09-281-0/+2
| |\ \
| | * | worktrees: make non-packed refs also work correctly.Peter Jones2017-08-221-0/+2
| | |/
| * | Fix test_docsSebastian Thiel2017-09-281-2/+2
| |/
* | test if it accepts environment variables in commandsAnson Mansfield2017-07-192-0/+15
|/
* Update changelog and improve docs on skipped testSebastian Thiel2017-07-011-1/+2
* Try to ignore test on windows as it fails for the wrong reasonsSebastian Thiel2017-07-011-1/+1
* Maybe work around AppVeyor setting a bad email?Peter Jones2017-07-011-0/+3
* Repo: handle worktrees betterPeter Jones2017-07-012-12/+51