diff options
author | Gitea <gitea@fake.local> | 2023-11-02 16:37:53 -0400 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2023-11-02 16:37:53 -0400 |
commit | f5730eb4136e56cadf51ae3395bf3aab6130131c (patch) | |
tree | 68672a352e5b658baa057f0b698840eb08192ef6 /.gitconfig | |
parent | 20a702bc9bf78d99d2c5c4c65697ce25e78d36d7 (diff) |
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..74edfde --- /dev/null +++ b/.gitconfig @@ -0,0 +1,10 @@ +[user] + name = Gitea + email = gitea@fake.local +[core] + quotePath = false + commitGraph = true +[receive] + advertisePushOptions = true +[gc] + writeCommitGraph = true |