Show More
@@ -4295,7 +4295,7 b' commitopts = [' | |||||
4295 |
|
4295 | |||
4296 | commitopts2 = [ |
|
4296 | commitopts2 = [ | |
4297 | ('d', 'date', '', |
|
4297 | ('d', 'date', '', | |
4298 |
_('record |
|
4298 | _('record the specified date as commit date'), _('DATE')), | |
4299 | ('u', 'user', '', |
|
4299 | ('u', 'user', '', | |
4300 | _('record the specified user as committer'), _('USER')), |
|
4300 | _('record the specified user as committer'), _('USER')), | |
4301 | ] |
|
4301 | ] |
@@ -62,7 +62,7 b' help record (record)' | |||||
62 | -X --exclude PATTERN [+] exclude names matching the given patterns |
|
62 | -X --exclude PATTERN [+] exclude names matching the given patterns | |
63 | -m --message TEXT use text as commit message |
|
63 | -m --message TEXT use text as commit message | |
64 | -l --logfile FILE read commit message from file |
|
64 | -l --logfile FILE read commit message from file | |
65 |
-d --date DATE record |
|
65 | -d --date DATE record the specified date as commit date | |
66 | -u --user USER record the specified user as committer |
|
66 | -u --user USER record the specified user as committer | |
67 |
|
67 | |||
68 | [+] marked option can be specified multiple times |
|
68 | [+] marked option can be specified multiple times |
General Comments 0
You need to be logged in to leave comments.
Login now