You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert_equal'Function which will be called for every listed ref',func[:args][2][:comment]
163
163
expect_comment=<<-EOF
164
-
<p>The listed references may be filtered by type, or using a bitwise OR of several types. Use the magic value <code>GIT_REF_LISTALL</code> to obtain all references, including packed ones.</p>
165
-
166
-
<p>The <code>callback</code> function will be called for each of the references in the repository, and will receive the name of the reference and the <code>payload</code> value passed to this method.</p>
164
+
<p>The listed references may be filtered by type, or using
165
+
a bitwise OR of several types. Use the magic value
166
+
<code>GIT_REF_LISTALL</code> to obtain all references, including
167
+
packed ones.</p>
168
+
169
+
<p>The <code>callback</code> function will be called for each of the references
170
+
in the repository, and will receive the name of the reference and
171
+
the <code>payload</code> value passed to this method.</p>
0 commit comments