diff options
author | Malf Furious <m@lfurio.us> | 2017-08-29 02:28:23 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-08-29 02:28:23 -0400 |
commit | 43648695c2448edb926bedce59b7b5a37bc5802e (patch) | |
tree | e7582728457519e68831b52446fe2add275678fd /repo-mutate.sh | |
parent | cd120958926681c8f2a870f2b0a480e056868a15 (diff) | |
download | systrunk-43648695c2448edb926bedce59b7b5a37bc5802e.tar.gz systrunk-43648695c2448edb926bedce59b7b5a37bc5802e.zip |
Update commit format
Added datetime metadata
Diffstat (limited to 'repo-mutate.sh')
-rw-r--r-- | repo-mutate.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo-mutate.sh b/repo-mutate.sh index 0f76316..e35424f 100644 --- a/repo-mutate.sh +++ b/repo-mutate.sh @@ -68,6 +68,7 @@ function systr_repo_finish_commit echo "$parent" >.commit.systr echo "$author" >.author.systr echo "$email" >.email.systr + date >.date.systr mv "../$commit.mesg" ".mesg.systr" |