7fd153d503d35bea410bca03a189339ac9e2ba7d brianlee Wed Dec 8 11:32:13 2021 -0800 Adding myself as an alias in whoMadeIt.csh, approved by b0b after talking with him in the office. diff --git src/utils/qa/whoMadeIt.csh src/utils/qa/whoMadeIt.csh index 243cd45..078b3f9 100755 --- src/utils/qa/whoMadeIt.csh +++ src/utils/qa/whoMadeIt.csh @@ -8,35 +8,35 @@ # # gets info about who wrote the lines in a program # ################################ 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') + 'Donna Karolchik' 'Fan Hsu' 'Robert Kuhn' 'Maximilian Haeussler' 'Brian Lee') set alias=( ann braney rhead kent aamp \ larrym markd kate hiram tdreszer \ galt giardine angie baertsch \ - donnak fanhsu kuhn Max) + donnak fanhsu kuhn Max 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 " 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