> X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled > version=3.3.2 > From: Mark H Weaver <m...@netris.org> > Cc: l...@gnu.org (Ludovic Courtès), guile-devel@gnu.org > Date: Sat, 22 Feb 2014 10:59:17 -0500 > > Eli Zaretskii <e...@gnu.org> writes: > > >> From: l...@gnu.org (Ludovic Courtès) > >> Cc: guile-devel@gnu.org > >> Date: Tue, 18 Feb 2014 18:32:34 +0100 > >> > >> For convenience and to hopefully smooth the process, I’ve added you to > >> the Savannah group. Please post here for review before pushing. > > > > Thanks, but I have one question after reading HACKING: is it required > > to rebase changes before pushing? Say, if I commit locally, then, > > while waiting for review, someone else pushes to master -- can I then > > push once the patch is approved, without rebasing it? > > We generally rebase before pushing, to keep the git history as linear as > reasonably possible.
May I suggest to have this in HACKING, including the (probably necessary) "pull --rebase" that should go with it?