Commit a95da5c
refs/iterator: implement seeking for files iterators
Implement seeking for "files" iterators. As we simply use a ref-cache
iterator under the hood the implementation is straight-forward. Note
that we do not implement seeking on reflog iterators, same as with the
"reftable" backend.
Signed-off-by: Patrick Steinhardt <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>1 parent 22600c0 commit a95da5c
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
918 | 918 | | |
919 | 919 | | |
920 | 920 | | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
921 | 929 | | |
922 | 930 | | |
923 | 931 | | |
| |||
936 | 944 | | |
937 | 945 | | |
938 | 946 | | |
| 947 | + | |
939 | 948 | | |
940 | 949 | | |
941 | 950 | | |
| |||
2294 | 2303 | | |
2295 | 2304 | | |
2296 | 2305 | | |
| 2306 | + | |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
| 2311 | + | |
2297 | 2312 | | |
2298 | 2313 | | |
2299 | 2314 | | |
| |||
2309 | 2324 | | |
2310 | 2325 | | |
2311 | 2326 | | |
| 2327 | + | |
2312 | 2328 | | |
2313 | 2329 | | |
2314 | 2330 | | |
| |||
0 commit comments