diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-03-18 05:21:35 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-03-18 05:21:35 +0100 |
| commit | 5f35f137372917332cd329cf723a9d005e13d582 (patch) | |
| tree | 5fb0ce34a23761b99d4873f6d241545a4b84e32d /git.go | |
| parent | dbdbb4b0d124ef1f00cb67f84cef2ea35278aeef (diff) | |
| parent | 51aa76d6f7170bba60ab2252b74a3cab0276996f (diff) | |
Merge pull request #61 from jezell/remotes-wip
Cleaned up remotes / clone / add push / fetch
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,8 +10,8 @@ import ( "bytes" "errors" "runtime" - "unsafe" "strings" + "unsafe" ) const ( |
