Somebody claiming to be Andy Georges wrote:
On 22 Feb 2013, at 17:50, Geoffrey Mainland <[email protected]> wrote:
I don't want to bike shed, but the prevalence of empty merge commits in
the repo seems both undesirable and avoidable.
I guess because rebasing means actually rewriting history. Which is undesirable in itself. Once commits have been pushed out, you should never rebase, afaik.

git pull --rebase will only end up rebasing commits you have that aren't in the remote. So no public history changes unless you've pushed somewhere else already.

--
Stephen Paul Weber, @singpolyma
See <http://singpolyma.net> for how I prefer to be contacted
edition right joseph

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to