You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose to add an optional -timestamp flag to the following commands:
git appraise request
git appraise comment
git appraise accept
If the flag is not specified, it will default to the current timestamp. The timestamp will then be used for the request and comment JSON objects.
This will make it easy to script importing historical code reviews from other systems. No special code will be required, just normal shell commands. (User can be easily set in the shell with git config.)
The text was updated successfully, but these errors were encountered:
yawaramin
changed the title
Add timstamp flag for request, comment, accept
Add timestamp flag for request, comment, accept
Jan 12, 2022
I propose to add an optional
-timestamp
flag to the following commands:git appraise request
git appraise comment
git appraise accept
If the flag is not specified, it will default to the current timestamp. The timestamp will then be used for the request and comment JSON objects.
This will make it easy to script importing historical code reviews from other systems. No special code will be required, just normal shell commands. (User can be easily set in the shell with
git config
.)The text was updated successfully, but these errors were encountered: