Commits


add some additional short aliases for got commands


another man page wording fix


missing word in man page


small man page fixes related to stage


document staging


unstage: report new current status for deleted unstaged paths


initial 'got unstage' implementation


fix missing ret assignment in test_double_stage


make 'got commit' work with changed stanges


fix out-of-date check regression; only commit staged files after 'got stage'


ensure that 'got update' refuses to update staged files


ensure that 'got rebase' refuses to run with staged changes


ensure that 'got histedit' refuses to run while shanges are staged


reject staging of out-of-date files


handle conflicted files passed to 'got stage'