"Horst H. von Brand" <vonbrand@xxxxxxxxxxxx> wrote: > I tried to chop down a tig repo a few commits from the top for checking out > the crash I'm seeing (only when pulling from a remote repo by HTTP, and it > is not up to date here) by doing: > > cp -r tig tig.tst > cd tig.tst > git reset --hard HEAD~3 > git prune > > But now git-pull /doesn't/ fetch anything, so I see no crash. What am I > doing wrong here? Another ref points at the same commit as what ORIG_HEAD points at, so there wasn't anything to fetch as you already had that commit. Its probably a tag, a ref under refs/remotes, or another branch... -- Shawn. - 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