Commits


got-worktree.5: document file index flags


add a test for 'no changes to stage' error condition


got-worktree.5: document 'staged blob ID'


got.1: spell Game of Trees in title case


got.1: clarify which files retain their base commit after 'got commit'


man: spell 'got' and 'git' in upper case where not referring to commands


simplify a block of code in check_out_of_date()


document that -h option will always exit


fix 'mv foo bar; got rm foo; got add bar' and put paths in error messages


fix and test interaction of rebase/histedit -c and 'got stage'


grammar fix in got.1


add a test for 'got stage -l'


more man page tweaks for 'got stage'


call get_worktree_paths_from_argv() after unveil(2) where possible


use get_worktree_paths_from_argv consistently; improves add/rm edge cases Double 'got rm' becomes a no-op like double 'got add' already is, and 'got add' of an already staged file is now an error.