Fix archived readme
This commit is contained in:
parent
1893504d45
commit
f1221868a1
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
# Git-based Time Tracker.
|
# Git-based Time Tracker.
|
||||||
|
|
||||||
|
**This is an archived project. Functionality have been merged into [Personal Data](https://gitfub.space/Jmaa/personal-data)**
|
||||||
|
|
||||||
|
# Old Description
|
||||||
|
|
||||||
Quick and dirty time tracker on git histories.
|
Quick and dirty time tracker on git histories.
|
||||||
|
|
||||||
Uses the simple heuristics that each commit takes precisely one hour of work.
|
Uses the simple heuristics that each commit takes precisely one hour of work.
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
"""# Git-based Time Tracker.
|
"""# Git-based Time Tracker.
|
||||||
|
|
||||||
|
Quick and dirty time tracker on git histories.
|
||||||
|
|
||||||
**This is an archived project. Functionality have been merged into [Personal Data](https://gitfub.space/Jmaa/personal-data)**
|
**This is an archived project. Functionality have been merged into [Personal Data](https://gitfub.space/Jmaa/personal-data)**
|
||||||
|
|
||||||
# Old Description
|
# Old Description
|
||||||
|
|
||||||
Quick and dirty time tracker on git histories.
|
|
||||||
|
|
||||||
Uses the simple heuristics that each commit takes precisely one hour of work.
|
Uses the simple heuristics that each commit takes precisely one hour of work.
|
||||||
It will automatically trim commits below one hour if another commit occurred
|
It will automatically trim commits below one hour if another commit occurred
|
||||||
less than an hour ago.
|
less than an hour ago.
|
||||||
|
|
Reference in New Issue
Block a user