Skip to content

Commit

Permalink
added hostname and timestamp to commit message
Browse files Browse the repository at this point in the history
This makes change tracking in the repo much easier later on.
  • Loading branch information
schtobia authored and FND committed Oct 25, 2017
1 parent f5b5b43 commit 40a40a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ $TODO_FULL_SH archive
cd "$TODO_DIR"
git diff
if [ "$mode" != "-v" ]; then
git commit -a $mode --allow-empty-message -m ""
git commit -a $mode -m "$(hostname): $(date -Iseconds)"
fi

0 comments on commit 40a40a4

Please sign in to comment.