Le 18 oct. 08 à 23:24, Valentin Villenave a écrit :

PS. for the n-th time I tried to upload it to the online codereview,
but it miserably fails:

[EMAIL PROTECTED] git]$ git cl upload
Command "git config branch.master.merge" failed.
Unable to determine default branch to diff against.
Either pass complete "git diff"-style arguments, like
 git cl upload origin/master
or verify this branch is set up to track another (via the --track argument to
"git checkout -b ...").
[EMAIL PROTECTED] git]$ git cl upload master
No output from ['git', 'diff', '--full-index', 'master']
[EMAIL PROTECTED] git]$

Of course, it would be simpler if the tool natively supported git...
But I can't understand why git-cl can't work. Is it because I'm using
git 1.6?

Have you tried something like (supposing your work is in `mybranch'):
git checkout mybranch
git-cl upload master..mybranch



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

Reply via email to