mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-07 10:05:47 +00:00
It's somewhat common to try to write "/refs/tags/something". There is no easy way to catch it during the main body of the function, as there is no way to distinguish whether it's a leading slash or a double slash somewhere in the middle. Catch this at the beginning so we don't trigger the assert in is_all_caps_and_underscore(). |
||
|---|---|---|
| .. | ||
| branches | ||
| reflog | ||
| crashes.c | ||
| create.c | ||
| delete.c | ||
| foreachglob.c | ||
| isvalidname.c | ||
| list.c | ||
| listall.c | ||
| lookup.c | ||
| normalize.c | ||
| overwrite.c | ||
| pack.c | ||
| peel.c | ||
| read.c | ||
| rename.c | ||
| revparse.c | ||
| unicode.c | ||
| update.c | ||