Warning, /multimedia/amarok/HACKING/git.txt is written in an unsupported language. File is not indexed.

0001 This command is mandatory for all amarok developers:
0002 git config branch.master.rebase true 
0003 
0004 The result of this is that all "git pull" commands will do a rebase rather then a merge.
0005 Your local commits will be rewritten (parented to origin/master). The prevents the log
0006 to become unreadable because of all the merge commits.
0007 
0008 Note: rebasing can be dangerous. Check before pushing if something looks fishy.