Compare commits
No commits in common. "872b040cab1105be68daa42eb76ad0483faabe7e" and "b5c15f5d9a0adb079092983d3cedd990fc9df513" have entirely different histories.
872b040cab
...
b5c15f5d9a
|
@ -8,10 +8,6 @@
|
|||
|
||||
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,10 +2,6 @@
|
|||
|
||||
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,10 +15,6 @@ 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