mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-03 06:50:57 +08:00
oops, don't append, overwrite
This commit is contained in:
parent
64648b4b35
commit
905b3b9379
@ -15,8 +15,8 @@ rm eigen_gen_credits.log
|
||||
hg pull >> eigen_gen_credits.log
|
||||
|
||||
wget http://eigen.tuxfamily.org/index.php?title=ContributorsInfo -O online-info.out -a eigen_gen_credits.log
|
||||
hg churn -r 37: --changesets -t {author} >> churn-changesets.out
|
||||
hg churn -r 37: -t {author} >> churn-changedlines.out
|
||||
hg churn -r 37: --changesets -t {author} > churn-changesets.out
|
||||
hg churn -r 37: -t {author} > churn-changedlines.out
|
||||
|
||||
g++ scripts/eigen_gen_credits.cpp -o e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user