cli/pkg
Mislav Marohnić 8df1e9946f
repo set-default: support bare git repos
The command was using this to check for git repo context:

    git rev-parse --is-inside-work-tree

With this change, this is used instead:

    git rev-parse --git-dir

The latter approach works in the context of a bare git repository, which does not have a worktree.
2023-01-18 20:45:12 +01:00
..
cmd repo set-default: support bare git repos 2023-01-18 20:45:12 +01:00
cmdutil Split issue commands into "General" vs. "Targeted" 2022-12-20 17:56:51 +01:00
extensions Go 1.19: fix comment formatting for moq-generated mocks 2022-12-12 16:58:25 +01:00
findsh go fmt 2021-12-02 16:12:24 +01:00
githubtemplate Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
httpmock Fix deleting remote branches with # in their name 2022-09-14 16:19:33 +02:00
iostreams Fix commands that use iostreams RefreshScreen (#6607) 2022-11-14 16:08:00 +01:00
jsoncolor api: avoid HTML-escaping JSON output 2022-07-25 13:10:44 +02:00
liveshare Start SSH server with gRPC 2023-01-10 11:59:56 -08:00
markdown Change markdown wrap limit match terminal width (#6016) 2022-09-01 07:36:25 +00:00
prompt fix linting 2022-07-27 14:15:27 -05:00
search Go 1.19: fix comment formatting for moq-generated mocks 2022-12-12 16:58:25 +01:00
set Add GH_HOST to hosts list if it has corresponding auth token (#5087) 2022-01-29 07:37:24 +00:00
ssh Create .ssh dir if not exists 2022-06-14 12:30:04 -05:00
surveyext feat: Fallback to notepad on Windows 2022-08-18 17:05:14 -04:00