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



--- Comment #18 from Pete Travis <[email protected]> ---
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 on the CC list for the bug.
You are the assignee for the bug.
--
relnotes-content mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/relnotes-content

Reply via email to