Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 8e9f9bd

Browse files
committed
Minor updates
1 parent f046e0a commit 8e9f9bd

File tree

5 files changed

+311
-311
lines changed

5 files changed

+311
-311
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ virtual const char *what() const throw() { return message_; }
14601460
| `git_remote_disconnect` | `remote::disconnect` |
14611461
| `git_remote_download` | `remote::download` |
14621462
| `git_remote_dup` | `remote::copy` |
1463-
| `git_remote_fetch` | `remote::fetch_data` |
1463+
| `git_remote_fetch` | `remote::fetch_` |
14641464
| `git_remote_free` | `remote::~remote` |
14651465
| `git_remote_get_fetch_refspecs` | `remote::fetch_refspec` |
14661466
| `git_remote_get_push_refspecs` | `remote::push_refspec` |

include/cppgit2/remote.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class remote : public libgit2_api {
149149
const fetch::options &options = fetch::options());
150150

151151
// Download new data and update tips
152-
void fetch_data(
152+
void fetch_(
153153
const strarray &refspecs, const std::string &reflog_message,
154154
const cppgit2::fetch::options &options = cppgit2::fetch::options());
155155

0 commit comments

Comments
 (0)