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]
154
154
expect_comment=<<-EOF
155
-
<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>
156
-
157
-
<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>
155
+
<p>The listed references may be filtered by type, or using
156
+
a bitwise OR of several types. Use the magic value
157
+
<code>GIT_REF_LISTALL</code> to obtain all references, including
158
+
packed ones.</p>
159
+
160
+
<p>The <code>callback</code> function will be called for each of the references
161
+
in the repository, and will receive the name of the reference and
162
+
the <code>payload</code> value passed to this method.</p>
0 commit comments