mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
readme/changelog
This commit is contained in:
parent
6f722b4806
commit
f390fe8ded
3 changed files with 3 additions and 2 deletions
|
|
@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595))
|
||||
- view/checkout remote branches ([#617](https://github.com/extrawurst/gitui/issues/617))
|
||||
|
||||

|
||||
|
||||
### Fixed
|
||||
- push branch to its tracking remote ([#597](https://github.com/extrawurst/gitui/issues/597))
|
||||
- fixed panic when staging lines involving missing newline eof ([#605](https://github.com/extrawurst/gitui/issues/605))
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
- Stage, unstage, revert and reset files, hunks and lines
|
||||
- Stashing (save, apply, drop, and inspect)
|
||||
- Push/Fetch to/from remote
|
||||
- Branch List (create, rename, delete)
|
||||
- Branch List (create, rename, delete, checkout, remotes)
|
||||
- Browse commit log, diff committed changes
|
||||
- Scalable terminal UI layout
|
||||
- Async [input polling](assets/perf_compare.jpg)
|
||||
|
|
@ -168,7 +168,6 @@ The key bindings can be customized: See [Key Config](KEY_CONFIG.md) on how to se
|
|||
|
||||
These are the high level goals before calling out `1.0`:
|
||||
|
||||
* upstream branches ([#453](https://github.com/extrawurst/gitui/issues/453))
|
||||
* merging with conflicts ([#485](https://github.com/extrawurst/gitui/issues/485))
|
||||
* log search (commit, author, sha) ([#449](https://github.com/extrawurst/gitui/issues/449),[#429](https://github.com/extrawurst/gitui/issues/429))
|
||||
* file history log ([#381](https://github.com/extrawurst/gitui/issues/381))
|
||||
|
|
|
|||
BIN
assets/checkout-remote.gif
Normal file
BIN
assets/checkout-remote.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 810 KiB |
Loading…
Reference in a new issue