Compare commits

..

No commits in common. "ff4b21e32c58a9ff21b7528b0d5c1d8064796746" and "d276649800d8e59381d715fb19310e8f2ea5afb0" have entirely different histories.

4 changed files with 0 additions and 12 deletions

View File

@ -1 +0,0 @@
watch_later

View File

@ -1,3 +1,2 @@
credentials.toml
userstate.toml
userstate.cbor

View File

@ -2,4 +2,3 @@ dht.dat
resume
stats.json
torrents
settings.json.tmp.*

View File

@ -1,9 +0,0 @@
#!/bin/sh
printf 'OrgDefinedId,%s Text Grade,End-of-Line Indicator\n' "${1:-Commit}"
for d in 0*; do
cd "$d"
printf "#%s,%s,#\n" "$d" "$(git log --oneline | head -1 | tr -d ',')"
cd ..
done