aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix py2k->py3k problmesMatěj Cepl2024-04-292-6/+2
|
* Only use pygit2's blame via opt-inAntonin Delpeuch2023-09-242-0/+33
| | | | | | This can be reconsidered if pygit2's blame algorithm improves. The option can still be useful if the 'git' command is not available on the system.
* Fix deps fetching on the root commitAntonin Delpeuch2023-09-222-3/+34
| | | | Closes #125.
* Start test suite of running git-deps on itselfAntonin Delpeuch2023-09-204-0/+33
| | | | For #4.
* create-repo.sh: add backporting use caseAdam Spiers2018-05-171-1/+20
|
* create-repo.sh: create feature branch on separate invocationAdam Spiers2018-05-171-8/+19
|
* create-repo.sh: allow usage outside git-deps testingAdam Spiers2018-05-171-1/+1
|
* create-repo.sh: make sure we exit 0Adam Spiers2018-05-171-0/+2
| | | | For some reason the final read is causing exit 1.
* create-repo.sh: add a feature branchAdam Spiers2018-05-171-0/+9
|
* create-repo.sh: use foo etc. for changed linesAdam Spiers2018-05-171-4/+4
| | | | Letters are already used for filenames so keep them distinct for clarity.
* create-repo.sh: refactoring into new edit functionAdam Spiers2018-05-171-14/+13
|
* create-repo.sh: start moving code into functionsAdam Spiers2018-05-171-37/+42
|
* remove unneeded metadata variablesAdam Spiers2018-05-161-4/+1
| | | | https://github.com/blue-yonder/pyscaffold/issues/%3162
* fix flake8 issuesAdam Spiers2018-05-152-2/+2
|
* remove broken scaffold test and add a working oneAdam Spiers2018-05-152-17/+14
|
* convert into a proper Python moduleAdam Spiers2018-05-154-0/+90
Sem-Ver: api-break