Commit Briefs

Stefan Sperling

sync distfile list (tags/0.45)


Stefan Sperling

CHANGES for 0.45



Stefan Sperling

add a basic test case for histedit -f


Stefan Sperling

prevent log message loss of folded commits during histedit

If the histedit log message editor exits without saving its buffer, Got threw away log messages of all commits which were folded. Only the last commit message is preserved, which could be something meaningless like "fixup". Instead, preserve the initial editor buffer content as-is. That is not going to be an ideal log message, but doesn't throw away information and stands out visually because the newly created log message will start with a comment like '# log message of folded commit a0ff...' Problem reported by jrick


Stefan Sperling

histedit -f conflicts with -F option

Also fixed as part of a different patch from jrick ok jrick


Stefan Sperling

use a helper function to generate error messages for mutually exclusive options

Inspired by a different patch from jrick ok jrick





Christian Weisgerber

accommodate newer ncurses where panel_userptr() returns a const pointer

ok stsp


Stefan Sperling

use getline(3) instead of fparseln(3) in tog, for better portability

ok millert


Josh Rickmar

add histedit -f flag for folding shortcut

"please push it" stsp


Stefan Sperling

fix display of lines that end in "\r\n" in tog(1)

Problem found and reported by jrick ok naddy


Yang Zhong

add fd field to got_worktree, modify got_fileindex_entry_update to use fds

These changes are intended to make got more compatible with FreeBSD's Capsicum. ok stsp





Christian Weisgerber

miscellaneous minor style issues





Christian Weisgerber

pass the thread_args struct to queue_commits() and trim the parameter list

ok stsp



Stefan Sperling

move the ref view's selection cursor up if the terminal shrinks too much

bug found by naddy ok naddy