From 137e02f57becc7086ebbd9ba38ec0e31143dcf8a Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Tue, 5 Sep 2017 02:17:16 -0400 Subject: Setup worktree timestamp logic Added logic to update the 'updated' timestamp whenever the worktree is checked out or committed. systrunk status now displays this timestamp. --- commit.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'commit.sh') diff --git a/commit.sh b/commit.sh index b3d20f5..964b26f 100644 --- a/commit.sh +++ b/commit.sh @@ -90,6 +90,7 @@ function systr_commit systr_repo_finish_commit "$commit" "$branchcommit" echo "$commit" >.systr/BASE + date >.systr/updated if [[ "$branch" != "$branchcommit" ]]; then systr_repo_set_reference "$branch" "$commit" -- cgit v1.2.3