Re: [PATCH] git-gui: Handle git versions of the form n.n.n.GIT

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Julian Phillips <julian@...>
Cc: <git@...>
Date: Tuesday, July 17, 2007 - 9:51 pm

Julian Phillips <julian@quantumfyre.co.uk> wrote:

Bug in git-gui.  *sigh*
 

Many thanks for the fix.  I was about to do this myself but found
your message in my inbox instead.  Happy days.

Fortunately git-am -3 does wonders, and it didn't matter:

  $ git am -s -3 jp
  
  Applying git-gui: Handle git versions of the form n.n.n.GIT
  
  error: git-gui/git-gui.sh: does not exist in index
  Using index info to reconstruct a base tree...
  Falling back to patching base and 3-way merge...
  Renamed git-gui/git-gui.sh => git-gui.sh
  Wrote tree 1909733645c3bd167b1b28a98ee66c0a95f357f1
  Committed: 91464dfb102d6143182d8f312b68486e9dceb103

I've extolled the virtues of -3 and merge-recursive's rename detector
before on the mailing list, for exactly this reason.  Despite the
patch coming in with the wrong path it still applies just fine.

-- 
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Problem running git-gui, Julian Phillips, (Tue Jul 17, 7:48 am)
[PATCH] git-gui: Handle git versions of the form n.n.n.GIT, Julian Phillips, (Tue Jul 17, 5:14 pm)
Re: [PATCH] git-gui: Handle git versions of the form n.n.n.GIT, Shawn O. Pearce, (Tue Jul 17, 9:51 pm)
Re: Problem running git-gui, Thomas Glanzmann, (Tue Jul 17, 8:04 am)