summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* Set daemon attribute instead of using setDaemon method that was deprecated in...Karthikeyan Singaravelan2021-04-171-1/+1
* refactor; add failing test to validate #1210Sebastian Thiel2021-04-142-53/+54
* Merge pull request #1198 from RyaxTech/replace-password-in-uri-by-starsSebastian Thiel2021-03-193-13/+47
|\
| * Use continue instead of raising errorMichael Mercier2021-03-181-2/+2
| * Use copy and not inplace remove password + working case testMichael Mercier2021-03-162-10/+12
| * Add more test and remove password also from error logsMichael Mercier2021-03-152-9/+8
| * Put remove password in the utils and use it also in cmd.executeMichael Mercier2021-03-153-14/+35
| * Use urllib instead of custom parsingMichael Mercier2021-03-151-4/+10
| * Replace password in URI by stars if present + testMichael Mercier2021-03-111-1/+7
| * Merge pull request #1188 from Yobmod/mainSebastian Thiel2021-03-032-0/+6
| |\
| * | Use UTF-8 encoding when getting information about packed refsKlyahin Aleksey2021-03-031-1/+1
* | | remove commentSebastian Thiel2021-03-171-2/+0
* | | chane HEAD typing to SymbolicReferenceYobmod2021-03-161-1/+1
* | | fixes from #1202Yobmod2021-03-161-12/+16
* | | add types to git.__init__, compat, db, diff, exc, utilYobmod2021-03-1610-215/+320
* | | rebase on masterYobmod2021-03-161-1/+8
* | | Combined commits to add types to base.py and fun.pyyobmod2021-03-043-125/+198
| |/ |/|
* | move cmd.py types to another branch, mark typing import as unusedyobmod2021-02-282-10/+7
* | add py.typed, mypy.ini and git/types.pyyobmod2021-02-282-0/+6
* | drop py3.4 supportyobmod2021-02-281-4/+7
|/
* add replace method to git.CommitLars Kellogg-Stedman2021-02-151-7/+36
* version bump3.1.13Sebastian Thiel2021-02-091-0/+0
* Fix inheritance issue at commit.iter_itemsYuri Volchkov2021-02-051-1/+1
* fix universal_newlines TypeErrorx-santiaga-x2021-01-281-1/+3
* Make git.cmd.Git.CatFileContentStream iterableHex0522021-01-171-0/+3
* fix(fetch): use the correct FETCH_HEAD from within a worktreeGiel van Schijndel2021-01-141-3/+2
* fix flakeSebastian Thiel2021-01-081-0/+1
* First attempt to fix failing test of #1103fix-1103Sebastian Thiel2021-01-071-4/+10
* Fix handle_diff_line for -z option.Martin Liska2021-01-061-49/+49
* try fixing up test fixtures and implementationSebastian Thiel2021-01-061-2/+2
* Add '-z' on top of '--raw' to avoid path name manglingSebastian Thiel2021-01-061-1/+2
* fix universal_newlines TypeErrorJim Wisniewski2020-12-301-3/+4
* docs: fix simple typo, repostory -> repositoryTim Gates2020-12-251-1/+1
* Added ability to define git environment in submodule add/update methodsIgor Solovey2020-11-191-4/+16
* change decode type and add replace flagDavide Spadini2020-11-101-1/+1
* Fix default actor name handlingAthos Ribeiro2020-10-231-1/+1
* Get system user id in a lazy mannerAthos Ribeiro2020-10-221-4/+12
* Do not break convention when updating sys.pathXavier Verges2020-10-051-1/+1
* rename sublist to subsetSagi Shadur2020-09-291-1/+1
* Rename get_ignored to ignored and fix the documentationSagi Shadur2020-09-291-2/+2
* Find paths ignored in .gitignoreSagi Shadur2020-09-291-0/+13
* git/repo/base.py: is_dirty(): Fix pathspec handlingArnaud Patard2020-09-281-1/+1
* Ensure that detached HEAD does not raise when comparing branch name.Jeremy Retailleau2020-09-031-1/+7
* Reformat code to remove unnecessary indentationJeremy Retailleau2020-09-031-29/+31
* Add missing blank lineJeremy Retailleau2020-09-021-0/+1
* Add missing rules to match hierarchy pathJeremy Retailleau2020-09-021-12/+16
* Fix logic to properly compare glob pattern to valueJeremy Retailleau2020-09-021-15/+16
* Add method to retrieve all possible paths to includeJeremy Retailleau2020-09-021-1/+36
* Add reference to repository to config.Jeremy Retailleau2020-09-022-4/+8
* Update check method to find all includesJeremy Retailleau2020-09-021-1/+4