Skip to content

Commit d0ea8f1

Browse files
committed
Fix blog and twitter urls
1 parent 7e97b85 commit d0ea8f1

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ see `vim_style_key_config.ron` for their default vim binding
614614

615615
## [0.13.0] - 2021-03-15 - Happy Birthday GitUI 🥳
616616

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).
618618

619619
**stage/unstage/discard by line**
620620

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
[s2]: https://img.shields.io/badge/license-MIT-blue.svg
1313
[s3]: https://img.shields.io/badge/unsafe-forbidden-success.svg
1414
[l3]: https://github.com/rust-secure-code/safety-dance/
15-
[s6]: https://img.shields.io/twitter/follow/gitui-org?label=follow&style=social
16-
[l6]: https://twitter.com/intent/follow?screen_name=gitui-org
15+
[s6]: https://img.shields.io/twitter/follow/extrawurst?label=follow&style=social
16+
[l6]: https://twitter.com/intent/follow?screen_name=extrawurst
1717
[s7]: https://deps.rs/repo/github/gitui-org/gitui/status.svg
1818
[l7]: https://deps.rs/repo/github/gitui-org/gitui
1919
[s8]: https://img.shields.io/discord/1176858176897953872
@@ -45,7 +45,7 @@
4545

4646
- Fast and intuitive **keyboard only** control
4747
- 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_)
4949
- Stage, unstage, revert and reset files, hunks and lines
5050
- Stashing (save, pop, apply, drop, and inspect)
5151
- 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
6868

6969
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):
7070

71-
| | Time | Memory (GB) | Binary (MB) | Freezes | Crashes |
72-
| --------- | ---------- | ----------- | ----------- | --------- | --------- |
73-
| `gitui` | **24 s**| **0.17** | 10 | **No** | **No** |
74-
| `lazygit` | 57 s | 2.6 | 25 | Yes | Sometimes |
75-
| `tig` | 4 m 20 s | 1.3 | **0.6** | Sometimes | **No** |
71+
| | Time | Memory (GB) | Binary (MB) | Freezes | Crashes |
72+
| --------- | ----------- | ----------- | ----------- | --------- | --------- |
73+
| `gitui` | **24 s**| **0.17**| 10 | **No**| **No**|
74+
| `lazygit` | 57 s | 2.6 | 25 | Yes | Sometimes |
75+
| `tig` | 4 m 20 s | 1.3 | **0.6**| Sometimes | **No**|
7676

7777
## 4. <a name="roadmap"></a> Road(map) to 1.0 <small><sup>[Top ▲](#table-of-contents)</sup></small>
7878

7979
These are the high level goals before calling out `1.0`:
8080

81-
* visualize branching structure in log tab ([#81](https://github.com/gitui-org/gitui/issues/81))
82-
* interactive rebase ([#32](https://github.com/gitui-org/gitui/issues/32))
81+
- visualize branching structure in log tab ([#81](https://github.com/gitui-org/gitui/issues/81))
82+
- interactive rebase ([#32](https://github.com/gitui-org/gitui/issues/32))
8383

8484
## 5. <a name="limitations"></a> Known Limitations <small><sup>[Top ▲](#table-of-contents)</sup></small>
8585

8686
- no sparse repo support (see [#1226](https://github.com/gitui-org/gitui/issues/1226))
8787
- no git-lfs support (see [#1089](https://github.com/gitui-org/gitui/discussions/1089))
88-
- *credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/gitui-org/gitui/issues/800))
88+
- _credential.helper_ for https needs to be **explicitly** configured (see [#800](https://github.com/gitui-org/gitui/issues/800))
8989

9090
Currently, this tool does not fully substitute the _git shell_, however both tools work well in tandem.
9191

@@ -119,6 +119,7 @@ sudo dnf install gitui
119119
```
120120

121121
##### Gentoo
122+
122123
Available in [dm9pZCAq overlay](https://github.com/gentoo-mirror/dm9pZCAq)
123124

124125
```sh
@@ -166,10 +167,13 @@ choco install gitui
166167
##### [Nix](https://search.nixos.org/packages?channel=unstable&show=gitui&from=0&size=50&sort=relevance&query=gitui) (Nix/NixOS)
167168

168169
Nixpkg
170+
169171
```
170172
nix-env -iA nixpkgs.gitui
171173
```
174+
172175
NixOS
176+
173177
```
174178
nix-env -iA nixos.gitui
175179
```
@@ -181,6 +185,7 @@ pkg install gitui
181185
```
182186

183187
##### [Anaconda](https://anaconda.org/conda-forge/gitui)
188+
184189
```
185190
conda install -c conda-forge gitui
186191
```
@@ -221,9 +226,11 @@ see [NIGHTLIES.md](./NIGHTLIES.md)
221226
### Requirements
222227

223228
- Minimum supported `rust`/`cargo` version: `1.70`
229+
224230
- See [Install Rust](https://www.rust-lang.org/tools/install)
225231

226232
- To build openssl dependency (see https://docs.rs/openssl/latest/openssl/)
233+
227234
- perl >= 5.12 (strawberry perl works for windows https://strawberryperl.com/)
228235
- a c compiler (msvc, gcc or clang, cargo will find it)
229236

@@ -234,7 +241,9 @@ see [NIGHTLIES.md](./NIGHTLIES.md)
234241
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)
235242

236243
### Cargo Features
244+
237245
#### trace-libgit
246+
238247
enable `libgit2` tracing
239248

240249
works if `libgit2` built with `-DENABLE_TRACE=ON`

0 commit comments

Comments
 (0)