diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-08-05 22:03:06 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-08-05 22:03:06 -0600 |
commit | db227b9097f7520a3bd90f164f9824ef7bff4f61 (patch) | |
tree | 51abeaf2d2db1d931bfc2dbe9450e3511d2e798c /abslibre | |
parent | 145cc54f8f2b4fb0ee1fef0c108984d5069806ba (diff) |
Remove [remote "origin"] sections form git configs.
Diffstat (limited to 'abslibre')
-rwxr-xr-x | abslibre/abslibre.git/config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/abslibre/abslibre.git/config b/abslibre/abslibre.git/config index c6da9a3..07d359d 100755 --- a/abslibre/abslibre.git/config +++ b/abslibre/abslibre.git/config @@ -2,7 +2,3 @@ repositoryformatversion = 0 filemode = true bare = true -[remote "origin"] - url = git://lukeshu.com/mirror/parabola/abslibre.git - fetch = +refs/*:refs/* - mirror = true |