From: Karl Hasselström Date: Tue, 11 Sep 2007 00:09:23 +0000 (+0200) Subject: Remove the --force flag to "stg rebase" and "stg pull" X-Git-Tag: v0.14.3~85 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/751c890baeb20118bcdea0b735c85995b7f588fa?hp=751c890baeb20118bcdea0b735c85995b7f588fa Remove the --force flag to "stg rebase" and "stg pull" Instead, always behave as if the force flag was given; that is, don't check if rebasing would leave a dangling commit behind. Reasons: * The check for this was very strict and caused a lot of false positives. * Everything is recorded in the reflog, so we can't actually lose commits. This fixes bug 9181. Signed-off-by: Karl Hasselström ---