lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with git cl


From: Marc Hohl
Subject: Re: Problems with git cl
Date: Wed, 06 Jan 2010 14:20:48 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Reinhold Kainhofer schrieb:
Am Mittwoch, 6. Januar 2010 09:45:20 schrieb Marc Hohl:
the files, then

$ git commit,

then

$ git format-patch origin

That's not needed for git-cl

and afterwards

$git cl upload <SHA1>

which I obtained from gitk &

Ah, so there's the misconception:
git-cl does NOT upload the given commit, but rather upload the diff between the given revision and the current state! Since you give the revision number of the current state, there are no changes to be uploaded!

A typical call to git-cl is (to upload all changes compared to the laster git master)
   git cl upload origin/master
or (to upload only the last commit)
  git-cl upload HEAD^1
Hello Reinhold,

works like a charm now (see my post on -devel about issue 659)!

Thanks for your advice!

Marc






reply via email to

[Prev in Thread] Current Thread [Next in Thread]