summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
| | | |/ | | |/|
* | | | make progress types more generalyobmod2021-05-031-3/+3
|/ / /
* | | add types to PushInfo.__init__() .remote_ref() and .old_commit()yobmod2021-05-031-4/+4
* | | update type of FetchInfo.refresh() to use Literalyobmod2021-05-031-2/+2
* | | copy sys.version checks for literal and final to git.typesyobmod2021-05-031-0/+5
* | | add initial types to remote.pyyobmod2021-05-0317-231/+340
* | | add types to git.compat and git.diffyobmod2021-03-025-64/+91
* | | add types to git.db and git.excyobmod2021-03-012-20/+39
* | | add types to git.util and git.__init__yobmod2021-03-013-57/+68
* | | start add types to util.pyyobmod2021-02-285-97/+135
* | | add types to base.py and fun.pyyobmod2021-02-282-121/+187
|/ /
* | 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