From: Nguyen Thai Ngoc Duy <pclouds@gmail.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: help reproduce fast-forward in rebase
Date: Wed, 20 May 2009 18:13:33 +1000 [thread overview]
Message-ID: <fcaeb9bf0905200113s43eb5693l24a1f8848bafabd2@mail.gmail.com> (raw)
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
next reply other threads:[~2009-05-20 8:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-20 8:13 Nguyen Thai Ngoc Duy [this message]
2009-05-20 9:26 ` help reproduce fast-forward in rebase Johannes Sixt
2009-05-20 9:33 ` Stephan Beyer
2009-05-20 9:37 ` Nguyen Thai Ngoc Duy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fcaeb9bf0905200113s43eb5693l24a1f8848bafabd2@mail.gmail.com \
--to=pclouds@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).