Commit Briefs

bb787f0904 Stefan Sperling

fix a double-free in 'got update' error path


426ebf2e17 Stefan Sperling

fix histedit's interactive retry loop


b006047e8a Stefan Sperling

fix histedit (a)bort prompt handling


6c1844f6c7 Stefan Sperling

fix histedit syntax error detection



b2c50a0a51 Stefan Sperling

add another histedit test for path prefix behaviour


e0233ceaa7 Stefan Sperling

fix 'got commit' from work tree with a path prefix



a402709190 Stefan Sperling

rename a histedit test


13a06bb35e Stefan Sperling

remove some unused variables from histedit tests


86ac67ee6b Stefan Sperling

check committed diffs in some histedit tests


0160a755b4 Stefan Sperling

add histedit path prefix test


8ca9bd6817 Stefan Sperling

use a dedicated error code for histedit path-prefix error


3aac7cf700 Stefan Sperling

histedit: error if root commit is edited


d23ace9754 Stefan Sperling

fix abspath/relpath mismatch in rebase_check_path_prefix()


04f57cb3f4 Stefan Sperling

reduce code duplication in handling '-c commit' options


30837e32b8 Stefan Sperling

allow references to be passed to '-c commit' options


3f9de99f9b Stefan Sperling

histedit: make folding work across dropped commits


0ebf8283cd Stefan Sperling

initial 'got histedit' implementation


f6794adc6b Stefan Sperling

make 'got rebase -c' check whether rebase is in progress



6e6049bedc Stefan Sperling

make repository_test pass again on OpenBSD 6.5


62550b1381 Stefan Sperling

fix path in got_repo_open() error message


d0710d08dc Stefan Sperling

make got_worktree_resolve_path() handle non-existent paths


49aa539ae9 Stefan Sperling

remove got_path_normalize(); pointless and unused