Ooops, that's exactly it =)
On Sat, Aug 10, 2013 at 2:28 AM, Junio C Hamano wrote:
> David writes:
>
>> On 10 August 2013 05:22, Diogo de Campos wrote:
>>> Had some problems rebasing a large repository, fatal error because a
>>> short SHA-1 ref was ambiguous
I had some problems rebasing a repository that had empty commits,
which caused the rebase to stop. After continuing it with git rebase
--continue, it seems that the strategies I originally gave were
forgotten.
I quickly glanced at the code, and it seems that a lot of rebase
options are stored in i
Had some problems rebasing a large repository, fatal error because a
short SHA-1 ref was ambiguous.
After a quick inspection of git-rebase--interactive.sh, I found that
it uses short refs in a few places (git rev-parse --short). Removing
that option fixed my problem.
See:
https://github.com/git/
Problem:
"git log --follow filename" is not working for files after a big move.
Scenario:
Just performed a "git subtree add" where big projects were moved into
another repository, and I'm not able to view history for a single
file.
Sample output:
Output after subtree add (no output)
> git log
4 matches
Mail list logo