AndiH / QuantifiedSelf

Scripts for quantifying stuff from my life
GNU General Public License v2.0
19 stars 2 forks source link

/Commits/updateLocalDb.py: Add more Git data #1

Closed AndiH closed 10 years ago

AndiH commented 10 years ago

As of writing this issue, only a commit's date, hash, and message are written to the database. Also interesting and in need of addition to the script are:

Nepomuk commented 10 years ago

I think there is not much left to add which you might get from git.

AndiH commented 10 years ago

Maybe an information about the kind of commited file would be good. Either three columns in the table or a kind of 'tag' behind each file. Like »bla.C[A], blubb.py[M], rhabarber[D]« (Added, Modified, Deleted).

Nepomuk commented 10 years ago

I would go with the three columns and put the changed/added/removed files in separate fields. Then it is easier to process afterwards and it has no self-made syntax to decode.

AndiH commented 10 years ago

Yeah. You're right.