-
Notifications
You must be signed in to change notification settings - Fork 895
Log readme file path + format a bit previous logs #646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
75a3b3f to
5d63e44
Compare
newren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the comments on individual lines...rather than have 3 commits where one commit primarily just undoes the change of the other, let's make the history clean
dimateos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes were reviewed (not sure why there are some still pending, now outdated)
newren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, sorry for the delay.
This version looks pretty good, but the commit message needs some touching up:
- Commit messages should use imperative tense, same as with the git project
- Lines should be wrapped at 72 characters.
So, the lines before the Signed-off-by would look something like:
filter-repo: log README file from reports directory
Make the reports README file more discoverable by logging it. Further,
to allow control+click opening of the file inside certain
terminals/IDEs, add quotes around the filename. Add quotes around the
directory that is already displayed as well, for the same reason.
Make the reports README file more discoverable by logging it. Further, to allow control+click opening of the file inside certain terminals/IDEs, add quotes around the filename. Add quotes around the directory that is already displayed as well, for the same reason. Signed-off-by: Diego Mateos <[email protected]>
|
Hello! Thanks for the response, I really appreciate the effort. Cheers! |
I saw the output dir in the log, but could not control+click due to a missing space:
(underline appears on hover on clickable paths/links)
With this PR, I added the space plus a bit formatting.
I also added the readme file because opening files with control+click is more convenient than folders IMO.
Demo showing the control+click in vscode:
I split the commits along with detailed descriptions, but I can squash them or whatever to may need
Best regards!