DITrack: Frequently Asked Questions $Id$ $HeadURL$ 1. How do I close an issue? =========================== You can close an issue with the 'act' command: you'll be brought to a menu where several actions for the issue are available. The 'c' menu option marks the issue as 'closed'. 2. The documentation mentions a pre-commit hook script to be installed on the server side, but there seems to be no such one in the distribution archive? =========================================================================== That's correct. There is no such script implemented in current version of DITrack. It will be added in future releases. Though, you can still use DITrack even without this additional consistency enforcement measure. 3. Can I change a header *and* add a comment to the issue in one step? ====================================================================== Yes. Just use menu options 'h' (to edit the issue headers) and 'c' (to close the issue) in the same session of 'dt act'. You can do as many updates as you like. To achieve the same effect from the command line, use -a and -m (or -F) options of 'dt act', for example: $ dt act 123 -m "My comment" -a close:fixed,change-header:effort=herculean