mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-31 16:19:17 +00:00 
			
		
		
		
	|  16248ee2d1 This fixes some missed places where we can apply const-ness to various public APIs. There are still some index and tree APIs that cannot take const pointers because we sort our `git_vectors` lazily and so we can't reliably bsearch the index and tree content without applying a `git_vector_sort()` first. This also fixes some missed places where size_t can be used and where const can be applied to a couple internal functions. | ||
|---|---|---|
| .. | ||
| buffer.c | ||
| copy.c | ||
| dirent.c | ||
| env.c | ||
| errors.c | ||
| filebuf.c | ||
| hex.c | ||
| mkdir.c | ||
| oid.c | ||
| path.c | ||
| pool.c | ||
| rmdir.c | ||
| stat.c | ||
| string.c | ||
| strmap.c | ||
| strtol.c | ||
| vector.c | ||