aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-2310-12/+12
* rudimentary codespell configurationYaroslav Halchenko2023-01-231-0/+6
* [DATALAD RUNCMD] Fix one ambigous overridedYaroslav Halchenko2023-01-231-4/+4
* Merge pull request #986 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2023-01-222-9/+9
|\
| * build(deps): bump github.com/xanzy/go-gitlab from 0.77.0 to 0.78.0dependabot[bot]2023-01-182-9/+9
* | Merge pull request #1001 from MichaelMure/style/clean-up-linter-issuesMichael Muré2023-01-2214-18/+17
|\ \
| * | docs(commands): try to make cleaned argument use more obviousSteve Moyer2023-01-203-3/+6
| * | style: resolve PR commentsSteve Moyer2023-01-194-10/+4
| * | style: clean up linter complaintsSteve Moyer2023-01-1810-11/+13
| |/
* | Merge pull request #1005 from MichaelMure/cli-testingMichael Muré2023-01-223-23/+146
|\ \
| * | commands: add a helper to generate testing regex for CLI outputMichael Muré2023-01-223-23/+146
|/ /
* | Merge pull request #991 from vasser/fix/issue-928-version-infoMichael Muré2023-01-191-8/+57
|\ \
| * | version: code cleanup, fix some edge casesMichael Muré2023-01-194-44/+40
| * | dirty should be boolvasser2023-01-181-5/+6
| * | address PR reviewvasser2023-01-182-11/+15
| * | New approach to define the versionvasser2023-01-152-34/+40
| * | Fixed version info be set when go installvasser2023-01-132-11/+47
* | | Merge pull request #1002 from MichaelMure/changed-flagMichael Muré2023-01-194-20/+24
|\ \ \ | |_|/ |/| |
| * | commands: different pattern to detect changed flagsMichael Muré2023-01-184-20/+24
|/ /
* | Merge pull request #998 from MichaelMure/fix/996/create-env-onceMichael Muré2023-01-1841-142/+83
|\ \
| * | fix(commands): replace missing importSteve Moyer2023-01-172-1/+2
| * | Merge branch 'master' of github.com:MichaelMure/git-bugSteve Moyer2023-01-1711-107/+102
| |\ \ | |/ / |/| |
* | | Merge pull request #993 from MichaelMure/cmd-adaptMichael Muré2023-01-1711-107/+102
|\ \ \
| * | | commands: remove compact style for "bug", as the width adaptive default rende...Michael Muré2023-01-177-98/+57
| * | | command: adapt the output of the bug list to the terminal sizeMichael Muré2023-01-175-10/+46
|/ / /
| * / fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-1739-141/+81
|/ /
* | Merge pull request #994 from MichaelMure/feat/detect-stdin-stdout-modeMichael Muré2023-01-174-166/+281
|\ \
| * | execenv: move terminal detection to Out, introduce the compagnion InMichael Muré2023-01-174-228/+273
| * | feat: use isatty to detect a Termios insteadSteve Moyer2023-01-173-46/+28
| * | feat: detect os.Stdin/os.Stdout modeSteve Moyer2023-01-162-3/+91
|/ /
* | Merge pull request #990 from buestad/masterMichael Muré2023-01-142-1/+6
|\ \
| * | added EventMentionedInCommitHenrik Buestad2023-01-132-1/+6
| |/
* | Merge pull request #987 from MichaelMure/cache-progress-barMichael Muré2023-01-1410-81/+192
|\ \
| * | commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-1110-81/+192
| |/
* | Merge pull request #992 from MichaelMure/dependabot/go_modules/github.com/dus...Michael Muré2023-01-142-3/+3
|\ \
| * | build(deps): bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1dependabot[bot]2023-01-142-3/+3
|/ /
* | Merge pull request #933 from zinderic/feat-cleanup-subcommandMichael Muré2023-01-1427-70/+424
|\ \ | |/ |/|
| * repo: don't forget to close a fileMichael Muré2023-01-141-0/+3
| * repo: temporary use a fork of go-git due to https://github.com/go-git/go-git/...Michael Muré2023-01-142-2/+5
| * add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-1125-68/+416
|/
* Merge pull request #989 from MichaelMure/fix-testsMichael Muré2023-01-115-21/+40
|\
| * properly close files in edge cases in various placesMichael Muré2023-01-114-20/+36
| * repo: check error when closing a repo in testsMichael Muré2023-01-111-1/+4
|/
* Merge pull request #988 from MichaelMure/fix-cache-testMichael Muré2023-01-118-129/+104
|\
| * make go1.19 fmt happyMichael Muré2023-01-117-35/+36
| * cache: fix tests?Michael Muré2023-01-111-94/+68
|/
* Merge pull request #983 from MichaelMure/dependabot/go_modules/github.com/go-...Michael Muré2023-01-082-3/+3
|\
| * build(deps): bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2dependabot[bot]2023-01-062-3/+3
* | Merge pull request #984 from MichaelMure/fix/926/tests-fail-with-colorMichael Muré2023-01-081-0/+17
|\ \
| * | fix(commands): run tests in ./commands/... without ANSI colorSteve Moyer2023-01-071-0/+17