diff options
| author | Carlos Martín Nieto <[email protected]> | 2015-07-01 16:07:02 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2015-07-01 16:07:02 +0200 |
| commit | b4ade2b9c693488aead837a36bc50e86d04950a2 (patch) | |
| tree | 5a77abc2bc637c57643d45c0c9acba793aff530c /remote.go | |
| parent | 47191d12746e39a246d8eb089e267340349728b5 (diff) | |
| parent | 4eae20ec279d20948aa5a45e0963ae7c4bcb0712 (diff) | |
Merge remote-tracking branch 'upstream/master' into next
Diffstat (limited to 'remote.go')
| -rw-r--r-- | remote.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -596,7 +596,6 @@ func populateFetchOptions(options *C.git_fetch_options, opts *FetchOptions) { // the configuration; msg specifies what to use for the reflog // entries. Leave "" to use defaults. func (o *Remote) Fetch(refspecs []string, opts *FetchOptions, msg string) error { - var cmsg *C.char = nil if msg != "" { cmsg = C.CString(msg) |
