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




_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to