Commits


Add a 'got info' command which displays work tree meta-data. Remove the alias 'got in' for 'got init'. The 'in' alias was too close to either 'init' or 'info'. ok tracey, millert


improve "got log ." command mark-up in got.1 EXAMPLES


fix use of uninitialized variable in got_fileindex_entry_update()


tweak description of new -S option for 'got commit' and 'got stage' with input from + ok tracy and millert


errant tab found by tracey


fix missing 'return 1' in commit.sh test failure cases


remove the symlink conflict header feature; it causes noise for little benefit


rename get_symlink_status() to get_symlink_modification_status() for clarity


use a shortcut in get_file_status() for detecting symlinks appearing on disk


move deeply indented code from unstage_path() to a new unstage_hunks() helper


make 'got unstage -p' work with symlinks


initialize output parameter of got_object_blob_read_to_str(); found by ofree


fix wrong test result check in revert.sh symlink test


fix missing return statements in revert.sh symlink test failure cases


remove merge_blob() fallback from merge_symlink(); let callers handle this