add subgit commit message ufora export
This commit is contained in:
parent
bd70900035
commit
ff4b21e32c
9
local/bin/subgit-export
Executable file
9
local/bin/subgit-export
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/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
|
Loading…
Reference in New Issue
Block a user