summaryrefslogtreecommitdiffstats
path: root/tests/files/working/dot_git
diff options
context:
space:
mode:
authorScott Chacon <schacon@gmail.com>2008-03-08 18:14:15 -0800
committerScott Chacon <schacon@gmail.com>2008-03-08 18:14:15 -0800
commit1d845799ebc05bee9e3a68b7ad9dd5015277ca41 (patch)
treee84397c1359cc51189760477a4475e4279cfa01f /tests/files/working/dot_git
parent2d749e3aa69d7bfedf814f59618f964fdbc300d5 (diff)
downloadthird_party-ruby-git-1d845799ebc05bee9e3a68b7ad9dd5015277ca41.tar.gz
third_party-ruby-git-1d845799ebc05bee9e3a68b7ad9dd5015277ca41.tar.xz
third_party-ruby-git-1d845799ebc05bee9e3a68b7ad9dd5015277ca41.zip
reverted the pure ruby code to system calls and split the pure ruby to a new library
Diffstat (limited to 'tests/files/working/dot_git')
-rw-r--r--tests/files/working/dot_git/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/files/working/dot_git/config b/tests/files/working/dot_git/config
index 073357b..d28b4c0 100644
--- a/tests/files/working/dot_git/config
+++ b/tests/files/working/dot_git/config
@@ -1,3 +1,6 @@
+[user]
+ name = Scott Chacon
+ email = schacon@gmail.com
[core]
repositoryformatversion = 0
filemode = true