You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
747 B
41 lines
747 B
#this is a comment
|
|
foo1 = alan
|
|
foo1 = alan
|
|
[core]
|
|
repositoryformatversion = 0
|
|
precomposeunicode = true
|
|
|
|
[remote "origin.foo"] #this is also a coment
|
|
url = git@git.alancfrancis.com:acf/AmigaGit2.git
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
|
|
[branch "main"]
|
|
remote = testing
|
|
merge = refs/heads/main
|
|
alan = yes
|
|
alan = no
|
|
alan = sure
|
|
second = testing
|
|
|
|
[branch "config-file-parsing-from-book"]
|
|
remote = origin
|
|
merge = refs/heads/config-file-parsing-from-book
|
|
|
|
[test]
|
|
foo1 = alan2
|
|
foo1 = alan2
|
|
[test "foo"]
|
|
foo1 = alan3
|
|
foo1 = alan3
|
|
[test "foo.bar"]
|
|
foo1 = alan4
|
|
foo1 = alan4
|
|
[test "foo.bar.baz"]
|
|
foo1 = alan5
|
|
foo1 = alan5
|
|
[test "foo.bar.baz.bat"]
|
|
foo1 = alan6
|
|
foo1 = alan6
|
|
[test "section.jane"]
|
|
foo3 = alan3
|
|
foo3 = alan3
|
|
|