cli/pkg/cmd/repo
Yukai Chou d7b8ecf33d Unify use of tab indent in non-test source files
Found with
    rg '(^ | \t|\t )' -g '*.go' -g '!*_test.go'

Mixed indent exceptions:
- wrapped long list items with extra 2-space indent
- code snippets using space indent
- commented code lines having "\t*// \t+" prefix
2024-08-03 00:35:30 +08:00
..
archive Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
clone Fix repo fork to use remote protocol if none configured 2024-05-10 10:48:36 +02:00
create Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
credits Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
delete Correct some typos 2023-04-21 03:51:31 +02:00
deploy-key Remove uses of FuzzyAgoAbbr in tables (#8222) 2023-10-22 17:33:49 +02:00
edit Wrap cli flags in backticks uniformly 2023-11-16 22:54:27 +08:00
fork Fix repo fork to use remote protocol if none configured 2024-05-10 10:48:36 +02:00
garden Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
list Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
rename Fix repo fork to use remote protocol if none configured 2024-05-10 10:48:36 +02:00
setdefault fixup! Use "GitHub Actions" as a whole 2023-11-23 07:29:04 +08:00
shared repo fork: directly fork under the desired name 2022-07-11 13:54:58 +02:00
sync switch to [] characters for default info in usage strings 2024-02-01 21:35:31 +00:00
unarchive Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
view Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
repo.go add command gh repo unarchive 2023-02-20 10:35:50 -08:00