aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNao Ueda <nao.uedder@gmail.com>2021-02-06 13:49:40 +0900
committerNao Ueda <nao.uedder@gmail.com>2021-02-06 13:50:48 +0900
commita15267e242797d49345b34c01e955d5055f67c8e (patch)
tree2c870bd03b56edb78bd14a26a32706ea854c9197 /README.md
parentd66c5b12d46dea17e4aa1a7066727ec353737a95 (diff)
downloadgit-file-changed-time-getter-a15267e242797d49345b34c01e955d5055f67c8e.tar.gz
git-file-changed-time-getter-a15267e242797d49345b34c01e955d5055f67c8e.tar.bz2
git-file-changed-time-getter-a15267e242797d49345b34c01e955d5055f67c8e.zip
fix README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b81726..fbe8062 100644
--- a/README.md
+++ b/README.md
@@ -15,5 +15,5 @@ Probably this concept is itself intentionally, so this wrapper script is expecte
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_**.
+- 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_.