File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -581,8 +581,8 @@ subroutine cmd_new(settings)
581
581
function git_metadata (what ) result(returned)
582
582
! > get metadata values such as email address and git name from git(1) or return appropriate default
583
583
use fpm_filesystem, only : get_temp_filename, getline
584
- character (len=* ), intent (in ) :: what ! > keyword designating what git metatdata to query
585
- character (len= :), allocatable :: returned ! > value to return for requested keyword
584
+ character (len=* ), intent (in ) :: what ! keyword designating what git metatdata to query
585
+ character (len= :), allocatable :: returned ! value to return for requested keyword
586
586
character (len= :), allocatable :: command
587
587
character (len= :), allocatable :: temp_filename
588
588
character (len= :), allocatable :: iomsg
You can’t perform that action at this time.
0 commit comments