- Added features #36 and #37, providing annual versions of the 'history' and 'ghistory' command as 'history.annual' and 'ghistory.annual'. - Uses new canonical names history.monthly, history.annual, ghistory.monthly and ghistory.annual, with aliases providing original history and ghistory commands. - Updated man pages.
This commit is contained in:
@@ -79,8 +79,8 @@
|
||||
#define CMD_EDIT 210
|
||||
#define CMD_EXPORT 211
|
||||
#define CMD_HELP 212
|
||||
#define CMD_HISTORY 213
|
||||
#define CMD_GHISTORY 214
|
||||
#define CMD_HISTORY_MONTHLY 213
|
||||
#define CMD_GHISTORY_MONTHLY 214
|
||||
#define CMD_IMPORT 215
|
||||
#define CMD_INFO 216
|
||||
#define CMD_PREPEND 217
|
||||
@@ -97,6 +97,8 @@
|
||||
#define CMD_VERSION 228
|
||||
#define CMD_SHELL 229
|
||||
#define CMD_CONFIG 230
|
||||
#define CMD_HISTORY_ANNUAL 231
|
||||
#define CMD_GHISTORY_ANNUAL 232
|
||||
|
||||
// 3xx Attributes
|
||||
#define ATT_PROJECT 300
|
||||
|
||||
Reference in New Issue
Block a user