Re: [arch-general] Need a little help getting started with contributing

2012-01-05 Thread Göran Gustafsson
On Wed, Jan 4, 2012 at 21:14, Tom Gundersen wrote: > Hi Göran, > > 2012/1/4 Göran Gustafsson : >> The packages i've edited is initscripts, mkinitcpio and filesystem. When >> it comes to initscripts and mkinitcpio i've just cloned the git >> repositories b

Re: [arch-general] Need a little help getting started with contributing

2012-01-05 Thread Göran Gustafsson
On Wed, Jan 4, 2012 at 20:54, Florian Pritz wrote: >> cat =git-archprojects > #!/bin/bash > > if (( $# < 2 )); then >  echo "usage: ${0##*/}: " >  exit 1 > fi > > exec git format-patch --to arch-proje...@archlinux.org > --subject-prefix="$1] [PATCH" "${@:2}" > > ## > > This creates the patch

[arch-general] Need a little help getting started with contributing

2012-01-04 Thread Göran Gustafsson
Hello everyone! I got a few small patches related to esthetical issues that i would like to send upstream so everyone else can enjoy them. I'm a little bit lost on how i should do this. The packages i've edited is initscripts, mkinitcpio and filesystem. When it comes to initscripts and mkinitcpio