🤖 Repository layout updated to latest version
Some checks failed
Test Python / Test (push) Failing after 24s
Some checks failed
Test Python / Test (push) Failing after 24s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
parent
f1221868a1
commit
872b040cab
|
@ -6,12 +6,12 @@
|
|||
|
||||
# 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)**
|
||||
|
||||
# Old Description
|
||||
|
||||
Quick and dirty time tracker on git histories.
|
||||
|
||||
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
|
||||
less than an hour ago.
|
||||
|
|
4
setup.py
4
setup.py
|
@ -15,6 +15,10 @@ PACKAGE_DESCRIPTION = """
|
|||
|
||||
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)**
|
||||
|
||||
# Old Description
|
||||
|
||||
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
|
||||
less than an hour ago.
|
||||
|
|
Reference in New Issue
Block a user