Description
Hi
I was wondering if there is a known problem with interactive rebasing? This happens on a freshly-cloned repo containing git-crypt objects:
$ git clone git@github.com:user/somethinghere.git
$ cd somethinghere
$ git checkout some_branch_name
Switched to branch 'some_branch_name'
Your branch is up-to-date with 'origin/some_branch_name'.
$ git status
On branch some_branch_name
Your branch is up-to-date with 'origin/some_branch_name'.
nothing to commit, working directory clean
$ git rebase -i HEAD~5
Cannot rebase: You have unstaged changes.
Please commit or stash them.
$ git status
On branch some_branch_name
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
Unfortunately I can't share the actual repo that has the issue.
Environment:
- git-crypt 0.4.2
- Mac os 10.10.3
- git version 2.4.0
Thanks for your time!
Metadata
Metadata
Assignees
Labels
No labels