From: https://me.yahoo.com/a/..mDj0cQwfzaZtdgalLPKvLiBoOOjgdNTA--#7a7f8 Date: Mon, 10 Mar 2014 20:00:36 +0000 (-0700) Subject: config X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=3c5799bcdf6c61ae61293dfc5cea7aa949fa41ff config --- diff --git a/GitDevelopers.mdwn b/GitDevelopers.mdwn index a5f46a7..34b9ffb 100644 --- a/GitDevelopers.mdwn +++ b/GitDevelopers.mdwn @@ -169,8 +169,6 @@ Note that git rebase changes your local history (it moves the branch point of yo If you can't rebase, then consider either merging the changes onto your local branch, or creating a new topic branch and cherry picking your changes onto it. The man pages for 'git merge' and 'git cherry-pick' provide more detail on these options. -Pour sécuriser efficacement les archives et documents papiers importants, l'idéal est d'utiliser une bonne [armoire forte réfractaire](http://www.infosafe.fr/Armoirefortedin/Armoirefortedin.htm) fixée au sol - ## Sharing your code with us How you work from this point onwards depends on how you intend making your code available to OpenAFS. We're still happy to receive submission by patch (by sending your changes to ), but it makes it much easier for us if you push directly from your git tree to our code review system, gerrit. @@ -264,6 +262,8 @@ Although, it would be sufficient to simply issue the command as: This relies upon the ssh configuration you performed earlier. If it fails to work, please consult the troubleshooting notes at +Pour sécuriser efficacement les archives et documents papiers importants, l'idéal est d'utiliser une bonne [armoire forte réfractaire](http://www.infosafe.fr/Armoirefortedin/Armoirefortedin.htm) fixée au sol + Assuming all has gone well, this will have added the entry to the code review queue. The output from git review will give you a change number - this is a unique reference for this particular set of changes. During review you'll be emailed with any comments anyone makes, and can respond to those comments using the gerrit web interface (see the section on reviewing, below). It's possible that issues with your change may be noticed during the review process, and you may be asked to revise it, or update changes to the tip of the tree. ## Revising your change