annotate ffmpeg/.git/config @ 13:844d341cf643 tip

Back up before ISMIR
author Yading Song <yading.song@eecs.qmul.ac.uk>
date Thu, 31 Oct 2013 13:17:06 +0000
parents 6840f77b83aa
children
rev   line source
yading@10 1 [core]
yading@10 2 repositoryformatversion = 0
yading@10 3 filemode = true
yading@10 4 bare = false
yading@10 5 logallrefupdates = true
yading@10 6 ignorecase = true
yading@10 7 precomposeunicode = false
yading@10 8 [remote "origin"]
yading@10 9 url = git://source.ffmpeg.org/ffmpeg.git
yading@10 10 fetch = +refs/heads/*:refs/remotes/origin/*
yading@10 11 [branch "master"]
yading@10 12 remote = origin
yading@10 13 merge = refs/heads/master