aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2965917613a7c65addebe431d4d0ad6a2f10805e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## About
A Perl script that wrapped some git command to get the updated-times (committed-times) from HEAD's tree for [git](https://git-scm.com/).

## How to use

```
$ 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.

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.