Commit Briefs

1675efa342 Stefan Sperling

fix double-free introduced during refactoring





ca355955e0 Stefan Sperling

oops, sync fileindex again after aborting rebase



a3a2faf267 Stefan Sperling

use checkout_files() helper in got_worktree_rebase_abort()


711d9cd95d Stefan Sperling

eliminate a pointless goto in worktree.c





fb399478ba Stefan Sperling

plug fileindex_path memory leaks


5ade8233f4 Stefan Sperling

eliminate potential got_fileindex_free(NULL) calls




10796104a1 Stefan Sperling

unsigned char casts for isspace()


74d012d126 Stefan Sperling

man page wording tweak


7acfb25b4c Stefan Sperling

more clearly document the effect of 'got branch -d'


4ba9c4f6a0 Stefan Sperling

fix wrong sandbox name used by a rebase test


787c8eb6b2 Stefan Sperling

fix extra whitespace in rebased log messages

Trim leading and trailing whitespace from log messages when creating commits. Fixes a rebase issue but should be a good idea in general.




ba882ee388 Stefan Sperling

make 'got branch -l' indicate work tree's current branch


86d25a1b02 Stefan Sperling

'got rm' -> 'got remove' in man page


f09e2405e1 Stefan Sperling

rebase man page tweaks