diff options
author | nulltoken <emeric.fermas@gmail.com> | 2012-09-11 12:06:57 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2012-09-25 07:49:14 +0200 |
commit | c030ada7ff7f9c93a2287ca2f57173d66fbff88a (patch) | |
tree | c83775cdcbf93ffab1947851d833e5c2ac3bff42 /include/git2/refs.h | |
parent | d75074f4c02e8d8928d20261a891d94d26d41ea7 (diff) | |
download | libgit2-c030ada7ff7f9c93a2287ca2f57173d66fbff88a.tar.gz |
refs: make git_reference_normalize_name() accept refspec pattern
Diffstat (limited to 'include/git2/refs.h')
-rw-r--r-- | include/git2/refs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/git2/refs.h b/include/git2/refs.h index 73b32a9e2..acca69215 100644 --- a/include/git2/refs.h +++ b/include/git2/refs.h @@ -414,8 +414,6 @@ enum { * Once normalized, if the reference name is valid, it will be * returned in the user allocated buffer. * - * TODO: Implement handling of GIT_REF_FORMAT_REFSPEC_PATTERN - * * @param buffer_out The user allocated buffer where the * normalized name will be stored. * |