We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f030ddb commit 2c80cbcCopy full SHA for 2c80cbc
ext/rugged/rugged_patch.c
@@ -191,7 +191,8 @@ static VALUE rb_git_diff_patch_stat(VALUE self)
191
* Boolean value specifying that deletion line counts should be excluded from
192
* the returned total.
193
*
194
- * Returns the total number of lines in the patch.
+ * Returns the total number of lines in the patch, depending on the options
195
+ * specified.
196
*/
197
static VALUE rb_git_diff_patch_lines(int argc, VALUE *argv, VALUE self)
198
{
0 commit comments