* Cosmetics
* Default 'Clear' style is now #[none]
None actually resets all attributes.
* Always append the Clear attribute to gitmux status string
Fix#107
* feat: separate layout items with spaces
* docs: update layout example
* fix: add space after stash
* feat: add trailing space to stats component
* feat: add trailing space to clean section
* test: trailing spaces on all components
* Remove bytes.Buffer, status functions return strings
* Take care of elements spacing in format()
* Fix spacing in default config
---------
Co-authored-by: Aurélien Rainone <aurelien.rainone@gmail.com>
* Add Ellipsis option, defaults to …
* Modify Test_truncate
* Change default layout (remove .. between branch and remote)
* README.md format
* README.md: document ellipsis
Fixes#60
* Update golden file and fix tests
Since the default config has changed the golden file must be
updated.
* tmux: cosmetics
* bump gitstatus to v0.6.0
* testscript: set TestWork to true
* Add Insertions/Deletions to Symbols and Styles
* Show insertions/deletions if 'stats' is in the layout
* Add Test_stats
* Update README.md