Re: [tablatures] Re: [Patch] NR: Documentation of harmonics and slides |
[ Thread Index |
Date Index
| More lilynet.net/tablatures Archives
]
- To: Patrick Schmidt <p.l.schmidt@xxxxxx>
- Subject: Re: [tablatures] Re: [Patch] NR: Documentation of harmonics and slides
- From: Carl Sorensen <c_sorensen@xxxxxxx>
- Date: Sat, 11 Dec 2010 07:24:01 -0700
- Accept-language: en-US
- Acceptlanguage: en-US
- Cc: "tablatures@xxxxxxxxxxx" <tablatures@xxxxxxxxxxx>
- Thread-index: AcuZPhx+UQ3iNiojQ8m9ohCN3eFzOQAAPGsS
- Thread-topic: [tablatures] Re: [Patch] NR: Documentation of harmonics and slides
On 12/11/10 7:16 AM, "Patrick Schmidt" <p.l.schmidt@xxxxxx> wrote:
>
>
> Am 11.12.2010 um 14:43 schrieb Carl Sorensen:
>
>>
>>
>> On Dec 11, 2010, at 5:35 AM, "Patrick Schmidt" <p.l.schmidt@xxxxxx>
>> wrote:
>>
>>>
>>> Am 11.12.2010 um 01:50 schrieb Carl Sorensen:
>>>
>>>>
>>>>
>>> I got it. I added "env" to the first line in git-cl:
>>> #!/usr/bin/env python
>>> # git-cl -- a git-command for integrating reviews on Rietveld
>>> # Copyright (C) 2008 Evan Martin <martine@xxxxxxxxx>
>>>
>>> That did the trick. So I'll try to upload the patch to Rietveld, now.
>>
>>
>> great!
> Ok, now I did:
>
> git cl config
>
> but I didn't know what to answer to the questions:
>
> pls:~/lilypond-git PLS$ git cl config
> Rietveld server (host[:port]) [codereview.appspot.com]:
> CC list: lilypond-devel@xxxxxxx
> Tree status URL:
> ViewVC URL:
>
> According to the CG! ;-) that doesn't matter but I'd feel better if I
> knew.
I don't know either. ;-)
>
> Then I entered git pull -r and got one trailing whitespace error.
> Should I upload the patch anyway or is it still possible to amend the
> patch? (I will have to find an automated solution for trailing
> whitespaces in emacs.) What is the best procedure here?
>
git rebase --whitespace=fix HEAD
I have a code set in my .vimrc to delete trailing whitespace.
Here's a link that says how to do it in emacs:
<http://kerneltrap.org/Linux/White_Space>
HTH,
Carl