[Bug 1021342] Aggregation of corrections for F20 Release Notes

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 31 04:11:49 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=1021342



--- Comment #18 from Pete Travis <me at petetravis.com> ---
Fixed now, thanks.

I like to use git for quick-and-easy patches. Something like:

$ git clone ssh://git.fedorahosted.org/git/docs/release-notes.git # or pull
$ cd release-notes
$ git branch bz1021342;git checkout bz1021342 # create a disposable branch for
the patch
$ vi en-US/Filesystems.xml #fix the error
$ git commit en-US/Filesystems.xml -m "fixing some idiot's typo" 
$ git format-patch master # one patch file created per commit
$ firefox https://bugzilla.redhat.com/show_bug.cgi?id=1021342 # share your
patch
$ git checkout master; git branch -D bz1021342 # destroy the branch, you're
done with it

Feel free to pop in to #fedora-docs for a more interactive discussion :)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the docs-qa mailing list