Skip to content

Commit 720df01

Browse files
committedJan 13, 2014
add note
1 parent 2c4de1a commit 720df01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎signature.c

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ PHP_FUNCTION(git_signature_default)
8282
*/
8383
PHP_FUNCTION(git_signature_dup)
8484
{
85+
// TODO(chobie): remove later. we don't need to export this function */
8586
git_signature *result = NULL;
8687
zval *__result = NULL, *sig = NULL;
8788

0 commit comments

Comments
 (0)
Please sign in to comment.