aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNao Ueda <nao.uedder@gmail.com>2021-02-06 13:42:39 +0900
committerNao Ueda <nao.uedder@gmail.com>2021-02-06 13:48:19 +0900
commitd66c5b12d46dea17e4aa1a7066727ec353737a95 (patch)
tree50f262a35d6b819bd7627fd9018457987024f3f2 /README.md
parentfa07b0e4d65a14a01d7494d2261b2868e587deee (diff)
downloadgit-file-changed-time-getter-d66c5b12d46dea17e4aa1a7066727ec353737a95.tar.gz
git-file-changed-time-getter-d66c5b12d46dea17e4aa1a7066727ec353737a95.tar.bz2
git-file-changed-time-getter-d66c5b12d46dea17e4aa1a7066727ec353737a95.zip
fix README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 84caa55..1b81726 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,12 @@ $ perl ./time-getter.pl
```
## ATTENTION
-On basically git concept, objects that have time state (_committer committed time_ and _author committed time_) is **ONLY** commit-objects.
+On basically git concept, objects that have time state (_committer committed time_ and _author committed time_) is **ONLY** _commit-objects_.
-Probably this concept is itself intentionally, so **this wrapper script is expected to use in some cases as a workaround**.
+Probably this concept is itself intentionally, so this wrapper script is expected to use in some cases as a **workaround**.
So if possible, you should consider another approach to the case before using this wrapper script.
## NOTE
-- This script prints timestamps where each blob object has changed between trees that are traced by commit-objects history. So if a file is changed in a branch and merged to the main branch with merge commit (e.g. using `--no-ff` option), **the timestamp comes from the merge commit**.
-- All timestamps are _committer-commit_ timestamps, not _author-commit_ timestamps.
+- This script prints timestamps where each blob object has changed between trees that are traced by _commit-objects_ history. So if a file is changed in a branch and merged to the main branch with _merge commit_ (e.g. using `--no-ff` option), the timestamp comes from the **_merge commit_**.
+- All timestamps are _committer-commit timestamps_, not _author-commit timestamps_.