We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4de1a commit 720df01Copy full SHA for 720df01
signature.c
@@ -82,6 +82,7 @@ PHP_FUNCTION(git_signature_default)
82
*/
83
PHP_FUNCTION(git_signature_dup)
84
{
85
+ // TODO(chobie): remove later. we don't need to export this function */
86
git_signature *result = NULL;
87
zval *__result = NULL, *sig = NULL;
88
0 commit comments