pancake
|
e6f2cd0b2a
|
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
|
2021-12-02 17:39:59 +01:00 |
|
Maijin
|
9227815fdb
|
Change radare->radareorg links
|
2019-10-07 10:48:31 +02:00 |
|
VisualPrankDude
|
378e4d9d22
|
Update sync.sh
not sure if this is really an improvement, now it does not need bash and does not use [ ]
|
2014-02-25 01:36:51 +01:00 |
|
schrotthaufen
|
c5c38542a9
|
Added a script to ease syncing a forked repo with upstream
|
2014-02-14 00:52:27 +01:00 |
|