File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 CmdHook = & cli.Command {
3333 Name : "hook" ,
3434 Usage : "(internal) Should only be called by Git" ,
35- Hidden : true , //internal commands shouldn't be visible
35+ Hidden : true , // internal commands shouldn't be visible
3636 Description : "Delegate commands to corresponding Git hooks" ,
3737 Before : PrepareConsoleLoggerLevel (log .FATAL ),
3838 Commands : []* cli.Command {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919var CmdKeys = & cli.Command {
2020 Name : "keys" ,
2121 Usage : "(internal) Should only be called by SSH server" ,
22- Hidden : true , //internal commands shouldn't not be visible
22+ Hidden : true , // internal commands shouldn't not be visible
2323 Description : "Queries the Gitea database to get the authorized command for a given ssh key fingerprint" ,
2424 Before : PrepareConsoleLoggerLevel (log .FATAL ),
2525 Action : runKeys ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ var CmdServ = &cli.Command{
4141 Name : "serv" ,
4242 Usage : "(internal) Should only be called by SSH shell" ,
4343 Description : "Serv provides access auth for repositories" ,
44- Hidden : true , //Internal commands shouldn't be visible in help
44+ Hidden : true , // Internal commands shouldn't be visible in help
4545 Before : PrepareConsoleLoggerLevel (log .FATAL ),
4646 Action : runServ ,
4747 Flags : []cli.Flag {
You can’t perform that action at this time.
0 commit comments