Commit Briefs

404c43c4fa Stefan Sperling

basic 'got blame' implementation


35e9ba5d1c Stefan Sperling

introduce got_object_blob_dump_to_file()


4bb494d579 Stefan Sperling

display UTC commit timestamps in tog(1)



9b6978794c Stefan Sperling

make got_diff_objects_as_commits() require obj2 parameter


bacc99353d Stefan Sperling

show log message above a diff between commits



cd0acaa77f Stefan Sperling

allow switching from log view to diff view in tog


511a516b74 Stefan Sperling

move got_opentmp* functions to public API; used from tog


11528a8298 Stefan Sperling

move common diff helpers from got and tog into lib/diff.c


730a8aa0c1 Stefan Sperling

don't override error codes in diff_modified_blob()


dfb54902d3 Stefan Sperling

wrap long lines


2acfca77da Stefan Sperling

don't forgot to close blobs after diffing them


84eb021e71 Stefan Sperling

show function prototypes in diff output


07ccb00b54 Stefan Sperling

be careful about NULL trees when diffing entries


c2c21d4603 Stefan Sperling

show 3 lines of context in file diffs



25783624d6 Stefan Sperling

use stricter CPPFLAGS from mpi


32cb896c4b Stefan Sperling

rename library-private headers from *_priv.h to *_lib.h



59ece79d29 Stefan Sperling

make struct got_object_id opaque


f934cf2c63 Stefan Sperling

make struct got_blob_object opaque


eba5c6bb85 Stefan Sperling

repair blob diffing


7467195036 Stefan Sperling

add output file argument to got_diff_tree


eb651edf82 Stefan Sperling

more progress on reading packed/deltified objects