Skip to content

Commit 22f2166

Browse files
committed
Merge branch 'feat_commit_std' into main
27e788b (origin/feat_commit_std, feat_commit_std) enable git commit stdout log
2 parents b681acc + 27e788b commit 22f2166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activity.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ for day in {1..365} ; do
4141
for ((i=1;i<=${commits};i++)); do
4242
content=$(date -d "${day2}" +"%s")
4343
echo ${content}-${i} >> .commits/changes
44-
git commit -am "Commit number ${content}-${i}" > /dev/null 2>&1
45-
git commit --amend --no-edit --date "${day2}" > /dev/null 2>&1
44+
git commit -am "Commit number ${content}-${i}"
45+
git commit --amend --no-edit --date "${day2}"
4646
done
4747
done
4848

0 commit comments

Comments
 (0)