Hi, I'm rewriting rebase in C and do not quite understand this code inside git-rebase.sh # If the $onto is a proper descendant of the tip of the branch, then # we just fast forwarded. if test "$mb" = "$branch" then echo >&2 "Fast-forwarded $branch_name to $onto_name." move_to_original_branch exit 0 fi Anyone has an example how to make "git rebase" execute that code? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html