-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
ls.c: versort incompatible w/ timesort and sizesort #825
Conversation
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.
that's all i have for now, i just woke up and I'm nowhere close to a computer
i can help with git if you need that help, or maybe other people in #freebsd-dev on https://libera.chat/ can too, if GitHub comments aren't the most appropriate way to do that
Your commits delete ls.1 and then re-add it, so the diffs are not readable. Please clean up the git history and force-push. |
@concussious this looks very good now. Please fix your email address in the commit Metadata, as we don't accept noreply (Github) addresses |
Did that work? Sorry, this is my first times learning to do this. |
You got the name right. Looking at the latest version I see:
however, there's three small problems remaining. First, you used 'git merge' to merge the latest FreeBSD into your branch. We want our pull requests to use a 'rebase' workflow without merge commits. This is easy for you to fix. You can do a Finally, since you made a semantic change to the man page (as opposed to fixing a typo or fixing a small grammar error), you should bump the You'll need to do a Thanks for your submission @concussious and your attention to these details. |
ls.1: versort incompatible w/ timesort and sizesort
Thank you so much sir. I promise this lesson will pay off in the future. |
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.
👍
Thanks for the force push. This seems like a completely sane change. to me. |
d854370 |
ls.1: versort incompatible w/ timesort and sizesort Reviewed by: imp Pull Request: #825
yeah, i don't see anything useful here https://api.github.com/repos/freebsd/freebsd-src/pulls/825 Maybe gh has something more useful? |
ls.1: versort incompatible w/ timesort and sizesort Reviewed by: imp Pull Request: freebsd/freebsd-src#825
Based on this comment #818 (comment)