Bug 26466 - Git seems to be confused.
Summary: Git seems to be confused.
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-07 10:38 UTC by David Ronis
Modified: 2010-02-07 15:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.