Re: git rebase -i slow for a reason ?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ramkumar Ramachandra
Date: Wednesday, April 14, 2010 - 9:50 pm

Hi,


Technically, the interactive counterpart is simply a shell script that
calls the git-rebase binary along with a bunch of other things. See
git-rebase--interactive in the the source tree. Your observations
about speed mainly have to do with how the interactive counterpart
recursively cherry-picks and rebases.

-- Ram
--
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:
git rebase -i slow for a reason ?, Mike Hommey, (Tue Apr 13, 3:04 am)
Re: git rebase -i slow for a reason ?, Ramkumar Ramachandra, (Wed Apr 14, 9:50 pm)