On Tue, Dec 31, 2013 at 2:53 AM, Pete Travis <me@petetravis.com> wrote:
On 12/30/2013 06:17 PM, Pete Travis wrote:


On Dec 30, 2013 5:44 PM, "Rashadul Islam" <rashadul@fedoraproject.org> wrote:
>
> commit 8bcd1feb7f276bc217c3938d92017b47fe189af8 Mon Sep 17 00:00:00 2001
> Author: Rashadul Islam <rashadul@fedoraproject.org>
> Date: Mon, 30 Dec 2013 19:30:12 -0500
>
>         To up-to-date the Automating_System_Tasks; there is no privileged update in this docment.
>
> ---
>  Automating_System_Tasks.xml | 447 ++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 447 insertions(+)
>  create mode 100644 Automating_System_Tasks.xml
>
> diff --git a/Automating_System_Tasks.xml b/Automating_System_Tasks.xml
> new file mode 100644
> index 0000000..3b3540f
> --- /dev/null
> +++ b/A....

Your method of creating patches produces a diff against an empty file instead of the original.  The patch won't apply, and we can't review to see what you have changed because even an unchanged file results in a full diff against /dev/null.

Later today - as in 2-5 hours from now, once I'm home - I will add a section to the documentation guide on this process.  If you clone the documentation guide's git repo now, a quick `git pull` will bring in the instructions as soon as I reply here to say they are available. 

--Pete

Looks like my phone needs a bigger reply-to-all button...

You can find the promised instructions at http://fedorapeople.org/groups/docs/docs-guide/sect-workflow-patching.html .  Something went wrong with the formatting of the example patch at the beginning of the section, so disregard it for now.  After reading, if you have any questions on the process or suggestions for improvements, do speak up.

-- 
-- Pete Travis
 - Fedora Docs Project Leader
 - 'randomuser' on freenode
 - immanetize@fedoraproject.org

Thank you for the document which is awesome. I am trying to follow cloning through ssh but failed. Hope I can find a solution to solve the problems on the patch. Always good to hear from you.