Commit Briefs

dbdd620944 Stefan Sperling

handle non-const basename in resolve_symlink()

ok millert


23c57b285f Christian Weisgerber

Stop including <sys/syslimits.h> directly.

POSIX says the limits defined there are available from <limits.h>, which almost all affected source files already included anyway. ok millert stsp


81a12da586 Christian Weisgerber

do not rely on <zlib.h> to pull in <unistd.h>

ok stsp



559d127ca5 Stefan Sperling

errant tab found by tracey




40dde666c0 Stefan Sperling

add support for symlinks in the repository to 'got diff'



f8f7c882a2 Stefan Sperling

fix buffer overflow in got_tree_entry_get_symlink_target()




8ba819a354 Stefan Sperling

let 'got checkout' create symlinks in a work tree




82bde4e0c8 Stefan Sperling

remove unused header include





992eb9d896 Tracey Emery

spelling


845785d4e4 Tracey Emery

typo




56e0773df7 Stefan Sperling

convert tree entries from SIMPLEQ to an array