You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -614,7 +614,7 @@ see `vim_style_key_config.ron` for their default vim binding
614
614
615
615
## [0.13.0] - 2021-03-15 - Happy Birthday GitUI 🥳
616
616
617
-
Thanks for your interest and support over this year! Read more about the 1 year anniversary reflections of this project on my [blog](https://blog.gitui-org.org/general/programming/rust/2021/03/15/gitui-a-year-in-opensource.html).
617
+
Thanks for your interest and support over this year! Read more about the 1 year anniversary reflections of this project on my [blog](https://blog.extrawurst.org/general/programming/rust/2021/03/15/gitui-a-year-in-opensource.html).
- Context based help (**no need to memorize** tons of hot-keys)
48
-
- Inspect, commit, and amend changes (incl. hooks: *pre-commit*,*commit-msg*,*post-commit*,*prepare-commit-msg*)
48
+
- Inspect, commit, and amend changes (incl. hooks: _pre-commit_,_commit-msg_,_post-commit_,_prepare-commit-msg_)
49
49
- Stage, unstage, revert and reset files, hunks and lines
50
50
- Stashing (save, pop, apply, drop, and inspect)
51
51
- Push / Fetch to / from remote
@@ -68,24 +68,24 @@ GitUI provides you with the user experience and comfort of a git GUI but right i
68
68
69
69
For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) ([slides](https://github.com/extrawurst/gitui-presentation)) I compared `lazygit`,`tig` and `gitui` by parsing the entire Linux git repository (which contains over 900k commits):
- See [Install Rust](https://www.rust-lang.org/tools/install)
225
231
226
232
- To build openssl dependency (see https://docs.rs/openssl/latest/openssl/)
233
+
227
234
- perl >= 5.12 (strawberry perl works for windows https://strawberryperl.com/)
228
235
- a c compiler (msvc, gcc or clang, cargo will find it)
229
236
@@ -234,7 +241,9 @@ see [NIGHTLIES.md](./NIGHTLIES.md)
234
241
The simplest way to start playing around with `gitui` is to have `cargo` build and install it with `cargo install gitui --locked`. If you are not familiar with rust and cargo: [Getting Started with Rust](https://doc.rust-lang.org/book/ch01-00-getting-started.html)
0 commit comments