Page MenuHomeFreeBSD

fdp/writing-style: Improve subsections
AcceptedPublic

Authored by ziaee on Sat, Mar 29, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 7, 8:27 PM
Unknown Object (File)
Mon, Apr 7, 2:44 PM
Unknown Object (File)
Mon, Apr 7, 12:01 PM
Unknown Object (File)
Mon, Apr 7, 12:01 PM
Unknown Object (File)
Fri, Apr 4, 11:36 AM
Unknown Object (File)
Fri, Apr 4, 9:28 AM
Unknown Object (File)
Fri, Apr 4, 4:57 AM
Unknown Object (File)
Tue, Apr 1, 1:04 AM
Subscribers

Details

Reviewers
jpb_jimby.name
carlavilla
mhorne
fernape
Group Reviewers
docs
Summary

PR: 267428

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63193
Build 60077: arc lint + arc unit

Event Timeline

ziaee requested review of this revision.Sat, Mar 29, 5:18 PM
ziaee created this revision.

Hey @jpb_jimby.name , I tagged you to show how we do the PR association. You git commit -a to roll all your pending changes into a commit, and it opens up your preferred editor, and then you make a commit message trailer with PR:. That then goes and automatically updates the PR, and then the commit message title becomes the title of the review. HTH!

fernape added a subscriber: fernape.

Hey @jpb_jimby.name , I tagged you to show how we do the PR association. You git commit -a to roll all your pending changes into a commit, and it opens up your preferred editor, and then you make a commit message trailer with PR:. That then goes and automatically updates the PR, and then the commit message title becomes the title of the review. HTH!

I think it is best practice to do git add <file1> <file2> ... and then commit to avoid commiting unwanted changes.

This revision is now accepted and ready to land.Sun, Mar 30, 12:28 PM

I do not understand why everyone says that, but would like to improve! Currently, I use alias gs=git show and alias ga=git commit -a --amend several times after to adjust my commit message and tweak little things (and of course still mistakes get past sometimes, but never the wrong files), so manually adding the files seems like a lot of misplaced extra work.