[vitunes] repo.or.cz mirror / patches

  • From: kilian <kilian.klimek@xxxxxxxxxxxxxx>
  • To: vitunes@xxxxxxxxxxxxx
  • Date: Sun, 13 Feb 2011 10:13:21 +0100

Hello list,

I set up a vitunes mirror at repo.or.cz and enabled the "mob" user to
allow "anonymous" commits to the mob branch. If you want to push to it
set up a local repository (if you don't have one cloned already):

git clone git://repo.or.cz/vitunes.git
cd vitunes/

Then configure the repository to use the mob user for commits:

git remote add mob 'ssh://mob@xxxxxxxxxx/srv/git/vitunes.git'
git pull mob mob
<edit, commit>
git push mob mob

Also pushed two patches to that branch to test it works. One bug fix
(screen "flickering" during startup with :color commands in config):
http://repo.or.cz/w/vitunes.git/commitdiff/fc965b10607be09cf02527479d48409a43ef545d

And one convenience patch (using $HOME to build file paths is quiet
handy when you do stuff to the library and don't want to copy files
around):
http://repo.or.cz/w/vitunes.git/commitdiff/dd42cc31967142d382a45cbc0bf9f607bc9c5e64

-kilian


Other related posts: