cli/pkg/cmd
William Martin 2ee6737053 Use regex to split apart the git client Commit logs
Theoretically this should be clearer and more robust than the previous
version which had some custom loop logic while trying to parse newlines
and determine whether it had reached a new commit entry by trying to parse
a git sha. This would not have worked correctly if a commit body contained
a sha on a new line.
2024-02-27 20:49:00 +01:00
..
actions Additional formatting changes 2023-12-01 09:08:51 -05:00
alias Wrap special values and placeholders like - and $1 2023-11-23 07:09:29 +08:00
api Leftovers 2023-11-23 07:12:47 +08:00
auth Add force flag to setup-git command (#8552) 2024-01-18 13:28:37 +01:00
browse Update pkg/cmd/browse/browse.go 2024-01-05 10:53:15 -04:00
cache Update cache list key example to be clearer 2024-02-09 17:21:43 +01:00
codespace Fix linting error 2024-01-30 13:24:23 -08:00
completion Bump github.com/spf13/cobra from v1.4.0 to v1.5.0 (#6196) 2022-09-06 09:43:40 +04:00
config Update pkg/cmd/config/config.go 2024-01-23 13:26:48 -05:00
extension Add progress indicator when installing an extension (#8411) 2023-12-04 19:52:11 +00:00
factory Rename authCfg.Token to authCfg.ActiveToken and authCfg.SetToken to authCfg.SetActiveToken 2023-12-06 14:06:28 +01:00
gist test update, more consistent default value display 2024-01-08 23:23:24 -05:00
gpg-key Remove uses of FuzzyAgoAbbr in tables (#8222) 2023-10-22 17:33:49 +02:00
issue Fix some typos raised by codespell 2024-01-17 15:34:49 +01:00
label Avoid parsing create or update label http response 2024-01-31 18:55:52 +01:00
org Add headers to all tables (#8157) 2023-10-20 11:20:02 +02:00
pr Use regex to split apart the git client Commit logs 2024-02-27 20:49:00 +01:00
project Merge pull request #8589 from fpistm/typo_fix 2024-01-18 12:42:05 +01:00
release switch to [] characters for default info in usage strings 2024-02-01 21:35:31 +00:00
repo Remove mainLoop label from garden 2024-02-17 13:45:39 +01:00
root Merge pull request #8367 from Rebeccasun31/show_aliases 2024-02-08 14:05:05 -05:00
ruleset Wrap scopes 2023-11-23 07:22:57 +08:00
run Merge branch 'trunk' into cli-8009 2023-12-13 12:56:26 -05:00
search search repos command add usage example for --archived=false (#8391) 2024-01-17 19:53:26 +00:00
secret Add json export flags to variable list command (#8516) 2024-01-17 10:09:09 -08:00
ssh-key Remove uses of FuzzyAgoAbbr in tables (#8222) 2023-10-22 17:33:49 +02:00
status Add headers to all tables (#8157) 2023-10-20 11:20:02 +02:00
variable bug: fixed the result.Operation variable prior to patchRepoVariable being called in the setVariable function. 2024-02-18 11:12:01 +11:00
version Fix --version flag printing to stdout 2022-05-24 16:21:13 +02:00
workflow Add json export flags to variable list command (#8516) 2024-01-17 10:09:09 -08:00