Commits


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


show a list of paths changed in a commit with 'got log -P', and in tog requested by matthieu@


convert tree entries from SIMPLEQ to an array


show file mode differences when diffing trees


add -w (ignore whitespace) option to 'got diff'


detect and ignore Git submodules


fix and simplify blame algorithm Always diff against latest version of file. This is much easier since there is no need to keep track of lines shifting around.


label staged blobs with "(staged)" in got diff output


remove unused function got_diff_blob_file_lines_changed()


initial 'got stage -p' implementation


introduce got_diff_blob_file_lines_changed()


speed up rebase and histedit path prefix check: skip blob content diffs


introduce support for abbreviated object IDs


implement search for 'tog blame'


generalize got_diff_tree() by adding a diff output callback


use got_object_tree_find_entry() instead of local copy in diff.c


rename got_error_prefix_errno() to got_error_from_errno()


got_error_from_errno -> got_error_prefix_errno also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


make got path APIs available to library consumers


use correct diff header label for deletion in got_diff_blob_file()


add missing 'static' for local functions


check for errors from fclose()


remove a pointless error code


make 'got diff' show local changes in work tree


fix crash in blame since 18f4293943894155d5ccbdb423f1e8a2bb1e1d62