зеркало из https://github.com/mislav/hub.git
Merge pull request #2218 from tpope/empty-alias-error
Fix error message on hub --paginate
This commit is contained in:
Коммит
3edbd86fab
|
@ -122,6 +122,9 @@ func executeCommands(cmds []*cmd.Cmd, execFinal bool) error {
|
|||
|
||||
func expandAlias(args *Args) {
|
||||
cmd := args.Command
|
||||
if cmd == "" {
|
||||
return
|
||||
}
|
||||
expandedCmd, err := git.Alias(cmd)
|
||||
|
||||
if err == nil && expandedCmd != "" && !git.IsBuiltInGitCommand(cmd) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче