Bug 26466

Summary: Git seems to be confused.
Product: xorg Reporter: David Ronis <David.Ronis>
Component: Driver/RadeonAssignee: xf86-video-ati maintainers <xorg-driver-ati>
Status: RESOLVED NOTABUG QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description David Ronis 2010-02-07 10:38:36 UTC
I'm following the git development of xf86-video-ati.   When I try to update via:

git pull --rebase 

I get:

From git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati
   5c11264..4f9d171  master     -> origin/master
You asked me to pull without telling me which branch you
want to merge with, and 'branch..merge' in
your configuration file does not tell me either.  Please
name which branch you want to merge on the command line and
try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details on the refspec.

If you often merge with the same branch, you may want to
configure the following variables in your configuration
file:

    branch..remote = <nickname>
    branch..merge = <remote-ref>
    remote.<nickname>.url = <url>
    remote.<nickname>.fetch = <refspec>

Trying 

git pull origin master 
or 
git reset --hard origin/master
works, until the next time.

None of the other Xorg modules seem to have this problem.
Comment 1 Pauli 2010-02-07 15:55:37 UTC
http://git.or.cz/course/

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.