<br><br>----- Original Message -----<br>From: David van der Spoel &lt;spoel@xray.bmc.uu.se&gt;<br>Date: Wednesday, August 25, 2010 23:58<br>Subject: [gmx-developers] Git master broken<br>To: Discussion list for GROMACS development &lt;gmx-developers@gromacs.org&gt;<br><br>&gt; Hi,<br>&gt; <br>&gt; it seems that git master is broken. Try the following:<br>&gt; <br>&gt; mkdir koko<br>&gt; cd koko/<br>&gt; git clone git@git.gromacs.org:gromacs<br>&gt; git checkout -t origin/release-4-5-patches<br>&gt; git merge release-4-5-patches<br><br>That just worked fine for me.<br><br>I get your symptoms if I do "git checkout master" before the merge, whether or not I checkout release-4-5-patches.<br><br>Christoph Jungan's merge commit on master dated Monday (5e3473a12) is not a simple merge commit (see git log -p). I'm not sure how he managed to do what he did, but I guess he started a merge from some not-quite-right starting point, had conflicts, didn't realise he'd not commited the merge result, did his edit, then committed.<br><br>To fix, someone will have to manually resolve the conflicts.<br><br>Mark<br><br>&gt; less include/resall.h<br>&gt; &lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD<br>&gt; t_restp *search_rtp(const char *key,int nrtp,t_restp rtp[]);<br>&gt; /* Search for an entry in the rtp database */<br>&gt; =======<br>&gt; char *search_rtp(const char *key,int nrtp,t_restp rtp[]);<br>&gt; /* Search for an entry in the rtp database, returns the rtp <br>&gt; residue name.<br>&gt; &nbsp;* A mismatch of one character is allowed, if there is only <br>&gt; one nearly<br>&gt; &nbsp;* matching entry in the database, a warning will be generated.<br>&gt; &nbsp;*/<br>&gt; <br>&gt; t_restp *get_restp(const char *rtpname,int nrtp,t_restp rtp[]);<br>&gt; /* Return the entry in the rtp database with rtp name rtpname.<br>&gt; &nbsp;* Generates a fatal error when rtpname is not found.<br>&gt; &nbsp;*/<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;&gt; release-4-5-patches<br>&gt; <br>&gt; And a few more conflicts.<br>&gt; <br>&gt; Any clue how to fix this?<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; David van der Spoel, Ph.D., Professor of Biology<br>&gt; Dept. of Cell &amp; Molec. Biol., Uppsala University.<br>&gt; Box 596, 75124 Uppsala, Sweden. Phone:        +46184714205.<br>&gt; spoel@xray.bmc.uu.se&nbsp;&nbsp;&nbsp; http://folding.bmc.uu.se<br>&gt; -- <br>&gt; gmx-developers mailing list<br>&gt; gmx-developers@gromacs.org<br>&gt; http://lists.gromacs.org/mailman/listinfo/gmx-developers<br>&gt; Please don't post (un)subscribe requests to the list. Use the <br>&gt; www interface or send it to gmx-developers-request@gromacs.org.