Commit Briefs

dbec59df9a Stefan Sperling

add 'got log' -R option to reverse commit display order


52ab795804 Stefan Sperling

tweak documentation of 'got log -x' for accuracy


9627c110be Stefan Sperling

show a summary of conflicts and related problems after updating/merging files

ok millert@


5036ab18bf Stefan Sperling

make 'got update' skip conflicted files

ok millert@




ccecc9fd21 Stefan Sperling

wrap an overlong line



19ff763832 Tracey Emery

handle all khttp_urlpart errors


aa309cb072 Tracey Emery

Add minimum kcgi version information to README



e678920974 Tracey Emery

remove all asprintf from gw_output_repo_heads


c6eb96ac36 Tracey Emery

reduce asprint usage in gw_output_repo_tree


ebc6542a26 Tracey Emery

remove all asprintf from gw_blame_cb


12003b6a72 Tracey Emery

remove all asprintf from gw_output_repo_tags


f7632464f6 Tracey Emery

remove all asprintf from gw_tags


9ba6883355 Tracey Emery

remove all asprintf from gw_briefs


038dfa29f6 Tracey Emery

remove all asprintf from gw_commits


2796ac23f0 Tracey Emery

remove all asprintf from gw_index


32b9f7ede5 Tracey Emery

use khtml_printf where possible


f08447b045 Tracey Emery

use khttp_printf where possible


79bf0650c0 Stefan Sperling

bump version number


6b7ca607c2 Stefan Sperling

changes for 0.33



f7b97ccb29 Stefan Sperling

normalize tree entry modes to 0100644 or 0100755 when writing tree objects

semarie@ reported an error from go-git used by Cirrus CI: "57243613255d758e15b0f5ae1c960b970f0435f8: malformed mode (0100640)!" 'git fsck' has no problem with mode 0100640. But writing just the two most commonly used file modes should provide the best compatibility.