summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FIX: Import pytest in tests.test_docsDWesl2022-06-201-0/+2
* TST: Mark test_submodule.TestSubmodule.test_root_module as xfail on CygwinDWesl2022-06-201-0/+8
* TST: Mark test_repo.TestRepo.test_submodules as xfail on CygwinDWesl2022-06-201-0/+8
* TST: Mark test_docs.Tutorials.test_submodules as xfail on CygwinDWesl2022-06-201-0/+6
* CI: Turn of command echo for testsDWesl2022-06-111-1/+0
* BUG: Use Cygwin paths for Cygwin gitDWesl2022-06-111-2/+4
* CI: Install virtualenv for Cygwin CI.DWesl2022-06-111-1/+1
* CI: Set temporary directory for tests.DWesl2022-06-111-0/+2
* STY: Remove import of now-unused functionDWesl2022-06-111-1/+0
* BUG: Convert to native path before checking if absoluteDWesl2022-06-101-1/+5
* FIX: Fix flake8 command lineDWesl2022-06-101-1/+1
* CI: Specify full path to python executables.DWesl2022-06-101-11/+11
* CI: Mark GHA repo safe for Git to useDWesl2022-06-101-0/+3
* ENH: Update cygpath recodes to work with all installsDWesl2022-06-101-3/+3
* CI: Add a CI job with Cygwin testsDWesl2022-06-101-0/+53
* BUG: Fix is_cygwin_git to return True on Cygwin.DWesl2022-06-101-1/+3
* Bump actions/checkout from 2 to 3dependabot[bot]2022-05-291-1/+1
* Bump actions/setup-python from 2 to 3dependabot[bot]2022-05-291-1/+1
* chore: Included githubactions in the dependabot confignaveen2022-05-291-0/+6
* Merge pull request #1449 from whokilleddb/fix_testsSebastian Thiel2022-05-281-0/+2
|\
| * Fixed test-requirements.txtwhokilleddb2022-05-281-0/+2
* | Merge pull request #1448 from turrisxyz/Pinned-Dependencies-GitHubSebastian Thiel2022-05-281-0/+3
|\ \ | |/ |/|
| * chore: Set permissions for GitHub actionsnaveen2022-05-281-0/+3
|/
* Merge pull request #1440 from rdbisme/index-pathlikeSebastian Thiel2022-05-192-2/+13
|\
| * fix: Allow adding PathLike object to indexRuben DI BATTISTA2022-05-182-2/+13
|/
* Merge branch 'black-fmt'Sebastian Thiel2022-05-1869-3682/+5270
|\
| * can flake be tamed?black-fmtSebastian Thiel2022-05-183-1/+4
| * doesn't look like 'black' can be taught to be consistent across versionsSebastian Thiel2022-05-181-5/+0
| * reformat according to 'black' configuration file.Sebastian Thiel2022-05-1856-1753/+577
| * See if black can be tought to produce consistent resultsSebastian Thiel2022-05-182-1/+5
| * Revert "don't attempt black checking as it binds us to ever changing black ve...Sebastian Thiel2022-05-181-0/+5
| * don't attempt black checking as it binds us to ever changing black versionsSebastian Thiel2022-05-181-5/+0
| * improve compatibility of flake8 with blackSebastian Thiel2022-05-184-6/+12
| * Revert "Remove flake8 linting in favor of `black` formatting"Sebastian Thiel2022-05-1812-6/+59
| * Remove flake8 linting in favor of `black` formattingSebastian Thiel2022-05-1812-59/+6
| * Run everything through 'black'Sebastian Thiel2022-05-1865-3917/+6673
|/
* Merge pull request #1438 from luzpaz/typosSebastian Thiel2022-05-0823-33/+33
|\
| * Fix various typosluz paz2022-05-0723-33/+33
|/
* Merge pull request #1437 from glennmatthews/issue-1284Sebastian Thiel2022-05-054-20/+46
|\
| * Fix #1284: strip usernames from URLs as well as passwordsGlenn Matthews2022-05-044-20/+46
|/
* Merge pull request #1423 from toku-sa-n/strip_newline_optionSebastian Thiel2022-04-073-3/+16
|\
| * fix(docs): remove an unexpected blank lineHiroki Tokunaga2022-04-071-1/+0
| * docs: escape with backticksHiroki Tokunaga2022-04-071-1/+1
| * chore: `s/strip_newline/&_in_stdout`Hiroki Tokunaga2022-04-072-7/+7
| * chore: add me to AUTHORSHiroki Tokunaga2022-04-061-0/+1
| * feat(cmd): add the `strip_newline` flagHiroki Tokunaga2022-04-062-2/+15
|/
* Allow `repo.create_head`'s `commit` arg to be a `SymbolicReference`David Robertson2022-04-021-1/+2
* Fixed setting ref with non-ascii in pathDmitry Kalinin2022-03-231-1/+1
* fix typosJerry Jones2022-02-241-5/+5
* fix iter_commits comment, more in line with iter_itemsHoussam Kherraz2022-02-241-2/+2