Commit Briefs

4135d7d058 Stefan Sperling

fix symlink change in test_diff_symlinks_in_work_tree


39449a05d5 Stefan Sperling

make 'got diff' show changes to symlinks in a work tree





ef68ca6f52 Stefan Sperling

add missing dirname(3) error check; found by semarie


23b820a24a Stefan Sperling

remove unnecessary lines from test_cat_symlink


73259b3774 Stefan Sperling

add a symlink test for 'got cat'



f8f7c882a2 Stefan Sperling

fix buffer overflow in got_tree_entry_get_symlink_target()



0587e10c4c Stefan Sperling

add symlink support to 'got blame' and 'tog blame'




64773fdebb Stefan Sperling

expand test cases in test_rm_symlink





f35fa46a4c Stefan Sperling

add symlink support to 'got update'


0ab20ee9ea Stefan Sperling

fix handling of symlinks to a nonexistent target


8ba819a354 Stefan Sperling

let 'got checkout' create symlinks in a work tree


377624f7f3 Stefan Sperling

bump version number


6f076e8f70 Stefan Sperling

CHANGES for 0.37 (tags/0.37)


5e901ab932 Stefan Sperling

sync dist file list


20ccae3945 Stefan Sperling

cope with directory entries returned from readdir(3) with type DT_UNKNOWN

Such directory entries need special handling to make our directory traversal code work on filesystems that do not support the d_type optimization. I found this problem because references stored in the refs/ directory were not shown by 'got log' and 'tog log' when a repository is mounted over NFS. helpful feedback + ok millert@