dfb854ef9fb22061fa07b8901b8ff0c8fc39ab2b kuhn Sat Dec 11 13:05:34 2021 -0800 added rachel to list of aliases diff --git src/utils/qa/whoMadeIt.csh src/utils/qa/whoMadeIt.csh index 078b3f9..2e366eb 100755 --- src/utils/qa/whoMadeIt.csh +++ src/utils/qa/whoMadeIt.csh @@ -1,49 +1,51 @@ #!/bin/tcsh source `which qaConfig.csh` ################################ # # 02-22-07 # Robert Kuhn # -# gets info about who wrote the lines in a program +# gets info about who wrote the lines in a file # ################################ onintr cleanup set program="" set location="" set size="" # set up equivalence to combine split contributions under two logins set names=( 'Ann Zweig' 'Brian Raney' 'Brooke Rhead' 'Jim Kent' 'Andy Pohl'\ 'Larry Meyer' 'Mark Diekhans' 'Kate Rosenbloom' 'Hiram Clawson' 'Tim Dreszer' \ 'Galt Barber' 'Belinda Giardine' 'Angie Hinrichs' 'Robert Baertsch' \ - 'Donna Karolchik' 'Fan Hsu' 'Robert Kuhn' 'Maximilian Haeussler' 'Brian Lee') + 'Donna Karolchik' 'Fan Hsu' 'Robert Kuhn' 'Maximilian Haeussler' \ + 'Rachel Harte' 'Brian Lee') set alias=( ann braney rhead kent aamp \ larrym markd kate hiram tdreszer \ galt giardine angie baertsch \ - donnak fanhsu kuhn Max brianlee) + donnak fanhsu kuhn Max + hartera brianlee) # set names=( 'Jim Kent' ) # set alias=( kent ) set aliases=`echo $alias | wc -w` if ( $#argv != 1 ) then echo - echo " gets info about who wrote how many lines in a program." + echo " gets info about who wrote how many lines in a file." echo " expects your source tree in your ~/kent directory." echo " will work on a directory name." echo " writes some files in your kent directory, then removes them." echo echo " usage: `basename $0` program" echo exit else set program=$argv[1] endif if ( "$HOST" != "hgwdev" ) then echo "\n error: you must run this script on dev!\n" exit 1 endif