Skip to content

Commit 40cd31b

Browse files
author
Stephan Dilly
committed
some updates
1 parent 4f01ef7 commit 40cd31b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- stashing support ([#3](https://github.com/extrawurst/gitui/issues/3))
1111

1212
### Changed
13+
- log tab refreshes when head changes ([#78](https://github.com/extrawurst/gitui/issues/78))
1314
- performance optimization of the log tab in big repos
1415
- more readable default color for the commit hash in the log tab
15-
- log tab refreshes when head changes ([#78](https://github.com/extrawurst/gitui/issues/78))
1616

1717
### Fixes
1818
- panic on small terminal width ([#72](https://github.com/extrawurst/gitui/issues/72))

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ blazing fast terminal-ui for git written in rust
2323
* context based help (**no** need to remember any hot-key)
2424
* inspect/commit changes (incl. hooks: *commit-msg*/*post-commit*)
2525
* (un)stage files/hunks, revert/reset files/hunk
26+
* stashing
2627
* browse commit log
2728
* scalable ui layout
2829
* async [input polling](assets/perf_compare.jpg) and

0 commit comments

Comments
 (0)