Commit Briefs

f2ea84fab9 Stefan Sperling

make 'got update' accept mulitple path arguments


a5edda0a8a Stefan Sperling

add helper function to parse worktree paths from argv


f86a1bf597 Stefan Sperling

plug memleaks of paths on pathlist in cmd_status()


09ea71bad2 Stefan Sperling

s/path/repository-path/ in 'got init' usage and docs


72ea6654e7 Stefan Sperling

add support for multiple path arguments to 'got status'


90e8619ee9 Stefan Sperling

make 'got commit' work with a directory path



a698f62e1b Stefan Sperling

allow 'got commit' while 'got histedit' is interrupted


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



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





b4b3a7ddd7 Stefan Sperling

handle work tree path realpath(3) ENOENT during checkout