Age | Commit message (Collapse) | Author |
|
* gnbug (comma-split): New function.
(file-details): Use comma-split.
|
|
* gnbug (hashtable-append!): New function.
(file-details): Use hashtable-append!.
|
|
* gnbug (file-details): Comment on specification of assigned and title
metadata.
|
|
* gnbug: Import (rnrs io ports).
(main): Add show sub-command.
(gnbug-show): New function.
* README.gmi (gnbug): Document the show sub-command.
|
|
* gnbug (main): Make `gnbug' an alias for `gnbug list'.
|
|
* gnbug (main): Separate out sub-commands into gnbug-news, gnbug-list
and gnbug-edit functions.
(gnbug-news, gnbug-list, gnbug-edit): New functions.
|
|
* gnbug (main): Add edit sub-command.
* README.gmi (gnbug): Document it.
|
|
* gnbug (main): Print issue numbers in issue listing.
|
|
* gnbug (issues): Sort issues by creation date, newest first.
|
|
* gnbug (<issue>): Add creator, created-date and created-relative-date
fields.
(issues): Initialize creator, created-date and created-relative-date
fields.
(creation-details): New function.
(main): Print creator and created-relative-date in issue listing.
|
|
* gnbug (<issue>): Add title field.
(issues): Initialize title and assigned fields from hashtable.
(assignees): Delete function.
(file-details): New function.
(main): Print title in issue listing.
|
|
* gnbug: Import (srfi srfi-9).
(<issue>): New type.
(issues): New function.
(main): Use <issue> type.
|
|
* gnbug: New file.
* README.gmi (gnbug): New section.
|