| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The test refs::iterator::foreach_name iterates through every reference
and copies its name into a local vector. While the test makes sure to
free the vector afterwards, the copied reference names are not being
free'd. Fix that.
|
| |
|
|
| |
Ensure that we can recurse into directories via symbolic links.
|
| |
|
|
|
| |
If we remove a reference while we're iterating through the packed refs,
the position in the iterator will be off.
|
| |
|
|
|
| |
This covers diff print, push, and ref foreach. This also has a
fix for a small memory leak in the push tests.
|
| |
|