Re: Newbie: report of first experience with git-rebase.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Sergei Organov <osv@...>
Cc: <git@...>
Date: Wednesday, October 31, 2007 - 5:25 pm

Sergei Organov, Wed, Oct 31, 2007 20:39:06 +0100:

This "No changes" was meant as a hint


Well, you edited you tree to look exactly like it already is.


Exactly.


it was not a noop patch before you resolved the conflict.


Well... This one kind of hard: git-rebase _cannot_ know whether it is
safe to just drop all changes in the index and work tree (you could
have made the changes on purpose). It was decided not to drop
anything. You always can do

    $ git reset --hard # kills all changes in index and work tree
    $ git rebase --skip

(or maybe git-rebase is just too careful...)


Yes. It was the last commit. You were just too unlucky to hit all the
hard cases your first day.

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Newbie: report of first experience with git-rebase., Sergei Organov, (Wed Oct 31, 3:39 pm)
Re: Newbie: report of first experience with git-rebase., Alex Riesen, (Wed Oct 31, 5:25 pm)
Re: Newbie: report of first experience with git-rebase., Sergei Organov, (Wed Oct 31, 4:28 pm)
Re: Newbie: report of first experience with git-rebase., Johannes Schindelin, (Wed Oct 31, 5:12 pm)
Re: Newbie: report of first experience with git-rebase., David Kastrup, (Wed Oct 31, 6:49 pm)
Re: Newbie: report of first experience with git-rebase., Junio C Hamano, (Wed Oct 31, 5:39 pm)
Re: Newbie: report of first experience with git-rebase., Sergei Organov, (Thu Nov 1, 8:13 am)
Re: Newbie: report of first experience with git-rebase., Johannes Schindelin, (Thu Nov 1, 10:24 am)
Re: Newbie: report of first experience with git-rebase., J. Bruce Fields, (Thu Nov 1, 11:10 am)
Re: Newbie: report of first experience with git-rebase., Nicolas Pitre, (Wed Oct 31, 10:27 pm)
Re: Newbie: report of first experience with git-rebase., David Kastrup, (Wed Oct 31, 6:53 pm)
Re: Newbie: report of first experience with git-rebase., J. Bruce Fields, (Wed Oct 31, 5:29 pm)
Re: Newbie: report of first experience with git-rebase., Steven Grimm, (Wed Oct 31, 6:06 pm)
Re: Newbie: report of first experience with git-rebase., J. Bruce Fields, (Wed Oct 31, 6:38 pm)
Re: Newbie: report of first experience with git-rebase., Daniel Barkalow, (Wed Oct 31, 6:35 pm)