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


-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org


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

Reply via email to