|
|
@@ -118,7 +118,7 @@ customCommands:
|
|
|
key: "InitialValue"
|
|
|
command: |
|
|
|
bash -c "date \"+%Y-%m-%d %H:%M:%S %z\";
|
|
|
- git log -7 --pretty=format:%ad --date=iso;
|
|
|
+ git log --pretty=format:%ad --date=iso | uniq | head -7;
|
|
|
echo;
|
|
|
echo 2005-04-07 15:13:13 -0700;
|
|
|
echo 0000-00-00 00:00:00 +0000;"
|