On 04.01.2012 20:33, Ionut Biru wrote: > On 01/04/2012 09:28 PM, Göran Gustafsson wrote: >> Also, does the filesystem package have a git repository i can use too?
No, it's all in packages svn (ABS).
>> Any help getting started would gladly be appreciated! :)
>
> send git format patches on arch-projects ml. as a tip, append the
> project name in front of the subject lile [initscripts].
> cat =git-archprojects
#!/bin/bash
if (( $# < 2 )); then
echo "usage: ${0##*/}: <project> <options to git send-email>"
exit 1
fi
exec git format-patch --to [email protected]
--subject-prefix="$1] [PATCH" "${@:2}"
######
This creates the patch files in the current directory so you can review
them. Then run `git send-email *.patch`. (I think they end with .patch,
but I'm not sure right now and I don't wanna test)
>
> super quick wiki:
> https://wiki.archlinux.org/index.php/Super_Quick_Git_Guide
>
You can also ask for help in "irc.freenode.net/#archlinux-projects".
--
Florian Pritz
signature.asc
Description: OpenPGP digital signature

