22 lines
576 B
Text
22 lines
576 B
Text
$ cat .git/config
|
|
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = false
|
|
logallrefupdates = true
|
|
editor = nano
|
|
[annex]
|
|
uuid = 46b169aa-bb91-42d6-be06-355d957fb4f7
|
|
version = 10
|
|
[filter "annex"]
|
|
smudge = git-annex smudge -- %f
|
|
clean = git-annex smudge --clean -- %f
|
|
process = git-annex filter-process
|
|
[submodule "recordings/longnow"]
|
|
active = true
|
|
url = https://github.com/datalad-datasets/longnow-podcasts.git
|
|
[remote "roommate"]
|
|
url = ../mock_user/DataLad-101
|
|
fetch = +refs/heads/*:refs/remotes/roommate/*
|
|
annex-uuid = ✂UUID✂
|
|
annex-ignore = false
|