thodg/got/include/got_diff.h

Branch :


Log

Author Commit Date CI Message
54156555 2018-12-24 10:58:32 undo commit timestamps next to paths in diffs; they are redundant
adacb96f 2018-12-24 10:39:46 show commit timestamps in diff headers
15a94983 2018-12-23 14:48:47 remove struct got_object from public library API
4a8520aa 2018-10-18 22:32:17 use a constant for max diff context size
df2871d2 2018-10-18 11:45:20 make amount of diff context configurable at API level
f6861a81 2018-09-13 23:48:14 display file paths in diffs instead of blob SHA1s
11528a82 2018-05-19 16:28:32 move common diff helpers from got and tog into lib/diff.c
0c60ce5a 2018-04-02 11:10:05 document the current public API
74671950 2018-02-12 00:15:49 add output file argument to got_diff_tree
474b4f94 2017-11-30 01:41:44 add some unimplemented stubs for tree diffing
62136d3a 2017-11-29 23:46:24 allow for custom diff header labels
ed9e98a8 2017-11-29 22:47:05 store global diff state in memory provided by caller
7d283eee 2017-11-29 17:11:11 add and test basic blob diffing functionality