Commit Briefs


Stefan Sperling

make 'got unstage' work with symlinks


Stefan Sperling

stop using realpath(3) to resolve a symlink target in install_symlink()

We should not resolve a symlink target path recursively when installing a symlink in the work tree. We want to handle this symlink's target, not the end result of following a chain of symlinks in case such links already exist.



Stefan Sperling

make 'got stage -p' work with symlinks




Stefan Sperling

make staging of symlinks work








Stefan Sperling

add a test for 'got revert' with symlinks





Stefan Sperling

add an output argument to create_fileindex_entry()

Avoids a pointless search of the file index in the case the caller needs to use the newly created file entry.





Stefan Sperling

restore unversioned file test case in test_cherrypick_symlink_conflicts

One part of current behaviour is to delete an unversioned file and replace it with a symlink; that's very bad in case the user wants to keep the file.


Stefan Sperling

resolve an XXX remark in merge_file_cb()