Compare commits
3 Commits
b5c15f5d9a
...
872b040cab
Author | SHA1 | Date | |
---|---|---|---|
872b040cab | |||
f1221868a1 | |||
1893504d45 |
|
@ -8,6 +8,10 @@
|
|||
|
||||
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.
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
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.
|
||||
|
|
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