##// END OF EJS Templates
made git refs filter configurable ref issue #797...
made git refs filter configurable ref issue #797 - default --all was kept and --branches --tags (or even other variations) is possible to use via .ini file

File last commit:

r2527:95624ce4 beta
r3561:c04d1d9b beta
Show More
mem_watch
1 line | 165 B | text/plain | TextLexer
ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }'|grep [p]aster