8fd8a56893
* Also fixes renaming a file from a subdirectory moves it to the root. * Add context info option to dialog, used in the new dialog * Added CSS to support new context option for dialogs * Fix /pages view messing up directory creation in new * Removed the Edit and Rename buttons from historic view
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = false
|
|
logallrefupdates = true
|
|
ignorecase = true
|
|
[receive]
|
|
denyCurrentBranch = ignore
|
|
[remote "origin"]
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
url = /Users/rick/p/gollum/test/examples/revert.git
|
|
[branch "master"]
|
|
remote = origin
|
|
merge = refs/heads/master
|