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. Thanks, Mark