Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebase: Fix the detection of fast-forwarding of the current branch to…
… upstream. Previously, a rebasing operation with on a branch that is just tracking an upstream branch would output a confusing "Nothing to do" due to no patches being given to git-am. The test brings the behaviour back into line with that of just before e646c9c. Signed-off-by: Robert Shearman <rob@codeweavers.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information