Commit Briefs



526a746f45 Stefan Sperling

handle newly added symlinks during 'got cherrypick'



bd6aa35905 Stefan Sperling

convert bad symlinks to regular files during 'got commit'


3d9a4ec407 Stefan Sperling

add symlink support to 'got commit'






ef68ca6f52 Stefan Sperling

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




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




3143d852d7 Stefan Sperling

fix ignores when a path is passed to 'got status'

Problem reported by semarie, who also provided initial regression test code. ok semarie


054041d073 Stefan Sperling

replace the update_blob_fileindex_entry() helper function

This makes it easier to tell in which code paths we are expecting to handle a potential 'ie' NULL pointer and avoids a pointless search of the file index.


5a58a42470 Stefan Sperling

plug a memory leak in delete_blob()


5036ab18bf Stefan Sperling

make 'got update' skip conflicted files

ok millert@