diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-19 08:18:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-19 08:18:17 -0400 |
commit | c5d98b07cc6a3cdfb0462c242e0dd9e5b0ec9d12 (patch) | |
tree | ec26a3bc53ea2a5f1f8406e25baaf11d4eb9c576 /Git/Remote | |
parent | c5910fd179d374f644ab3c843b243a51a7df9b24 (diff) |
desc
Diffstat (limited to 'Git/Remote')
-rw-r--r-- | Git/Remote/Remove.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/Remote/Remove.hs b/Git/Remote/Remove.hs index 2ffc9b358..e6c13b9ea 100644 --- a/Git/Remote/Remove.hs +++ b/Git/Remote/Remove.hs @@ -1,4 +1,4 @@ -{- git remote stuff +{- git remote removal - - Copyright 2012 Joey Hess <id@joeyh.name> - |