summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-12-24 15:27:42 +0100
committernulltoken <emeric.fermas@gmail.com>2012-12-24 16:54:27 +0100
commitb0aa14aa3c1fff7bb585df5e06e23588fb829bf6 (patch)
tree021a308a26114786326c06e535faafa4897c2ed1 /include/git2/remote.h
parent7d4b65f608ce814fc814e8c9832e610097658e84 (diff)
downloadlibgit2-b0aa14aa3c1fff7bb585df5e06e23588fb829bf6.tar.gz
remote: Enhance in-memory remote test coverage
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 319976fc1..4397154e9 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -109,7 +109,7 @@ GIT_EXTERN(int) git_remote_save(const git_remote *remote);
* Get the remote's name
*
* @param remote the remote
- * @return a pointer to the name
+ * @return a pointer to the name or NULL for in-memory remotes
*/
GIT_EXTERN(const char *) git_remote_name(const git_remote *remote);