El 19/12/2007, a las 1:47, ulrik escribió:
Hello git list A bug in rebase -i: A typo in the command (for example in the branch name) still makes later invocations of rebase think a rebase is already in process.
It's already been fixed on master: $ mkdir demo $ git init Initialized empty Git repository in .git/ $ echo a > a $ git add a $ git commit -m a Created initial commit 36a2b58: a 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 a $ git checkout -b other Switched to a new branch "other" $ git rebase -i muster fatal: Needed a single revision Invalid base $ git rebase -i master Nothing to do Cheers, Wincent - 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