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

Re: Genesis of the git.d.o/gitlab.d.o confusion (Was: Next steps for gitlab.debian)



On 06/08/2016 02:08 PM, Milan Kupcevic wrote:
> On 06/08/2016 11:19 AM, Felipe Sateler wrote:
>>
>> So, say I want to contribute to a project I don't normally work in. Steps 
>> in alioth:
>>
> 
> [...]
> 
> Well, I would go this route:
> 
> - git clone <project-git-url>
> - hack
> - git commit -a -v
> - git format-patch -1 --to=project@lists.alioth.debian.org | mailx -t
> 

The last line is missing --stdout for correct piping:

  git format-patch -1 --to=project@domain.tld --stdout | mailx -t



Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: