mfojtik / tracker

Simple GIT patch review tracker
1 stars 1 forks source link

Support uploading/downloading patches #7

Closed mfojtik closed 12 years ago

mfojtik commented 12 years ago

The record can possibly upload the patches to Tracker application where they will be stored in database. Later on when reviewer want to apply them, he don't need to manually save emails with patches but rather just call tracker apply ID and the patchset ID will be downloaded and applied in current working branch.

mfojtik commented 12 years ago

This is done by:

$ tracker record -u

or

$ tracker upload

Patches can be downloaded then using:

$ tracker apply COMMIT

or

$ tracker download SET_ID