David Abrahams <[email protected]> writes: > I see in my magit buffer: > > Remote: ian file:///Users/dave/work/pipsync/ian.git > Local: integration ~/work/pipsync/int/ > Head: 38ae517... doc uploading updates > > Unpulled commits: > fatal: ambiguous argument 'HEAD..ian/integration': unknown revision or path > not in the working tree. > Use '--' to separate paths from revisions > > Unpushed commits: > fatal: ambiguous argument 'ian/integration..HEAD': unknown revision or path > not in the working tree. > Use '--' to separate paths from revisions > > what I did to get here: > > `M-! git clone git://github.com/ryppl/pip.git int' > `M-x magit-status RET int RET' > `M-! git fetch file:///Users/dave/work/pipsync/ian.git' > `b master (ian) RET' > `B integration RET'
Did you try magit from the git repository ? I believe this has been fixed there. -- Rémi Vanicat -- Subscription settings: http://groups.google.com/group/magit/subscribe?hl=en
