From 1a202bc50cc73977525fbe733a9377661f403aa3 Mon Sep 17 00:00:00 2001 From: Vasley Date: Wed, 26 Feb 2025 20:13:48 +0400 Subject: [PATCH] Change links to point to gitui-org instead of extrawurst --- CHANGELOG.md | 703 ++++++++++++++++++------------------ CONTRIBUTING.md | 2 +- Cargo.toml | 4 +- KEY_CONFIG.md | 4 +- LICENSE.md | 2 +- README.md | 28 +- THEMES.md | 2 +- asyncgit/Cargo.toml | 4 +- asyncgit/src/sync/commit.rs | 2 +- asyncgit/src/sync/utils.rs | 2 +- filetreelist/Cargo.toml | 4 +- git2-hooks/Cargo.toml | 4 +- git2-testing/Cargo.toml | 4 +- invalidstring/Cargo.toml | 4 +- scopetime/Cargo.toml | 4 +- src/args.rs | 2 +- src/input.rs | 2 +- src/main.rs | 4 +- wix/main.wxs | 6 +- 19 files changed, 394 insertions(+), 393 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4cc478372..b53b9ced1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * improve syntax highlighting file detection [[@acuteenvy](https://github.com/acuteenvy)] ([#2524](https://github.com/extrawurst/gitui/pull/2524)) +* Updated project links to point to `gitui-org` instead of `extrawurst` [[@vasleymus](https://github.com/vasleymus)] ([#2538](https://github.com/gitui-org/gitui/pull/2538)) * After commit: jump back to unstaged area [[@tommady](https://github.com/tommady)] ([#2476](https://github.com/extrawurst/gitui/issues/2476)) * use OSC52 copying in case other methods fail [[@naseschwarz](https://github.com/naseschwarz)] ([#2366](https://github.com/gitui-org/gitui/issues/2366)) @@ -19,16 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ![add-remote](assets/add-remote.png) ### Breaking Changes -* use default shell instead of bash on Unix-like OS [[@yerke](https://github.com/yerke)] ([#2343](https://github.com/extrawurst/gitui/pull/2343)) +* use default shell instead of bash on Unix-like OS [[@yerke](https://github.com/yerke)] ([#2343](https://github.com/gitui-org/gitui/pull/2343)) ### Added -* add popups for viewing, adding, updating and removing remotes [[@robin-thoene](https://github.com/robin-thoene)] ([#2172](https://github.com/extrawurst/gitui/issues/2172)) -* support for `Copy Path` action in WSL [[@johnDeSilencio](https://github.com/johnDeSilencio)] ([#2413](https://github.com/extrawurst/gitui/pull/2413)) -* help popup scrollbar [[@wugeer](https://github.com/wugeer)] ([#2388](https://github.com/extrawurst/gitui/pull/2388)) +* add popups for viewing, adding, updating and removing remotes [[@robin-thoene](https://github.com/robin-thoene)] ([#2172](https://github.com/gitui-org/gitui/issues/2172)) +* support for `Copy Path` action in WSL [[@johnDeSilencio](https://github.com/johnDeSilencio)] ([#2413](https://github.com/gitui-org/gitui/pull/2413)) +* help popup scrollbar [[@wugeer](https://github.com/wugeer)] ([#2388](https://github.com/gitui-org/gitui/pull/2388)) ### Fixes -* respect env vars like `GIT_CONFIG_GLOBAL` ([#2298](https://github.com/extrawurst/gitui/issues/2298)) -* Set `CREATE_NO_WINDOW` flag when executing Git hooks on Windows ([#2371](https://github.com/extrawurst/gitui/pull/2371)) +* respect env vars like `GIT_CONFIG_GLOBAL` ([#2298](https://github.com/gitui-org/gitui/issues/2298)) +* Set `CREATE_NO_WINDOW` flag when executing Git hooks on Windows ([#2371](https://github.com/gitui-org/gitui/pull/2371)) ## [0.26.3] - 2024-06-02 @@ -50,7 +51,7 @@ Checkout [THEMES.md](./THEMES.md) for more info. ### Added * due to github runner changes, the regular mac build is now arm64, so we added support for intel x86 apple build in nightlies and releases (via separat artifact) -* support `BUILD_GIT_COMMIT_ID` enabling builds from `git archive` generated source tarballs or other outside a git repo [[@alerque](https://github.com/alerque)] ([#2187](https://github.com/extrawurst/gitui/pull/2187)) +* support `BUILD_GIT_COMMIT_ID` enabling builds from `git archive` generated source tarballs or other outside a git repo [[@alerque](https://github.com/alerque)] ([#2187](https://github.com/gitui-org/gitui/pull/2187)) ### Fixes * update yanked dependency to `libc` to fix building with `--locked`. @@ -61,12 +62,12 @@ Checkout [THEMES.md](./THEMES.md) for more info. **note:** this release introduced a breaking change documented in the following release: `0.26.3` ### Fixes -* fix `cargo install` without `--locked` ([#2098](https://github.com/extrawurst/gitui/issues/2098)) -* respect configuration for remote when fetching (also applies to pulling) [[@cruessler](https://github.com/cruessler)] ([#1093](https://github.com/extrawurst/gitui/issues/1093)) -* add `:` character to sign-off trailer to comply with Conventinoal Commits standard [@semioticrobotic](https://github.com/semioticrobotic) ([#2196](https://github.com/extrawurst/gitui/issues/2196)) +* fix `cargo install` without `--locked` ([#2098](https://github.com/gitui-org/gitui/issues/2098)) +* respect configuration for remote when fetching (also applies to pulling) [[@cruessler](https://github.com/cruessler)] ([#1093](https://github.com/gitui-org/gitui/issues/1093)) +* add `:` character to sign-off trailer to comply with Conventinoal Commits standard [@semioticrobotic](https://github.com/semioticrobotic) ([#2196](https://github.com/gitui-org/gitui/issues/2196)) ### Added -* support overriding `build_date` for [reproducible builds](https://reproducible-builds.org/) [[@bmwiedemann](https://github.com/bmwiedemann)] ([#2202](https://github.com/extrawurst/gitui/pull/2202)) +* support overriding `build_date` for [reproducible builds](https://reproducible-builds.org/) [[@bmwiedemann](https://github.com/bmwiedemann)] ([#2202](https://github.com/gitui-org/gitui/pull/2202)) ## [0.26.0+1] - 2024-04-14 @@ -78,37 +79,37 @@ this release has no changes to `0.26.0` but provides windows binaries that were ![signing](assets/gitui-signing.png) ### Added -* sign commits using openpgp [[@hendrikmaus](https://github.com/hendrikmaus)] ([#97](https://github.com/extrawurst/gitui/issues/97)) -* support ssh commit signing (when `user.signingKey` and `gpg.format = ssh` of gitconfig are set; ssh-agent isn't yet supported) [[@yanganto](https://github.com/yanganto)] ([#1149](https://github.com/extrawurst/gitui/issues/1149)) -* provide nightly builds (see [NIGHTLIES.md](./NIGHTLIES.md)) ([#2083](https://github.com/extrawurst/gitui/issues/2083)) +* sign commits using openpgp [[@hendrikmaus](https://github.com/hendrikmaus)] ([#97](https://github.com/gitui-org/gitui/issues/97)) +* support ssh commit signing (when `user.signingKey` and `gpg.format = ssh` of gitconfig are set; ssh-agent isn't yet supported) [[@yanganto](https://github.com/yanganto)] ([#1149](https://github.com/gitui-org/gitui/issues/1149)) +* provide nightly builds (see [NIGHTLIES.md](./NIGHTLIES.md)) ([#2083](https://github.com/gitui-org/gitui/issues/2083)) * more version info in `gitui -V` and `help popup` (including git hash) -* support `core.commitChar` filtering [[@concelare](https://github.com/concelare)] ([#2136](https://github.com/extrawurst/gitui/issues/2136)) -* allow reset in branch popup ([#2170](https://github.com/extrawurst/gitui/issues/2170)) -* respect configuration for remote when pushing [[@cruessler](https://github.com/cruessler)] ([#2156](https://github.com/extrawurst/gitui/issues/2156)) +* support `core.commitChar` filtering [[@concelare](https://github.com/concelare)] ([#2136](https://github.com/gitui-org/gitui/issues/2136)) +* allow reset in branch popup ([#2170](https://github.com/gitui-org/gitui/issues/2170)) +* respect configuration for remote when pushing [[@cruessler](https://github.com/cruessler)] ([#2156](https://github.com/gitui-org/gitui/issues/2156)) ### Changed -* Make info and error message popups scrollable [[@MichaelAug](https://github.com/MichaelAug)] ([#1138](https://github.com/extrawurst/gitui/issues/1138)) -* clarify `x86_64` linux binary in artifact names: `gitui-linux-x86_64.tar.gz` (formerly known as `musl`) ([#2148](https://github.com/extrawurst/gitui/issues/2148)) +* Make info and error message popups scrollable [[@MichaelAug](https://github.com/MichaelAug)] ([#1138](https://github.com/gitui-org/gitui/issues/1138)) +* clarify `x86_64` linux binary in artifact names: `gitui-linux-x86_64.tar.gz` (formerly known as `musl`) ([#2148](https://github.com/gitui-org/gitui/issues/2148)) ### Fixes -* add syntax highlighting support for more file types, e.g. Typescript, TOML, etc. [[@martihomssoler](https://github.com/martihomssoler)] ([#2005](https://github.com/extrawurst/gitui/issues/2005)) -* windows release deployment was broken (reason for release `0.26.1`) [218d739](https://github.com/extrawurst/gitui/commit/218d739b035a034b7bf547629d24787909f467bf) +* add syntax highlighting support for more file types, e.g. Typescript, TOML, etc. [[@martihomssoler](https://github.com/martihomssoler)] ([#2005](https://github.com/gitui-org/gitui/issues/2005)) +* windows release deployment was broken (reason for release `0.26.1`) [218d739](https://github.com/gitui-org/gitui/commit/218d739b035a034b7bf547629d24787909f467bf) ## [0.25.2] - 2024-03-22 ### Fixes -* blame sometimes crashed due to new syntax highlighting [[@tdtrung17693](https://github.com/tdtrung17693)] ([#2130](https://github.com/extrawurst/gitui/issues/2130)) -* going to file tree view at certin commit from the commit-details view broke [[@martihomssoler](https://github.com/martihomssoler)] ([#2114](https://github.com/extrawurst/gitui/issues/2114)) -* `0.25` broke creating annotated tags ([#2126](https://github.com/extrawurst/gitui/issues/2126)) +* blame sometimes crashed due to new syntax highlighting [[@tdtrung17693](https://github.com/tdtrung17693)] ([#2130](https://github.com/gitui-org/gitui/issues/2130)) +* going to file tree view at certin commit from the commit-details view broke [[@martihomssoler](https://github.com/martihomssoler)] ([#2114](https://github.com/gitui-org/gitui/issues/2114)) +* `0.25` broke creating annotated tags ([#2126](https://github.com/gitui-org/gitui/issues/2126)) ### Changed -* re-enable clippy `missing_const_for_fn` linter warning and added const to functions where applicable ([#2116](https://github.com/extrawurst/gitui/issues/2116)) +* re-enable clippy `missing_const_for_fn` linter warning and added const to functions where applicable ([#2116](https://github.com/gitui-org/gitui/issues/2116)) ## [0.25.1] - 2024-02-23 ### Fixes -* bump yanked dependency `bumpalo` to fix build from source ([#2087](https://github.com/extrawurst/gitui/issues/2087)) -* pin `ratatui` version to fix building without locked `cargo install gitui` ([#2090](https://github.com/extrawurst/gitui/issues/2090)) +* bump yanked dependency `bumpalo` to fix build from source ([#2087](https://github.com/gitui-org/gitui/issues/2087)) +* pin `ratatui` version to fix building without locked `cargo install gitui` ([#2090](https://github.com/gitui-org/gitui/issues/2090)) ## [0.25.0] - 2024-02-21 @@ -133,46 +134,46 @@ These defaults require some adoption from existing users but feel more natural t Modifiers like `SHIFT` or `CONTROL` are no longer configured via magic bitflags but via strings thanks to changes in the [bitflags crate](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md#changes-to-serde-serialization) we depend on. Please see [KEY_CONFIG.md](./KEY_CONFIG.md) or [vim_style_key_config.ron](./vim_style_key_config.ron) for more info and examples. ### Added -* support for new-line in text-input (e.g. commit message editor) [[@pm100]](https://github/pm100) ([#1662](https://github.com/extrawurst/gitui/issues/1662)). -* add syntax highlighting for blame view [[@tdtrung17693](https://github.com/tdtrung17693)] ([#745](https://github.com/extrawurst/gitui/issues/745)) -* allow aborting pending commit log search [[@StemCll](https://github.com/StemCll)] ([#1860](https://github.com/extrawurst/gitui/issues/1860)) -* `theme.ron` now supports customizing line break symbol ([#1894](https://github.com/extrawurst/gitui/issues/1894)) -* add confirmation for dialog for undo commit [[@TeFiLeDo](https://github.com/TeFiLeDo)] ([#1912](https://github.com/extrawurst/gitui/issues/1912)) -* support `prepare-commit-msg` hook ([#1873](https://github.com/extrawurst/gitui/issues/1873)) -* new style `block_title_focused` to allow customizing title text of focused frame/block ([#2052](https://github.com/extrawurst/gitui/issues/2052)). -* allow `fetch` command in both tabs of branchlist popup ([#2067](https://github.com/extrawurst/gitui/issues/2067)) -* check branch name validity while typing [[@sainad2222](https://github.com/sainad2222)] ([#2062](https://github.com/extrawurst/gitui/issues/2062)) +* support for new-line in text-input (e.g. commit message editor) [[@pm100]](https://github/pm100) ([#1662](https://github.com/gitui-org/gitui/issues/1662)). +* add syntax highlighting for blame view [[@tdtrung17693](https://github.com/tdtrung17693)] ([#745](https://github.com/gitui-org/gitui/issues/745)) +* allow aborting pending commit log search [[@StemCll](https://github.com/StemCll)] ([#1860](https://github.com/gitui-org/gitui/issues/1860)) +* `theme.ron` now supports customizing line break symbol ([#1894](https://github.com/gitui-org/gitui/issues/1894)) +* add confirmation for dialog for undo commit [[@TeFiLeDo](https://github.com/TeFiLeDo)] ([#1912](https://github.com/gitui-org/gitui/issues/1912)) +* support `prepare-commit-msg` hook ([#1873](https://github.com/gitui-org/gitui/issues/1873)) +* new style `block_title_focused` to allow customizing title text of focused frame/block ([#2052](https://github.com/gitui-org/gitui/issues/2052)). +* allow `fetch` command in both tabs of branchlist popup ([#2067](https://github.com/gitui-org/gitui/issues/2067)) +* check branch name validity while typing [[@sainad2222](https://github.com/sainad2222)] ([#2062](https://github.com/gitui-org/gitui/issues/2062)) ### Changed -* do not allow tagging when `tag.gpgsign` enabled until gpg-signing is [supported](https://github.com/extrawurst/gitui/issues/97) [[@TeFiLeDo](https://github.com/TeFiLeDo)] ([#1915](https://github.com/extrawurst/gitui/pull/1915)) +* do not allow tagging when `tag.gpgsign` enabled until gpg-signing is [supported](https://github.com/gitui-org/gitui/issues/97) [[@TeFiLeDo](https://github.com/TeFiLeDo)] ([#1915](https://github.com/gitui-org/gitui/pull/1915)) ### Fixes -* stash window empty after file history popup closes ([#1986](https://github.com/extrawurst/gitui/issues/1986)) -* allow push to empty remote ([#1919](https://github.com/extrawurst/gitui/issues/1919)) -* better diagnostics for theme file loading ([#2007](https://github.com/extrawurst/gitui/issues/2007)) -* fix ordering of commits in diff view [[@Joshix-1](https://github.com/Joshix-1)]([#1747](https://github.com/extrawurst/gitui/issues/1747)) +* stash window empty after file history popup closes ([#1986](https://github.com/gitui-org/gitui/issues/1986)) +* allow push to empty remote ([#1919](https://github.com/gitui-org/gitui/issues/1919)) +* better diagnostics for theme file loading ([#2007](https://github.com/gitui-org/gitui/issues/2007)) +* fix ordering of commits in diff view [[@Joshix-1](https://github.com/Joshix-1)]([#1747](https://github.com/gitui-org/gitui/issues/1747)) ## [0.24.3] - 2023-09-09 ### Fixes -* log: major lag when going beyond last search hit ([#1876](https://github.com/extrawurst/gitui/issues/1876)) +* log: major lag when going beyond last search hit ([#1876](https://github.com/gitui-org/gitui/issues/1876)) ### Changed -* parallelise log search - performance gain ~100% ([#1869](https://github.com/extrawurst/gitui/issues/1869)) -* search message body/summary separately ([#1875](https://github.com/extrawurst/gitui/issues/1875)) +* parallelise log search - performance gain ~100% ([#1869](https://github.com/gitui-org/gitui/issues/1869)) +* search message body/summary separately ([#1875](https://github.com/gitui-org/gitui/issues/1875)) ## [0.24.2] - 2023-09-03 ### Fixes -* fix commit log not updating after branch switch ([#1862](https://github.com/extrawurst/gitui/issues/1862)) -* fix stashlist not updating after pop/drop ([#1864](https://github.com/extrawurst/gitui/issues/1864)) -* fix commit log corruption when tabbing in/out while parsing log ([#1866](https://github.com/extrawurst/gitui/issues/1866)) +* fix commit log not updating after branch switch ([#1862](https://github.com/gitui-org/gitui/issues/1862)) +* fix stashlist not updating after pop/drop ([#1864](https://github.com/gitui-org/gitui/issues/1864)) +* fix commit log corruption when tabbing in/out while parsing log ([#1866](https://github.com/gitui-org/gitui/issues/1866)) ## [0.24.1] - 2023-08-30 ### Fixes -* fix performance problem in big repo with a lot of incoming commits ([#1845](https://github.com/extrawurst/gitui/issues/1845)) -* fix error switching to a branch with '/' in the name ([#1851](https://github.com/extrawurst/gitui/issues/1851)) +* fix performance problem in big repo with a lot of incoming commits ([#1845](https://github.com/gitui-org/gitui/issues/1845)) +* fix error switching to a branch with '/' in the name ([#1851](https://github.com/gitui-org/gitui/issues/1851)) ## [0.24.0] - 2023-08-27 @@ -187,33 +188,33 @@ Modifiers like `SHIFT` or `CONTROL` are no longer configured via magic bitflags ### Breaking Changes * Do you use a custom theme? - The way themes work got changed and simplified ([see docs](https://github.com/extrawurst/gitui/blob/master/THEMES.md) for more info): + The way themes work got changed and simplified ([see docs](https://github.com/gitui-org/gitui/blob/master/THEMES.md) for more info): * The format of `theme.ron` has changed: you only specify the colors etc. that should differ from their default value * Future additions of colors etc. will not break existing themes anymore ### Added -* search commits by message, author or files in diff ([#1791](https://github.com/extrawurst/gitui/issues/1791)) -* support 'n'/'p' key to move to the next/prev hunk in diff component [[@hamflx](https://github.com/hamflx)] ([#1523](https://github.com/extrawurst/gitui/issues/1523)) -* simplify theme overrides [[@cruessler](https://github.com/cruessler)] ([#1367](https://github.com/extrawurst/gitui/issues/1367)) -* support for sign-off of commits [[@domtac](https://github.com/domtac)]([#1757](https://github.com/extrawurst/gitui/issues/1757)) -* switched from textwrap to bwrap for text wrapping [[@TheBlackSheep3](https://github.com/TheBlackSheep3/)] ([#1762](https://github.com/extrawurst/gitui/issues/1762)) +* search commits by message, author or files in diff ([#1791](https://github.com/gitui-org/gitui/issues/1791)) +* support 'n'/'p' key to move to the next/prev hunk in diff component [[@hamflx](https://github.com/hamflx)] ([#1523](https://github.com/gitui-org/gitui/issues/1523)) +* simplify theme overrides [[@cruessler](https://github.com/cruessler)] ([#1367](https://github.com/gitui-org/gitui/issues/1367)) +* support for sign-off of commits [[@domtac](https://github.com/domtac)]([#1757](https://github.com/gitui-org/gitui/issues/1757)) +* switched from textwrap to bwrap for text wrapping [[@TheBlackSheep3](https://github.com/TheBlackSheep3/)] ([#1762](https://github.com/gitui-org/gitui/issues/1762)) * more logging diagnostics when a repo cannot be opened -* added to [anaconda](https://anaconda.org/conda-forge/gitui) [[@TheBlackSheep3](https://github.com/TheBlackSheep3/)] ([#1626](https://github.com/extrawurst/gitui/issues/1626)) -* visualize empty line substituted with content in diff better ([#1359](https://github.com/extrawurst/gitui/issues/1359)) -* checkout branch works with non-empty status report [[@lightsnowball](https://github.com/lightsnowball)] ([#1399](https://github.com/extrawurst/gitui/issues/1399)) -* jump to commit by SHA [[@AmmarAbouZor](https://github.com/AmmarAbouZor)] ([#1818](https://github.com/extrawurst/gitui/pull/1818)) +* added to [anaconda](https://anaconda.org/conda-forge/gitui) [[@TheBlackSheep3](https://github.com/TheBlackSheep3/)] ([#1626](https://github.com/gitui-org/gitui/issues/1626)) +* visualize empty line substituted with content in diff better ([#1359](https://github.com/gitui-org/gitui/issues/1359)) +* checkout branch works with non-empty status report [[@lightsnowball](https://github.com/lightsnowball)] ([#1399](https://github.com/gitui-org/gitui/issues/1399)) +* jump to commit by SHA [[@AmmarAbouZor](https://github.com/AmmarAbouZor)] ([#1818](https://github.com/gitui-org/gitui/pull/1818)) ### Fixes -* fix commit dialog char count for multibyte characters ([#1726](https://github.com/extrawurst/gitui/issues/1726)) -* fix wrong hit highlighting in fuzzy find popup [[@UUGTech](https://github.com/UUGTech)] ([#1731](https://github.com/extrawurst/gitui/pull/1731)) -* fix symlink support for configuration files [[@TheBlackSheep3](https://github.com/TheBlackSheep3)] ([#1751](https://github.com/extrawurst/gitui/issues/1751)) -* fix expansion of `~` in `commit.template` ([#1745](https://github.com/extrawurst/gitui/pull/1745)) -* fix hunk (un)staging/reset for # of context lines != 3 ([#1746](https://github.com/extrawurst/gitui/issues/1746)) -* fix delay when opening external editor ([#1506](https://github.com/extrawurst/gitui/issues/1506)) +* fix commit dialog char count for multibyte characters ([#1726](https://github.com/gitui-org/gitui/issues/1726)) +* fix wrong hit highlighting in fuzzy find popup [[@UUGTech](https://github.com/UUGTech)] ([#1731](https://github.com/gitui-org/gitui/pull/1731)) +* fix symlink support for configuration files [[@TheBlackSheep3](https://github.com/TheBlackSheep3)] ([#1751](https://github.com/gitui-org/gitui/issues/1751)) +* fix expansion of `~` in `commit.template` ([#1745](https://github.com/gitui-org/gitui/pull/1745)) +* fix hunk (un)staging/reset for # of context lines != 3 ([#1746](https://github.com/gitui-org/gitui/issues/1746)) +* fix delay when opening external editor ([#1506](https://github.com/gitui-org/gitui/issues/1506)) ### Changed -* Copy full Commit Hash by default [[@AmmarAbouZor](https://github.com/AmmarAbouZor)] ([#1836](https://github.com/extrawurst/gitui/issues/1836)) +* Copy full Commit Hash by default [[@AmmarAbouZor](https://github.com/AmmarAbouZor)] ([#1836](https://github.com/gitui-org/gitui/issues/1836)) ## [0.23.0] - 2023-06-19 @@ -230,39 +231,39 @@ Modifiers like `SHIFT` or `CONTROL` are no longer configured via magic bitflags ![fuzzy-branch](assets/fuzzy-find-branch.gif) ### Breaking Change -* `focus_XYZ` key bindings are merged into the `move_XYZ` set, so only one way to bind arrow-like keys from now on ([#1539](https://github.com/extrawurst/gitui/issues/1539)) +* `focus_XYZ` key bindings are merged into the `move_XYZ` set, so only one way to bind arrow-like keys from now on ([#1539](https://github.com/gitui-org/gitui/issues/1539)) ### Added -* allow reset (soft,mixed,hard) from commit log ([#1500](https://github.com/extrawurst/gitui/issues/1500)) -* support **reword** of commit from log ([#829](https://github.com/extrawurst/gitui/pull/829)) -* fuzzy find branch [[@UUGTech](https://github.com/UUGTech)] ([#1350](https://github.com/extrawurst/gitui/issues/1350)) -* list changes in commit message inside external editor [[@bc-universe]](https://github.com/bc-universe) ([#1420](https://github.com/extrawurst/gitui/issues/1420)) -* allow detaching HEAD and checking out specific commit from log view [[@fralcow]](https://github.com/fralcow) ([#1499](https://github.com/extrawurst/gitui/pull/1499)) -* add no-verify option on commits to not run hooks [[@dam5h]](https://github.com/dam5h) ([#1374](https://github.com/extrawurst/gitui/issues/1374)) -* allow `fetch` on status tab [[@alensiljak]](https://github.com/alensiljak) ([#1471](https://github.com/extrawurst/gitui/issues/1471)) -* allow `copy` file path on revision files and status tree [[@yanganto]](https://github.com/yanganto) ([#1516](https://github.com/extrawurst/gitui/pull/1516)) -* print message of where log will be written if `-l` is set ([#1472](https://github.com/extrawurst/gitui/pull/1472)) -* show remote branches in log [[@cruessler](https://github.com/cruessler)] ([#1501](https://github.com/extrawurst/gitui/issues/1501)) -* scrolling functionality to fuzzy-find [[@AmmarAbouZor](https://github.com/AmmarAbouZor)] ([#1732](https://github.com/extrawurst/gitui/issues/1732)) +* allow reset (soft,mixed,hard) from commit log ([#1500](https://github.com/gitui-org/gitui/issues/1500)) +* support **reword** of commit from log ([#829](https://github.com/gitui-org/gitui/pull/829)) +* fuzzy find branch [[@UUGTech](https://github.com/UUGTech)] ([#1350](https://github.com/gitui-org/gitui/issues/1350)) +* list changes in commit message inside external editor [[@bc-universe]](https://github.com/bc-universe) ([#1420](https://github.com/gitui-org/gitui/issues/1420)) +* allow detaching HEAD and checking out specific commit from log view [[@fralcow]](https://github.com/fralcow) ([#1499](https://github.com/gitui-org/gitui/pull/1499)) +* add no-verify option on commits to not run hooks [[@dam5h]](https://github.com/dam5h) ([#1374](https://github.com/gitui-org/gitui/issues/1374)) +* allow `fetch` on status tab [[@alensiljak]](https://github.com/alensiljak) ([#1471](https://github.com/gitui-org/gitui/issues/1471)) +* allow `copy` file path on revision files and status tree [[@yanganto]](https://github.com/yanganto) ([#1516](https://github.com/gitui-org/gitui/pull/1516)) +* print message of where log will be written if `-l` is set ([#1472](https://github.com/gitui-org/gitui/pull/1472)) +* show remote branches in log [[@cruessler](https://github.com/cruessler)] ([#1501](https://github.com/gitui-org/gitui/issues/1501)) +* scrolling functionality to fuzzy-find [[@AmmarAbouZor](https://github.com/AmmarAbouZor)] ([#1732](https://github.com/gitui-org/gitui/issues/1732)) ### Fixes -* fixed side effect of crossterm 0.26 on windows that caused double input of all keys [[@pm100]](https://github/pm100) ([#1686](https://github.com/extrawurst/gitui/pull/1686)) -* commit msg history ordered the wrong way ([#1445](https://github.com/extrawurst/gitui/issues/1445)) -* improve help documentation for amend cmd ([#1448](https://github.com/extrawurst/gitui/issues/1448)) -* lag issue when showing files tab ([#1451](https://github.com/extrawurst/gitui/issues/1451)) -* fix key binding shown in bottom bar for `stash_open` ([#1454](https://github.com/extrawurst/gitui/issues/1454)) -* `--bugreport` does not require param ([#1466](https://github.com/extrawurst/gitui/issues/1466)) -* `edit`-file command shown on commits msg ([#1461](https://github.com/extrawurst/gitui/issues/1461)) -* crash on branches popup in small terminal ([#1470](https://github.com/extrawurst/gitui/issues/1470)) -* `edit` command duplication ([#1489](https://github.com/extrawurst/gitui/issues/1489)) -* syntax errors in `key_bindings.ron` will be logged ([#1491](https://github.com/extrawurst/gitui/issues/1491)) -* Fix UI freeze when copying with xclip installed on Linux ([#1497](https://github.com/extrawurst/gitui/issues/1497)) -* Fix UI freeze when copying with wl-copy installed on Linux ([#1497](https://github.com/extrawurst/gitui/issues/1497)) -* commit hooks report "command not found" on Windows with wsl2 installed ([#1528](https://github.com/extrawurst/gitui/issues/1528)) -* crashes on entering submodules ([#1510](https://github.com/extrawurst/gitui/issues/1510)) -* fix race issue: revlog messages sometimes appear empty ([#1473](https://github.com/extrawurst/gitui/issues/1473)) -* default to tick-based updates [[@cruessler](https://github.com/cruessler)] ([#1444](https://github.com/extrawurst/gitui/issues/1444)) -* add support for options handling in log and stashes views [[@kamillo](https://github.com/kamillo)] ([#1661](https://github.com/extrawurst/gitui/issues/1661)) +* fixed side effect of crossterm 0.26 on windows that caused double input of all keys [[@pm100]](https://github/pm100) ([#1686](https://github.com/gitui-org/gitui/pull/1686)) +* commit msg history ordered the wrong way ([#1445](https://github.com/gitui-org/gitui/issues/1445)) +* improve help documentation for amend cmd ([#1448](https://github.com/gitui-org/gitui/issues/1448)) +* lag issue when showing files tab ([#1451](https://github.com/gitui-org/gitui/issues/1451)) +* fix key binding shown in bottom bar for `stash_open` ([#1454](https://github.com/gitui-org/gitui/issues/1454)) +* `--bugreport` does not require param ([#1466](https://github.com/gitui-org/gitui/issues/1466)) +* `edit`-file command shown on commits msg ([#1461](https://github.com/gitui-org/gitui/issues/1461)) +* crash on branches popup in small terminal ([#1470](https://github.com/gitui-org/gitui/issues/1470)) +* `edit` command duplication ([#1489](https://github.com/gitui-org/gitui/issues/1489)) +* syntax errors in `key_bindings.ron` will be logged ([#1491](https://github.com/gitui-org/gitui/issues/1491)) +* Fix UI freeze when copying with xclip installed on Linux ([#1497](https://github.com/gitui-org/gitui/issues/1497)) +* Fix UI freeze when copying with wl-copy installed on Linux ([#1497](https://github.com/gitui-org/gitui/issues/1497)) +* commit hooks report "command not found" on Windows with wsl2 installed ([#1528](https://github.com/gitui-org/gitui/issues/1528)) +* crashes on entering submodules ([#1510](https://github.com/gitui-org/gitui/issues/1510)) +* fix race issue: revlog messages sometimes appear empty ([#1473](https://github.com/gitui-org/gitui/issues/1473)) +* default to tick-based updates [[@cruessler](https://github.com/cruessler)] ([#1444](https://github.com/gitui-org/gitui/issues/1444)) +* add support for options handling in log and stashes views [[@kamillo](https://github.com/kamillo)] ([#1661](https://github.com/gitui-org/gitui/issues/1661)) ### Changed * minimum supported rust version bumped to 1.65 (thank you `time` crate) @@ -275,9 +276,9 @@ Bugfix followup release - check `0.22.0` notes for more infos! * new arg `--polling` to use poll-based change detection and not filesystem watcher (use if you see problems running into file descriptor limits) ### Fixes -* improve performance by requesting branches info asynchronous ([92f63d1](https://github.com/extrawurst/gitui/commit/92f63d107c1dca1f10139668ff5b3ca752261b0f)) -* fix app startup delay due to using file watcher ([#1436](https://github.com/extrawurst/gitui/issues/1436)) -* make git tree file fetch async ([#734](https://github.com/extrawurst/gitui/issues/734)) +* improve performance by requesting branches info asynchronous ([92f63d1](https://github.com/gitui-org/gitui/commit/92f63d107c1dca1f10139668ff5b3ca752261b0f)) +* fix app startup delay due to using file watcher ([#1436](https://github.com/gitui-org/gitui/issues/1436)) +* make git tree file fetch async ([#734](https://github.com/gitui-org/gitui/issues/734)) ## [0.22.0] - 2022-11-19 @@ -290,27 +291,27 @@ Bugfix followup release - check `0.22.0` notes for more infos! ![commit-history](assets/commit-msg-history.gif) ### Added -* submodules support ([#1087](https://github.com/extrawurst/gitui/issues/1087)) -* remember tab between app starts ([#1338](https://github.com/extrawurst/gitui/issues/1338)) -* repo specific gitui options saved in `.git/gitui.ron` ([#1340](https://github.com/extrawurst/gitui/issues/1340)) -* commit msg history ([#1345](https://github.com/extrawurst/gitui/issues/1345)) -* customizable `cmdbar_bg` theme color & screen spanning selected line bg [[@gigitsu](https://github.com/gigitsu)] ([#1299](https://github.com/extrawurst/gitui/pull/1299)) -* word motions to text input [[@Rodrigodd](https://github.com/Rodrigodd)] ([#1256](https://github.com/extrawurst/gitui/issues/1256)) -* file blame at right revision from commit-details [[@heiskane](https://github.com/heiskane)] ([#1122](https://github.com/extrawurst/gitui/issues/1122)) -* dedicated selection foreground theme color `selection_fg` ([#1365](https://github.com/extrawurst/gitui/issues/1365)) +* submodules support ([#1087](https://github.com/gitui-org/gitui/issues/1087)) +* remember tab between app starts ([#1338](https://github.com/gitui-org/gitui/issues/1338)) +* repo specific gitui options saved in `.git/gitui.ron` ([#1340](https://github.com/gitui-org/gitui/issues/1340)) +* commit msg history ([#1345](https://github.com/gitui-org/gitui/issues/1345)) +* customizable `cmdbar_bg` theme color & screen spanning selected line bg [[@gigitsu](https://github.com/gigitsu)] ([#1299](https://github.com/gitui-org/gitui/pull/1299)) +* word motions to text input [[@Rodrigodd](https://github.com/Rodrigodd)] ([#1256](https://github.com/gitui-org/gitui/issues/1256)) +* file blame at right revision from commit-details [[@heiskane](https://github.com/heiskane)] ([#1122](https://github.com/gitui-org/gitui/issues/1122)) +* dedicated selection foreground theme color `selection_fg` ([#1365](https://github.com/gitui-org/gitui/issues/1365)) * add `regex-fancy` and `regex-onig` features to allow building Syntect with Onigumara regex engine instead of the default engine based on fancy-regex [[@jirutka](https://github.com/jirutka)] * add `vendor-openssl` feature to allow building without vendored openssl [[@jirutka](https://github.com/jirutka)] -* allow copying marked commits [[@remique](https://github.com/remique)] ([#1288](https://github.com/extrawurst/gitui/issues/1288)) -* feedback for success/failure of copying hash commit [[@sergioribera](https://github.com/sergioribera)]([#1160](https://github.com/extrawurst/gitui/issues/1160)) -* display tags and branches in the log view [[@alexmaco](https://github.com/alexmaco)] ([#1371](https://github.com/extrawurst/gitui/pull/1371)) -* display current repository path in the top-right corner [[@alexmaco](https://github.com/alexmaco)]([#1387](https://github.com/extrawurst/gitui/pull/1387)) -* add Linux targets for ARM, ARMv7 and AARCH64 [[@adur1990](https://github.com/adur1990)] ([#1419](https://github.com/extrawurst/gitui/pull/1419)) -* display commit description in file view [[@alexmaco](https://github.com/alexmaco)] ([#1380](https://github.com/extrawurst/gitui/pull/1380)) -* allow launching editor from Compare Commits view ([#1409](https://github.com/extrawurst/gitui/pull/1409)) +* allow copying marked commits [[@remique](https://github.com/remique)] ([#1288](https://github.com/gitui-org/gitui/issues/1288)) +* feedback for success/failure of copying hash commit [[@sergioribera](https://github.com/sergioribera)]([#1160](https://github.com/gitui-org/gitui/issues/1160)) +* display tags and branches in the log view [[@alexmaco](https://github.com/alexmaco)] ([#1371](https://github.com/gitui-org/gitui/pull/1371)) +* display current repository path in the top-right corner [[@alexmaco](https://github.com/alexmaco)]([#1387](https://github.com/gitui-org/gitui/pull/1387)) +* add Linux targets for ARM, ARMv7 and AARCH64 [[@adur1990](https://github.com/adur1990)] ([#1419](https://github.com/gitui-org/gitui/pull/1419)) +* display commit description in file view [[@alexmaco](https://github.com/alexmaco)] ([#1380](https://github.com/gitui-org/gitui/pull/1380)) +* allow launching editor from Compare Commits view ([#1409](https://github.com/gitui-org/gitui/pull/1409)) ### Fixes -* remove insecure dependency `ansi_term` ([#1290](https://github.com/extrawurst/gitui/issues/1290)) -* use filewatcher instead of polling updates ([#1](https://github.com/extrawurst/gitui/issues/1)) +* remove insecure dependency `ansi_term` ([#1290](https://github.com/gitui-org/gitui/issues/1290)) +* use filewatcher instead of polling updates ([#1](https://github.com/gitui-org/gitui/issues/1)) ## [0.21.0] - 2022-08-17 @@ -323,35 +324,35 @@ Bugfix followup release - check `0.22.0` notes for more infos! ![termux-android](assets/termux-android.jpg) ### Added -* stack popups ([#846](https://github.com/extrawurst/gitui/issues/846)) -* file history log [[@cruessler](https://github.com/cruessler)] ([#381](https://github.com/extrawurst/gitui/issues/381)) -* termux support on android [[@PeroSar](https://github.com/PeroSar)] ([#1139](https://github.com/extrawurst/gitui/issues/1139)) -* use `GIT_DIR` and `GIT_WORK_DIR` from environment if set ([#1191](https://github.com/extrawurst/gitui/pull/1191)) +* stack popups ([#846](https://github.com/gitui-org/gitui/issues/846)) +* file history log [[@cruessler](https://github.com/cruessler)] ([#381](https://github.com/gitui-org/gitui/issues/381)) +* termux support on android [[@PeroSar](https://github.com/PeroSar)] ([#1139](https://github.com/gitui-org/gitui/issues/1139)) +* use `GIT_DIR` and `GIT_WORK_DIR` from environment if set ([#1191](https://github.com/gitui-org/gitui/pull/1191)) * new [FAQ](./FAQ.md)s page -* mention macports in install section [[@fs111](https://github.com/fs111)]([#1237](https://github.com/extrawurst/gitui/pull/1237)) -* support copy to clipboard on wayland [[@JayceFayne](https://github.com/JayceFayne)] ([#397](https://github.com/extrawurst/gitui/issues/397)) +* mention macports in install section [[@fs111](https://github.com/fs111)]([#1237](https://github.com/gitui-org/gitui/pull/1237)) +* support copy to clipboard on wayland [[@JayceFayne](https://github.com/JayceFayne)] ([#397](https://github.com/gitui-org/gitui/issues/397)) ### Fixed -* opening tags list without remotes ([#1111](https://github.com/extrawurst/gitui/issues/1111)) -* tabs indentation in blame [[@fersilva16](https://github.com/fersilva16)] ([#1117](https://github.com/extrawurst/gitui/issues/1117)) -* switch focus to index after staging last file ([#1169](https://github.com/extrawurst/gitui/pull/1169)) -* fix stashlist multi marking not updated after dropping ([#1207](https://github.com/extrawurst/gitui/pull/1207)) -* exact matches have a higher priority and are placed to the top of the list when fuzzily finding files ([#1183](https://github.com/extrawurst/gitui/pull/1183)) -* support horizontal scrolling in diff view ([#1017](https://github.com/extrawurst/gitui/issues/1017)) +* opening tags list without remotes ([#1111](https://github.com/gitui-org/gitui/issues/1111)) +* tabs indentation in blame [[@fersilva16](https://github.com/fersilva16)] ([#1117](https://github.com/gitui-org/gitui/issues/1117)) +* switch focus to index after staging last file ([#1169](https://github.com/gitui-org/gitui/pull/1169)) +* fix stashlist multi marking not updated after dropping ([#1207](https://github.com/gitui-org/gitui/pull/1207)) +* exact matches have a higher priority and are placed to the top of the list when fuzzily finding files ([#1183](https://github.com/gitui-org/gitui/pull/1183)) +* support horizontal scrolling in diff view ([#1017](https://github.com/gitui-org/gitui/issues/1017)) ### Changed -* minimum supported rust version bumped to 1.60 ([#1279](https://github.com/extrawurst/gitui/pull/1279)) +* minimum supported rust version bumped to 1.60 ([#1279](https://github.com/gitui-org/gitui/pull/1279)) ## [0.20.1] - 2022-01-26 -This is was a immediate followup patch release to `0.20` see [release notes](https://github.com/extrawurst/gitui/releases/tag/v0.20.0) for the whole list of goodies in `0.20`. +This is was a immediate followup patch release to `0.20` see [release notes](https://github.com/gitui-org/gitui/releases/tag/v0.20.0) for the whole list of goodies in `0.20`. ### Added -* support proxy auto detection via env's like `HTTP_PROXY` ([#994](https://github.com/extrawurst/gitui/issues/994)) +* support proxy auto detection via env's like `HTTP_PROXY` ([#994](https://github.com/gitui-org/gitui/issues/994)) ### Fixed -* severe performance regression in `0.20` ([#1102](https://github.com/extrawurst/gitui/issues/1102)) -* several smaller performance improvements via caching ([#1104](https://github.com/extrawurst/gitui/issues/1104)) +* severe performance regression in `0.20` ([#1102](https://github.com/gitui-org/gitui/issues/1102)) +* several smaller performance improvements via caching ([#1104](https://github.com/gitui-org/gitui/issues/1104)) * windows release deployment via CD broken ## [0.20] - 2022-01-25 - Tag Annotations @@ -369,22 +370,22 @@ This is was a immediate followup patch release to `0.20` see [release notes](htt ![revert-commit](assets/revert-commit.gif) ### Added -- support `core.hooksPath` ([#1044](https://github.com/extrawurst/gitui/issues/1044)) -- allow reverting a commit from the commit log ([#927](https://github.com/extrawurst/gitui/issues/927)) -- disable pull cmd on local-only branches ([#1047](https://github.com/extrawurst/gitui/issues/1047)) -- support adding annotations to tags ([#747](https://github.com/extrawurst/gitui/issues/747)) -- support inspecting annotation of tag ([#1076](https://github.com/extrawurst/gitui/issues/1076)) -- support deleting tag on remote ([#1074](https://github.com/extrawurst/gitui/issues/1074)) -- support git credentials helper (https) ([#800](https://github.com/extrawurst/gitui/issues/800)) +- support `core.hooksPath` ([#1044](https://github.com/gitui-org/gitui/issues/1044)) +- allow reverting a commit from the commit log ([#927](https://github.com/gitui-org/gitui/issues/927)) +- disable pull cmd on local-only branches ([#1047](https://github.com/gitui-org/gitui/issues/1047)) +- support adding annotations to tags ([#747](https://github.com/gitui-org/gitui/issues/747)) +- support inspecting annotation of tag ([#1076](https://github.com/gitui-org/gitui/issues/1076)) +- support deleting tag on remote ([#1074](https://github.com/gitui-org/gitui/issues/1074)) +- support git credentials helper (https) ([#800](https://github.com/gitui-org/gitui/issues/800)) ### Fixed -- Keep commit message when pre-commit hook fails ([#1035](https://github.com/extrawurst/gitui/issues/1035)) -- honor `pushurl` when checking credentials for pushing ([#953](https://github.com/extrawurst/gitui/issues/953)) -- use git-path instead of workdir finding hooks ([#1046](https://github.com/extrawurst/gitui/issues/1046)) -- only enable remote actions (fetch/pull/push) if there are remote branches ([#1047](https://github.com/extrawurst/gitui/issues/1047)) +- Keep commit message when pre-commit hook fails ([#1035](https://github.com/gitui-org/gitui/issues/1035)) +- honor `pushurl` when checking credentials for pushing ([#953](https://github.com/gitui-org/gitui/issues/953)) +- use git-path instead of workdir finding hooks ([#1046](https://github.com/gitui-org/gitui/issues/1046)) +- only enable remote actions (fetch/pull/push) if there are remote branches ([#1047](https://github.com/gitui-org/gitui/issues/1047)) ### Key binding notes -- added `gg`/`G` vim bindings to `vim_style_key_config.ron` ([#1039](https://github.com/extrawurst/gitui/issues/1039)) +- added `gg`/`G` vim bindings to `vim_style_key_config.ron` ([#1039](https://github.com/gitui-org/gitui/issues/1039)) ## [0.19] - 2021-12-08 - Bare Repo Support @@ -394,30 +395,30 @@ This is was a immediate followup patch release to `0.20` see [release notes](htt ### Breaking Change Have you used `key_config.ron` for custom key bindings before? -The way this works got changed and simplified ([See docs](https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md) for more info): +The way this works got changed and simplified ([See docs](https://github.com/gitui-org/gitui/blob/master/KEY_CONFIG.md) for more info): * You only define the keys that should differ from the default. * The file is renamed to `key_bindings.ron` * Future addition of new keys will not break anymore ### Added -- add fetch/update command all remote branches ([#998](https://github.com/extrawurst/gitui/issues/998)) -- add `trace-libgit` feature to make git tracing optional [[@dm9pZCAq](https://github.com/dm9pZCAq)] ([#902](https://github.com/extrawurst/gitui/issues/902)) -- support merging and rebasing remote branches [[@R0nd](https://github.com/R0nd)] ([#920](https://github.com/extrawurst/gitui/issues/920)) -- add highlighting matches in fuzzy finder [[@Mifom](https://github.com/Mifom)] ([#893](https://github.com/extrawurst/gitui/issues/893)) -- support `home` and `end` keys in branchlist ([#957](https://github.com/extrawurst/gitui/issues/957)) -- add `ghemoji` feature to make gh-emoji (GitHub emoji) optional [[@jirutka](https://github.com/jirutka)] ([#954](https://github.com/extrawurst/gitui/pull/954)) -- allow customizing key symbols like `⏎` & `⇧` ([see docs](https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md#key-symbols)) ([#465](https://github.com/extrawurst/gitui/issues/465)) -- simplify key overrides ([see docs](https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md)) ([#946](https://github.com/extrawurst/gitui/issues/946)) -- dedicated fuzzy finder up/down keys to allow vim overrides ([#993](https://github.com/extrawurst/gitui/pull/993)) -- pull will also download tags ([#1013](https://github.com/extrawurst/gitui/pull/1013)) -- allow editing file from filetree ([#989](https://github.com/extrawurst/gitui/pull/989)) -- support bare repos (new `workdir` argument) ([#1026](https://github.com/extrawurst/gitui/pull/1026)) +- add fetch/update command all remote branches ([#998](https://github.com/gitui-org/gitui/issues/998)) +- add `trace-libgit` feature to make git tracing optional [[@dm9pZCAq](https://github.com/dm9pZCAq)] ([#902](https://github.com/gitui-org/gitui/issues/902)) +- support merging and rebasing remote branches [[@R0nd](https://github.com/R0nd)] ([#920](https://github.com/gitui-org/gitui/issues/920)) +- add highlighting matches in fuzzy finder [[@Mifom](https://github.com/Mifom)] ([#893](https://github.com/gitui-org/gitui/issues/893)) +- support `home` and `end` keys in branchlist ([#957](https://github.com/gitui-org/gitui/issues/957)) +- add `ghemoji` feature to make gh-emoji (GitHub emoji) optional [[@jirutka](https://github.com/jirutka)] ([#954](https://github.com/gitui-org/gitui/pull/954)) +- allow customizing key symbols like `⏎` & `⇧` ([see docs](https://github.com/gitui-org/gitui/blob/master/KEY_CONFIG.md#key-symbols)) ([#465](https://github.com/gitui-org/gitui/issues/465)) +- simplify key overrides ([see docs](https://github.com/gitui-org/gitui/blob/master/KEY_CONFIG.md)) ([#946](https://github.com/gitui-org/gitui/issues/946)) +- dedicated fuzzy finder up/down keys to allow vim overrides ([#993](https://github.com/gitui-org/gitui/pull/993)) +- pull will also download tags ([#1013](https://github.com/gitui-org/gitui/pull/1013)) +- allow editing file from filetree ([#989](https://github.com/gitui-org/gitui/pull/989)) +- support bare repos (new `workdir` argument) ([#1026](https://github.com/gitui-org/gitui/pull/1026)) ### Fixed -- honor options (for untracked files) in `stage_all` command ([#933](https://github.com/extrawurst/gitui/issues/933)) -- improved file diff speed dramatically ([#976](https://github.com/extrawurst/gitui/issues/976)) -- blaming files in sub-folders on windows ([#981](https://github.com/extrawurst/gitui/issues/981)) -- push failing due to tracing error in upstream ([#881](https://github.com/extrawurst/gitui/issues/881)) +- honor options (for untracked files) in `stage_all` command ([#933](https://github.com/gitui-org/gitui/issues/933)) +- improved file diff speed dramatically ([#976](https://github.com/gitui-org/gitui/issues/976)) +- blaming files in sub-folders on windows ([#981](https://github.com/gitui-org/gitui/issues/981)) +- push failing due to tracing error in upstream ([#881](https://github.com/gitui-org/gitui/issues/881)) ## [0.18] - 2021-10-11 @@ -426,15 +427,15 @@ The way this works got changed and simplified ([See docs](https://github.com/ext ![rebase-merge](assets/rebase.png) ### Added -- support rebasing branches with conflicts ([#895](https://github.com/extrawurst/gitui/issues/895)) -- add a key binding to stage / unstage items [[@alessandroasm](https://github.com/alessandroasm)] ([#909](https://github.com/extrawurst/gitui/issues/909)) -- switch to status tab after merging or rebasing with conflicts ([#926](https://github.com/extrawurst/gitui/issues/926)) +- support rebasing branches with conflicts ([#895](https://github.com/gitui-org/gitui/issues/895)) +- add a key binding to stage / unstage items [[@alessandroasm](https://github.com/alessandroasm)] ([#909](https://github.com/gitui-org/gitui/issues/909)) +- switch to status tab after merging or rebasing with conflicts ([#926](https://github.com/gitui-org/gitui/issues/926)) ### Fixed -- fix supported checkout of hierarchical branchnames ([#921](https://github.com/extrawurst/gitui/issues/921)) -- appropriate error message when pulling deleted remote branch ([#911](https://github.com/extrawurst/gitui/issues/911)) -- improved color contrast in branches popup for light themes [[@Cottser](https://github.com/Cottser)] ([#922](https://github.com/extrawurst/gitui/issues/922)) -- use git_message_prettify for commit messages ([#917](https://github.com/extrawurst/gitui/issues/917)) +- fix supported checkout of hierarchical branchnames ([#921](https://github.com/gitui-org/gitui/issues/921)) +- appropriate error message when pulling deleted remote branch ([#911](https://github.com/gitui-org/gitui/issues/911)) +- improved color contrast in branches popup for light themes [[@Cottser](https://github.com/Cottser)] ([#922](https://github.com/gitui-org/gitui/issues/922)) +- use git_message_prettify for commit messages ([#917](https://github.com/gitui-org/gitui/issues/917)) ## [0.17.1] - 2021-09-10 @@ -447,17 +448,17 @@ The way this works got changed and simplified ([See docs](https://github.com/ext ![emojified-commit-message](assets/emojified-commit-message.png) ### Added -- add supporting rebasing on branch (if conflict-free) ([#816](https://github.com/extrawurst/gitui/issues/816)) -- fuzzy find files ([#891](https://github.com/extrawurst/gitui/issues/891)) -- visualize progress during async syntax highlighting ([#889](https://github.com/extrawurst/gitui/issues/889)) -- added support for markdown emoji's in commits [[@andrewpollack](https://github.com/andrewpollack)] ([#768](https://github.com/extrawurst/gitui/issues/768)) -- added scrollbar to revlog [[@ashvin021](https://github.com/ashvin021)] ([#868](https://github.com/extrawurst/gitui/issues/868)) +- add supporting rebasing on branch (if conflict-free) ([#816](https://github.com/gitui-org/gitui/issues/816)) +- fuzzy find files ([#891](https://github.com/gitui-org/gitui/issues/891)) +- visualize progress during async syntax highlighting ([#889](https://github.com/gitui-org/gitui/issues/889)) +- added support for markdown emoji's in commits [[@andrewpollack](https://github.com/andrewpollack)] ([#768](https://github.com/gitui-org/gitui/issues/768)) +- added scrollbar to revlog [[@ashvin021](https://github.com/ashvin021)] ([#868](https://github.com/gitui-org/gitui/issues/868)) ### Fixed -- fix build when system level libgit2 version was used ([#883](https://github.com/extrawurst/gitui/issues/883)) -- fix merging branch not closing branch window [[@andrewpollack](https://github.com/andrewpollack)] ([#876](https://github.com/extrawurst/gitui/issues/876)) -- fix commit msg being broken inside tag list ([#871](https://github.com/extrawurst/gitui/issues/871)) -- fix filetree file content not showing tabs correctly ([#874](https://github.com/extrawurst/gitui/issues/874)) +- fix build when system level libgit2 version was used ([#883](https://github.com/gitui-org/gitui/issues/883)) +- fix merging branch not closing branch window [[@andrewpollack](https://github.com/andrewpollack)] ([#876](https://github.com/gitui-org/gitui/issues/876)) +- fix commit msg being broken inside tag list ([#871](https://github.com/gitui-org/gitui/issues/871)) +- fix filetree file content not showing tabs correctly ([#874](https://github.com/gitui-org/gitui/issues/874)) ### Key binding notes - new keys: `rebase_branch` [`R`], `file_find` [`f`] @@ -484,19 +485,19 @@ see `vim_style_key_config.ron` for their default vim binding ### Added - allow inspecting top commit of a branch from list -- compare commits in revlog and head against branch ([#852](https://github.com/extrawurst/gitui/issues/852)) -- new options popup (show untracked files, diff settings) ([#849](https://github.com/extrawurst/gitui/issues/849)) -- mark and drop multiple stashes ([#854](https://github.com/extrawurst/gitui/issues/854)) -- check branch name validity while typing ([#559](https://github.com/extrawurst/gitui/issues/559)) -- support deleting remote branch [[@zcorniere](https://github.com/zcorniere)] ([#622](https://github.com/extrawurst/gitui/issues/622)) -- mark remote branches that have local tracking branch [[@jedel1043](https://github.com/jedel1043)] ([#861](https://github.com/extrawurst/gitui/issues/861)) +- compare commits in revlog and head against branch ([#852](https://github.com/gitui-org/gitui/issues/852)) +- new options popup (show untracked files, diff settings) ([#849](https://github.com/gitui-org/gitui/issues/849)) +- mark and drop multiple stashes ([#854](https://github.com/gitui-org/gitui/issues/854)) +- check branch name validity while typing ([#559](https://github.com/gitui-org/gitui/issues/559)) +- support deleting remote branch [[@zcorniere](https://github.com/zcorniere)] ([#622](https://github.com/gitui-org/gitui/issues/622)) +- mark remote branches that have local tracking branch [[@jedel1043](https://github.com/jedel1043)] ([#861](https://github.com/gitui-org/gitui/issues/861)) ### Fixed -- error viewing filetree in empty repo ([#859](https://github.com/extrawurst/gitui/issues/859)) -- do not allow to ignore .gitignore files ([#825](https://github.com/extrawurst/gitui/issues/825)) -- crash in shallow repo ([#836](https://github.com/extrawurst/gitui/issues/836)) -- fixed performance regression in revlog ([#850](https://github.com/extrawurst/gitui/issues/850)) -- fixed performance degradation when quitting on Windows ([#823](https://github.com/extrawurst/gitui/issues/823)) +- error viewing filetree in empty repo ([#859](https://github.com/gitui-org/gitui/issues/859)) +- do not allow to ignore .gitignore files ([#825](https://github.com/gitui-org/gitui/issues/825)) +- crash in shallow repo ([#836](https://github.com/gitui-org/gitui/issues/836)) +- fixed performance regression in revlog ([#850](https://github.com/gitui-org/gitui/issues/850)) +- fixed performance degradation when quitting on Windows ([#823](https://github.com/gitui-org/gitui/issues/823)) ## [0.16.2] - 2021-07-10 @@ -509,33 +510,33 @@ see `vim_style_key_config.ron` for their default vim binding ![tag-remote-marker](assets/tag-remote-marker.gif) ### Added -- taglist: show arrow-symbol on tags not present on origin [[@cruessler](https://github.com/cruessler)] ([#776](https://github.com/extrawurst/gitui/issues/776)) -- new `undo-last-commit` command [[@remique](https://github.com/remique)] ([#758](https://github.com/extrawurst/gitui/issues/758)) -- new quit key `[q]` ([#771](https://github.com/extrawurst/gitui/issues/771)) -- proper error message if remote rejects force push ([#801](https://github.com/extrawurst/gitui/issues/801)) +- taglist: show arrow-symbol on tags not present on origin [[@cruessler](https://github.com/cruessler)] ([#776](https://github.com/gitui-org/gitui/issues/776)) +- new `undo-last-commit` command [[@remique](https://github.com/remique)] ([#758](https://github.com/gitui-org/gitui/issues/758)) +- new quit key `[q]` ([#771](https://github.com/gitui-org/gitui/issues/771)) +- proper error message if remote rejects force push ([#801](https://github.com/gitui-org/gitui/issues/801)) ### Fixed -- openssl vendoring broken on macos ([#772](https://github.com/extrawurst/gitui/issues/772)) -- amend and other commands not shown in help ([#778](https://github.com/extrawurst/gitui/issues/778)) -- focus locked on commit msg details in narrow term sizes ([#780](https://github.com/extrawurst/gitui/issues/780)) -- non-utf8 file/path names broke filetree ([#802](https://github.com/extrawurst/gitui/issues/802)) +- openssl vendoring broken on macos ([#772](https://github.com/gitui-org/gitui/issues/772)) +- amend and other commands not shown in help ([#778](https://github.com/gitui-org/gitui/issues/778)) +- focus locked on commit msg details in narrow term sizes ([#780](https://github.com/gitui-org/gitui/issues/780)) +- non-utf8 file/path names broke filetree ([#802](https://github.com/gitui-org/gitui/issues/802)) ## [0.16.1] - 2021-06-06 ### Added -- honor `config.showUntrackedFiles` improving speed with a lot of untracked items ([#752](https://github.com/extrawurst/gitui/issues/752)) -- improve performance when opening filetree-tab ([#756](https://github.com/extrawurst/gitui/issues/756)) -- indicator for longer commit message than displayed ([#773](https://github.com/extrawurst/gitui/issues/773)) +- honor `config.showUntrackedFiles` improving speed with a lot of untracked items ([#752](https://github.com/gitui-org/gitui/issues/752)) +- improve performance when opening filetree-tab ([#756](https://github.com/gitui-org/gitui/issues/756)) +- indicator for longer commit message than displayed ([#773](https://github.com/gitui-org/gitui/issues/773)) ![msg-len](assets/long-msg-indicator.gif) ### Fixed -- wrong file with same name shown in file tree ([#748](https://github.com/extrawurst/gitui/issues/748)) -- filetree collapsing broken on windows ([#761](https://github.com/extrawurst/gitui/issues/761)) -- unnecessary overdraw of the spinner on each redraw ([#764](https://github.com/extrawurst/gitui/issues/764)) +- wrong file with same name shown in file tree ([#748](https://github.com/gitui-org/gitui/issues/748)) +- filetree collapsing broken on windows ([#761](https://github.com/gitui-org/gitui/issues/761)) +- unnecessary overdraw of the spinner on each redraw ([#764](https://github.com/gitui-org/gitui/issues/764)) ### Internal -- use git_repository_message [[@kosayoda](https://github.com/kosayoda)] ([#751](https://github.com/extrawurst/gitui/issues/751)) +- use git_repository_message [[@kosayoda](https://github.com/kosayoda)] ([#751](https://github.com/gitui-org/gitui/issues/751)) ## [0.16.0] - 2021-05-28 @@ -556,22 +557,22 @@ see `vim_style_key_config.ron` for their default vim binding ![warning](assets/commit-msg-length-limit.gif) ### Added -- merging branches, pull-merge with conflicts, commit merges ([#485](https://github.com/extrawurst/gitui/issues/485)) -- tags-list-popup (delete-tag, go to tagged commit) [[@cruessler](https://github.com/cruessler)] ([#483](https://github.com/extrawurst/gitui/issues/483)) -- inspect file tree tab ([#743](https://github.com/extrawurst/gitui/issues/743)) -- file tree popup (for a specific revision) ([#714](https://github.com/extrawurst/gitui/issues/714)) -- warning if commit subject line gets too long ([#478](https://github.com/extrawurst/gitui/issues/478)) -- `--bugreport` cmd line arg to help diagnostics [[@zcorniere](https://github.com/zcorniere)] ([#695](https://github.com/extrawurst/gitui/issues/695)) +- merging branches, pull-merge with conflicts, commit merges ([#485](https://github.com/gitui-org/gitui/issues/485)) +- tags-list-popup (delete-tag, go to tagged commit) [[@cruessler](https://github.com/cruessler)] ([#483](https://github.com/gitui-org/gitui/issues/483)) +- inspect file tree tab ([#743](https://github.com/gitui-org/gitui/issues/743)) +- file tree popup (for a specific revision) ([#714](https://github.com/gitui-org/gitui/issues/714)) +- warning if commit subject line gets too long ([#478](https://github.com/gitui-org/gitui/issues/478)) +- `--bugreport` cmd line arg to help diagnostics [[@zcorniere](https://github.com/zcorniere)] ([#695](https://github.com/gitui-org/gitui/issues/695)) ### Changed -- smarter log timestamps ([#682](https://github.com/extrawurst/gitui/issues/682)) -- create-branch popup aligned with rename-branch [[@bruceCoelho](https://github.com/bruceCoelho)] ([#679](https://github.com/extrawurst/gitui/issues/679)) -- smart focus change after staging all files ([#706](https://github.com/extrawurst/gitui/issues/706)) -- do not allow to commit when `gpgsign` enabled ([#740](https://github.com/extrawurst/gitui/issues/740)) +- smarter log timestamps ([#682](https://github.com/gitui-org/gitui/issues/682)) +- create-branch popup aligned with rename-branch [[@bruceCoelho](https://github.com/bruceCoelho)] ([#679](https://github.com/gitui-org/gitui/issues/679)) +- smart focus change after staging all files ([#706](https://github.com/gitui-org/gitui/issues/706)) +- do not allow to commit when `gpgsign` enabled ([#740](https://github.com/gitui-org/gitui/issues/740)) ### Fixed -- selected-tab color broken in light theme [[@Cottser](https://github.com/Cottser)] ([#719](https://github.com/extrawurst/gitui/issues/719)) -- proper tmp file location to externally edit commit msg ([#518](https://github.com/extrawurst/gitui/issues/518)) +- selected-tab color broken in light theme [[@Cottser](https://github.com/Cottser)] ([#719](https://github.com/gitui-org/gitui/issues/719)) +- proper tmp file location to externally edit commit msg ([#518](https://github.com/gitui-org/gitui/issues/518)) ## [0.15.0] - 2021-04-27 @@ -580,37 +581,37 @@ see `vim_style_key_config.ron` for their default vim binding ![blame](assets/blame.gif) ### Added -- blame a file [[@cruessler](https://github.com/cruessler)] ([#484](https://github.com/extrawurst/gitui/issues/484)) -- support commit.template [[@wandernauta](https://github.com/wandernauta)] ([#546](https://github.com/extrawurst/gitui/issues/546)) +- blame a file [[@cruessler](https://github.com/cruessler)] ([#484](https://github.com/gitui-org/gitui/issues/484)) +- support commit.template [[@wandernauta](https://github.com/wandernauta)] ([#546](https://github.com/gitui-org/gitui/issues/546)) ### Fixed - debug print when adding a file to ignore -- fix scrolling long messages in commit details view ([#663](https://github.com/extrawurst/gitui/issues/663)) -- limit log messages in log tab ([#652](https://github.com/extrawurst/gitui/issues/652)) -- fetch crashed when no upstream of branch is set ([#637](https://github.com/extrawurst/gitui/issues/637)) -- `enter` key panics in empty remote branch list ([#643](https://github.com/extrawurst/gitui/issues/643)) +- fix scrolling long messages in commit details view ([#663](https://github.com/gitui-org/gitui/issues/663)) +- limit log messages in log tab ([#652](https://github.com/gitui-org/gitui/issues/652)) +- fetch crashed when no upstream of branch is set ([#637](https://github.com/gitui-org/gitui/issues/637)) +- `enter` key panics in empty remote branch list ([#643](https://github.com/gitui-org/gitui/issues/643)) ### Internal -- cleanup some stringly typed code [[@wandernauta](https://github.com/wandernauta)] ([#655](https://github.com/extrawurst/gitui/issues/655)) -- introduce EventState enum (removing bool for even propagation) [[@tisorlawan](https://github.com/tisorlawan)] ([#665](https://github.com/extrawurst/gitui/issues/665)) +- cleanup some stringly typed code [[@wandernauta](https://github.com/wandernauta)] ([#655](https://github.com/gitui-org/gitui/issues/655)) +- introduce EventState enum (removing bool for even propagation) [[@tisorlawan](https://github.com/tisorlawan)] ([#665](https://github.com/gitui-org/gitui/issues/665)) ## [0.14.0] - 2021-04-11 ### Added -- `[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)) +- `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/gitui-org/gitui/issues/595)) +- view/checkout remote branches ([#617](https://github.com/gitui-org/gitui/issues/617)) ![checkout-remote](assets/checkout-remote.gif) ### Changed -- ask to pop stash by default (*apply* using `[a]` now) [[@brunogouveia](https://github.com/brunogouveia)] ([#574](https://github.com/extrawurst/gitui/issues/574)) +- ask to pop stash by default (*apply* using `[a]` now) [[@brunogouveia](https://github.com/brunogouveia)] ([#574](https://github.com/gitui-org/gitui/issues/574)) ![stash_pop](assets/stash_pop.gif) ### 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)) -- fixed pull/fetch deadlocking when it fails ([#624](https://github.com/extrawurst/gitui/issues/624)) +- push branch to its tracking remote ([#597](https://github.com/gitui-org/gitui/issues/597)) +- fixed panic when staging lines involving missing newline eof ([#605](https://github.com/gitui-org/gitui/issues/605)) +- fixed pull/fetch deadlocking when it fails ([#624](https://github.com/gitui-org/gitui/issues/624)) ## [0.13.0] - 2021-03-15 - Happy Birthday GitUI 🥳 @@ -626,19 +627,19 @@ Thanks for your interest and support over this year! Read more about the 1 year ### Changed - `[s]` key repurposed to trigger line based (un)stage -- cleanup status/diff commands to be more context sensitive ([#572](https://github.com/extrawurst/gitui/issues/572)) +- cleanup status/diff commands to be more context sensitive ([#572](https://github.com/gitui-org/gitui/issues/572)) ### Added -- support pull via rebase (using config `pull.rebase`) ([#566](https://github.com/extrawurst/gitui/issues/566)) -- support stage/unstage selected lines ([#59](https://github.com/extrawurst/gitui/issues/59)) -- support discarding selected lines ([#59](https://github.com/extrawurst/gitui/issues/59)) -- support for pushing tags ([#568](https://github.com/extrawurst/gitui/issues/568)) -- visualize *conflicted* files differently ([#576](https://github.com/extrawurst/gitui/issues/576)) +- support pull via rebase (using config `pull.rebase`) ([#566](https://github.com/gitui-org/gitui/issues/566)) +- support stage/unstage selected lines ([#59](https://github.com/gitui-org/gitui/issues/59)) +- support discarding selected lines ([#59](https://github.com/gitui-org/gitui/issues/59)) +- support for pushing tags ([#568](https://github.com/gitui-org/gitui/issues/568)) +- visualize *conflicted* files differently ([#576](https://github.com/gitui-org/gitui/issues/576)) ### Fixed -- keep diff line selection after staging/unstaging/discarding ([#583](https://github.com/extrawurst/gitui/issues/583)) -- fix pull deadlocking when aborting credentials input ([#586](https://github.com/extrawurst/gitui/issues/586)) -- error diagnostics for config loading ([#589](https://github.com/extrawurst/gitui/issues/589)) +- keep diff line selection after staging/unstaging/discarding ([#583](https://github.com/gitui-org/gitui/issues/583)) +- fix pull deadlocking when aborting credentials input ([#586](https://github.com/gitui-org/gitui/issues/586)) +- error diagnostics for config loading ([#589](https://github.com/gitui-org/gitui/issues/589)) ## [0.12.0] - 2021-03-03 @@ -651,130 +652,130 @@ Thanks for your interest and support over this year! Read more about the 1 year ![chars-branch-name](assets/chars_and_branchname.gif) ### Breaking Change -- MacOS config directory now uses `~/.config/gitui` [[@remique](https://github.com/remique)] ([#317](https://github.com/extrawurst/gitui/issues/317)) +- MacOS config directory now uses `~/.config/gitui` [[@remique](https://github.com/remique)] ([#317](https://github.com/gitui-org/gitui/issues/317)) ### Added -- support for pull (fetch + simple merging) ([#319](https://github.com/extrawurst/gitui/issues/319)) -- show used char count in input texts ([#466](https://github.com/extrawurst/gitui/issues/466)) -- support smoother left/right toggle/keys for commit details ([#418](https://github.com/extrawurst/gitui/issues/418)) -- support *force push* command [[@WizardOhio24](https://github.com/WizardOhio24)] ([#274](https://github.com/extrawurst/gitui/issues/274)) +- support for pull (fetch + simple merging) ([#319](https://github.com/gitui-org/gitui/issues/319)) +- show used char count in input texts ([#466](https://github.com/gitui-org/gitui/issues/466)) +- support smoother left/right toggle/keys for commit details ([#418](https://github.com/gitui-org/gitui/issues/418)) +- support *force push* command [[@WizardOhio24](https://github.com/WizardOhio24)] ([#274](https://github.com/gitui-org/gitui/issues/274)) ### Fixed -- don't close branchlist every time ([#550](https://github.com/extrawurst/gitui/issues/550)) -- fixed key binding for *external exitor* in vim key bindings [[@yanganto](https://github.com/yanganto)] ([#549](https://github.com/extrawurst/gitui/issues/549)) -- fix some potential errors when deleting files while they are being diffed ([#490](https://github.com/extrawurst/gitui/issues/490)) -- push defaults to 'origin' remote if it exists ([#494](https://github.com/extrawurst/gitui/issues/494)) -- support missing pageUp/down support in branchlist ([#519](https://github.com/extrawurst/gitui/issues/519)) -- don't hide branch name while in commit dialog ([#529](https://github.com/extrawurst/gitui/issues/529)) -- don't discard commit message without confirmation ([#530](https://github.com/extrawurst/gitui/issues/530)) -- compilation broken on freebsd ([#461](https://github.com/extrawurst/gitui/issues/461)) -- don’t fail if `user.name` is not set [[@cruessler](https://github.com/cruessler)] ([#79](https://github.com/extrawurst/gitui/issues/79)) ([#228](https://github.com/extrawurst/gitui/issues/228)) +- don't close branchlist every time ([#550](https://github.com/gitui-org/gitui/issues/550)) +- fixed key binding for *external exitor* in vim key bindings [[@yanganto](https://github.com/yanganto)] ([#549](https://github.com/gitui-org/gitui/issues/549)) +- fix some potential errors when deleting files while they are being diffed ([#490](https://github.com/gitui-org/gitui/issues/490)) +- push defaults to 'origin' remote if it exists ([#494](https://github.com/gitui-org/gitui/issues/494)) +- support missing pageUp/down support in branchlist ([#519](https://github.com/gitui-org/gitui/issues/519)) +- don't hide branch name while in commit dialog ([#529](https://github.com/gitui-org/gitui/issues/529)) +- don't discard commit message without confirmation ([#530](https://github.com/gitui-org/gitui/issues/530)) +- compilation broken on freebsd ([#461](https://github.com/gitui-org/gitui/issues/461)) +- don’t fail if `user.name` is not set [[@cruessler](https://github.com/cruessler)] ([#79](https://github.com/gitui-org/gitui/issues/79)) ([#228](https://github.com/gitui-org/gitui/issues/228)) ## [0.11.0] - 2021-12-20 ### Added -- push to remote ([#265](https://github.com/extrawurst/gitui/issues/265)) ([#267](https://github.com/extrawurst/gitui/issues/267)) +- push to remote ([#265](https://github.com/gitui-org/gitui/issues/265)) ([#267](https://github.com/gitui-org/gitui/issues/267)) ![push](assets/push.gif) -- number of incoming/outgoing commits to upstream ([#362](https://github.com/extrawurst/gitui/issues/362)) -- new branch list popup incl. checkout/delete/rename [[@WizardOhio24](https://github.com/WizardOhio24)] ([#303](https://github.com/extrawurst/gitui/issues/303)) ([#323](https://github.com/extrawurst/gitui/issues/323)) +- number of incoming/outgoing commits to upstream ([#362](https://github.com/gitui-org/gitui/issues/362)) +- new branch list popup incl. checkout/delete/rename [[@WizardOhio24](https://github.com/WizardOhio24)] ([#303](https://github.com/gitui-org/gitui/issues/303)) ([#323](https://github.com/gitui-org/gitui/issues/323)) ![branches](assets/branches.gif) -- compact treeview [[@WizardOhio24](https://github.com/WizardOhio24)] ([#192](https://github.com/extrawurst/gitui/issues/192)) +- compact treeview [[@WizardOhio24](https://github.com/WizardOhio24)] ([#192](https://github.com/gitui-org/gitui/issues/192)) ![tree](assets/compact-tree.png) -- scrollbar in long commit messages [[@timaliberdov](https://github.com/timaliberdov)] ([#308](https://github.com/extrawurst/gitui/issues/308)) -- added windows scoop recipe ([#164](https://github.com/extrawurst/gitui/issues/164)) +- scrollbar in long commit messages [[@timaliberdov](https://github.com/timaliberdov)] ([#308](https://github.com/gitui-org/gitui/issues/308)) +- added windows scoop recipe ([#164](https://github.com/gitui-org/gitui/issues/164)) - added gitui to [chocolatey](https://chocolatey.org/packages/gitui) on windows by [@nils-a](https://github.com/nils-a) -- added gitui gentoo instructions to readme [[@dm9pZCAq](https://github.com/dm9pZCAq)] ([#430](https://github.com/extrawurst/gitui/pull/430)) -- added windows installer (msi) to release [[@pm100](https://github.com/pm100)] ([#360](https://github.com/extrawurst/gitui/issues/360)) -- command to copy commit hash [[@yanganto](https://github.com/yanganto)] ([#281](https://github.com/extrawurst/gitui/issues/281)) +- added gitui gentoo instructions to readme [[@dm9pZCAq](https://github.com/dm9pZCAq)] ([#430](https://github.com/gitui-org/gitui/pull/430)) +- added windows installer (msi) to release [[@pm100](https://github.com/pm100)] ([#360](https://github.com/gitui-org/gitui/issues/360)) +- command to copy commit hash [[@yanganto](https://github.com/yanganto)] ([#281](https://github.com/gitui-org/gitui/issues/281)) ### Changed -- upgrade `dirs` to `dirs-next` / remove cfg migration code ([#351](https://github.com/extrawurst/gitui/issues/351)) ([#366](https://github.com/extrawurst/gitui/issues/366)) -- do not highlight selection in diff view when not focused ([#270](https://github.com/extrawurst/gitui/issues/270)) -- copy to clipboard using `xclip`(linux), `pbcopy`(mac) or `clip`(win) [[@cruessler](https://github.com/cruessler)] ([#262](https://github.com/extrawurst/gitui/issues/262)) +- upgrade `dirs` to `dirs-next` / remove cfg migration code ([#351](https://github.com/gitui-org/gitui/issues/351)) ([#366](https://github.com/gitui-org/gitui/issues/366)) +- do not highlight selection in diff view when not focused ([#270](https://github.com/gitui-org/gitui/issues/270)) +- copy to clipboard using `xclip`(linux), `pbcopy`(mac) or `clip`(win) [[@cruessler](https://github.com/cruessler)] ([#262](https://github.com/gitui-org/gitui/issues/262)) ### Fixed -- crash when changing git repo while gitui is open ([#271](https://github.com/extrawurst/gitui/issues/271)) -- remove workaround for color serialization [[@1wilkens](https://github.com/1wilkens)] ([#149](https://github.com/extrawurst/gitui/issues/149)) -- crash on small terminal size ([#307](https://github.com/extrawurst/gitui/issues/307)) -- fix vim keybindings uppercase handling [[@yanganto](https://github.com/yanganto)] ([#286](https://github.com/extrawurst/gitui/issues/286)) -- remove shift tab windows workaround [[@nils-a](https://github.com/nils-a)] ([#112](https://github.com/extrawurst/gitui/issues/112)) -- core.editor is ignored [[@pm100](https://github.com/pm100)] ([#414](https://github.com/extrawurst/gitui/issues/414)) +- crash when changing git repo while gitui is open ([#271](https://github.com/gitui-org/gitui/issues/271)) +- remove workaround for color serialization [[@1wilkens](https://github.com/1wilkens)] ([#149](https://github.com/gitui-org/gitui/issues/149)) +- crash on small terminal size ([#307](https://github.com/gitui-org/gitui/issues/307)) +- fix vim keybindings uppercase handling [[@yanganto](https://github.com/yanganto)] ([#286](https://github.com/gitui-org/gitui/issues/286)) +- remove shift tab windows workaround [[@nils-a](https://github.com/nils-a)] ([#112](https://github.com/gitui-org/gitui/issues/112)) +- core.editor is ignored [[@pm100](https://github.com/pm100)] ([#414](https://github.com/gitui-org/gitui/issues/414)) ## [0.10.1] - 2020-09-01 ### Fixed -- static linux binaries broke due to new clipboard feature which is disabled on linux for now ([#259](https://github.com/extrawurst/gitui/issues/259)) +- static linux binaries broke due to new clipboard feature which is disabled on linux for now ([#259](https://github.com/gitui-org/gitui/issues/259)) ## [0.10.0] - 2020-08-29 ### Added -- fully **customizable key bindings** (see [KEY_CONFIG.md](KEY_CONFIG.md)) [[@yanganto](https://github.com/yanganto)] ([#109](https://github.com/extrawurst/gitui/issues/109)) ([#57](https://github.com/extrawurst/gitui/issues/57)) -- support scrolling in long commit messages [[@cruessler](https://github.com/cruessler)]([#208](https://github.com/extrawurst/gitui/issues/208)) +- fully **customizable key bindings** (see [KEY_CONFIG.md](KEY_CONFIG.md)) [[@yanganto](https://github.com/yanganto)] ([#109](https://github.com/gitui-org/gitui/issues/109)) ([#57](https://github.com/gitui-org/gitui/issues/57)) +- support scrolling in long commit messages [[@cruessler](https://github.com/cruessler)]([#208](https://github.com/gitui-org/gitui/issues/208)) ![scrolling](assets/msg-scrolling.gif) -- copy lines from diffs to clipboard [[@cruessler](https://github.com/cruessler)]([#229](https://github.com/extrawurst/gitui/issues/229)) +- copy lines from diffs to clipboard [[@cruessler](https://github.com/cruessler)]([#229](https://github.com/gitui-org/gitui/issues/229)) ![select-copy](assets/select-copy.gif) -- scrollbar in long diffs ([#204](https://github.com/extrawurst/gitui/issues/204)) +- scrollbar in long diffs ([#204](https://github.com/gitui-org/gitui/issues/204)) ![scrollbar](assets/scrollbar.gif) -- allow creating new branch ([#253](https://github.com/extrawurst/gitui/issues/253)) +- allow creating new branch ([#253](https://github.com/gitui-org/gitui/issues/253)) ### Fixed -- selection error in stashlist when deleting last element ([#223](https://github.com/extrawurst/gitui/issues/223)) -- git hooks broke ci build on windows [[@dr-BEat](https://github.com/dr-BEat)] ([#235](https://github.com/extrawurst/gitui/issues/235)) +- selection error in stashlist when deleting last element ([#223](https://github.com/gitui-org/gitui/issues/223)) +- git hooks broke ci build on windows [[@dr-BEat](https://github.com/dr-BEat)] ([#235](https://github.com/gitui-org/gitui/issues/235)) ## [0.9.1] - 2020-07-30 ### Added -- move to (un)staged when the current selection is empty [[@jonstodle](https://github.com/jonstodle)]([#215](https://github.com/extrawurst/gitui/issues/215)) -- pending load of a diff/status is visualized ([#160](https://github.com/extrawurst/gitui/issues/160)) +- move to (un)staged when the current selection is empty [[@jonstodle](https://github.com/jonstodle)]([#215](https://github.com/gitui-org/gitui/issues/215)) +- pending load of a diff/status is visualized ([#160](https://github.com/gitui-org/gitui/issues/160)) - entry on [git-scm.com](https://git-scm.com/downloads/guis) in the list of GUI tools [[@Vidar314](https://github.com/Vidar314)] (see [PR](https://github.com/git/git-scm.com/pull/1485)) -- commits can be tagged in revlog [[@cruessler](https://github.com/cruessler)]([#103](https://github.com/extrawurst/gitui/issues/103)) +- commits can be tagged in revlog [[@cruessler](https://github.com/cruessler)]([#103](https://github.com/gitui-org/gitui/issues/103)) ![](assets/tagging.gif) ### Changed -- async fetching tags to improve reactivity in giant repos ([#170](https://github.com/extrawurst/gitui/issues/170)) +- async fetching tags to improve reactivity in giant repos ([#170](https://github.com/gitui-org/gitui/issues/170)) ### Fixed -- removed unmaintained dependency `spin` ([#172](https://github.com/extrawurst/gitui/issues/172)) -- opening relative paths in external editor may fail in subpaths ([#184](https://github.com/extrawurst/gitui/issues/184)) -- crashes in revlog with utf8 commit messages ([#188](https://github.com/extrawurst/gitui/issues/188)) -- `add_to_ignore` failed on files without a newline at EOF ([#191](https://github.com/extrawurst/gitui/issues/191)) -- new tags were not picked up in revlog view ([#190](https://github.com/extrawurst/gitui/issues/190)) -- tags not shown in commit details popup ([#193](https://github.com/extrawurst/gitui/issues/193)) -- min size for relative popups on small terminals ([#179](https://github.com/extrawurst/gitui/issues/179)) -- fix crash on resizing terminal to very small width ([#198](https://github.com/extrawurst/gitui/issues/198)) -- fix broken tags when using a different internal representation ([#206](https://github.com/extrawurst/gitui/issues/206)) -- tags are not cleanly separated in details view ([#212](https://github.com/extrawurst/gitui/issues/212)) +- removed unmaintained dependency `spin` ([#172](https://github.com/gitui-org/gitui/issues/172)) +- opening relative paths in external editor may fail in subpaths ([#184](https://github.com/gitui-org/gitui/issues/184)) +- crashes in revlog with utf8 commit messages ([#188](https://github.com/gitui-org/gitui/issues/188)) +- `add_to_ignore` failed on files without a newline at EOF ([#191](https://github.com/gitui-org/gitui/issues/191)) +- new tags were not picked up in revlog view ([#190](https://github.com/gitui-org/gitui/issues/190)) +- tags not shown in commit details popup ([#193](https://github.com/gitui-org/gitui/issues/193)) +- min size for relative popups on small terminals ([#179](https://github.com/gitui-org/gitui/issues/179)) +- fix crash on resizing terminal to very small width ([#198](https://github.com/gitui-org/gitui/issues/198)) +- fix broken tags when using a different internal representation ([#206](https://github.com/gitui-org/gitui/issues/206)) +- tags are not cleanly separated in details view ([#212](https://github.com/gitui-org/gitui/issues/212)) ## [0.8.1] - 2020-07-07 ### Added -- open file in editor [[@jonstodle](https://github.com/jonstodle)]([#166](https://github.com/extrawurst/gitui/issues/166)) +- open file in editor [[@jonstodle](https://github.com/jonstodle)]([#166](https://github.com/gitui-org/gitui/issues/166)) ### Fixed -- switch deprecated transitive dependency `net2`->`socket2` [in `crossterm`->`mio`]([#66](https://github.com/extrawurst/gitui/issues/66)) -- crash diffing a stash that was created via cli ([#178](https://github.com/extrawurst/gitui/issues/178)) -- zero delta file size in diff of untracked binary file ([#171](https://github.com/extrawurst/gitui/issues/171)) -- newlines not visualized correctly in commit editor ([#169](https://github.com/extrawurst/gitui/issues/169)) +- switch deprecated transitive dependency `net2`->`socket2` [in `crossterm`->`mio`]([#66](https://github.com/gitui-org/gitui/issues/66)) +- crash diffing a stash that was created via cli ([#178](https://github.com/gitui-org/gitui/issues/178)) +- zero delta file size in diff of untracked binary file ([#171](https://github.com/gitui-org/gitui/issues/171)) +- newlines not visualized correctly in commit editor ([#169](https://github.com/gitui-org/gitui/issues/169)) ![](assets/newlines.gif) @@ -782,57 +783,57 @@ Thanks for your interest and support over this year! Read more about the 1 year ### Added -- core homebrew [formulae](https://formulae.brew.sh/formula/gitui#default): `brew install gitui` [[@vladimyr](https://github.com/vladimyr)](<[#137](https://github.com/extrawurst/gitui/issues/137)>) -- show file sizes and delta on binary diffs ([#141](https://github.com/extrawurst/gitui/issues/141)) +- core homebrew [formulae](https://formulae.brew.sh/formula/gitui#default): `brew install gitui` [[@vladimyr](https://github.com/vladimyr)](<[#137](https://github.com/gitui-org/gitui/issues/137)>) +- show file sizes and delta on binary diffs ([#141](https://github.com/gitui-org/gitui/issues/141)) ![](assets/binary_diff.png) -- external editor support for commit messages [[@jonstodle](https://github.com/jonstodle)]([#46](https://github.com/extrawurst/gitui/issues/46)) +- external editor support for commit messages [[@jonstodle](https://github.com/jonstodle)]([#46](https://github.com/gitui-org/gitui/issues/46)) ![](assets/vi_support.gif) ### Changed -- use terminal blue as default selection background ([#129](https://github.com/extrawurst/gitui/issues/129)) -- author column in revlog is now fixed width for better alignment ([#148](https://github.com/extrawurst/gitui/issues/148)) +- use terminal blue as default selection background ([#129](https://github.com/gitui-org/gitui/issues/129)) +- author column in revlog is now fixed width for better alignment ([#148](https://github.com/gitui-org/gitui/issues/148)) - cleaner tab bar and background work indicating spinner: ![](assets/spinner.gif) ### Fixed -- clearer help headers ([#131](https://github.com/extrawurst/gitui/issues/131)) -- display non-utf8 commit messages at least partially ([#150](https://github.com/extrawurst/gitui/issues/150)) -- hooks ignored when running `gitui` in subfolder of workdir ([#151](https://github.com/extrawurst/gitui/issues/151)) -- better scrolling in file-trees [[@tisorlawan](https://github.com/tisorlawan)]([#144](https://github.com/extrawurst/gitui/issues/144)) -- show untracked files in stash commit details [[@MCord](https://github.com/MCord)]([#130](https://github.com/extrawurst/gitui/issues/130)) -- in some repos looking up the branch name was a bottleneck ([#159](https://github.com/extrawurst/gitui/issues/159)) +- clearer help headers ([#131](https://github.com/gitui-org/gitui/issues/131)) +- display non-utf8 commit messages at least partially ([#150](https://github.com/gitui-org/gitui/issues/150)) +- hooks ignored when running `gitui` in subfolder of workdir ([#151](https://github.com/gitui-org/gitui/issues/151)) +- better scrolling in file-trees [[@tisorlawan](https://github.com/tisorlawan)]([#144](https://github.com/gitui-org/gitui/issues/144)) +- show untracked files in stash commit details [[@MCord](https://github.com/MCord)]([#130](https://github.com/gitui-org/gitui/issues/130)) +- in some repos looking up the branch name was a bottleneck ([#159](https://github.com/gitui-org/gitui/issues/159)) - some optimizations in reflog -- fix arrow utf8 encoding in help window [[@daober](https://github.com/daober)]([#142](https://github.com/extrawurst/gitui/issues/142)) +- fix arrow utf8 encoding in help window [[@daober](https://github.com/daober)]([#142](https://github.com/gitui-org/gitui/issues/142)) ## [0.7.0] - 2020-06-15 ### Added -- Inspect stash commit in detail ([#121](https://github.com/extrawurst/gitui/issues/121)) -- Support reset/revert individual hunks ([#11](https://github.com/extrawurst/gitui/issues/11)) -- Commit Amend (`ctrl+a`) when in commit popup ([#89](https://github.com/extrawurst/gitui/issues/89)) +- Inspect stash commit in detail ([#121](https://github.com/gitui-org/gitui/issues/121)) +- Support reset/revert individual hunks ([#11](https://github.com/gitui-org/gitui/issues/11)) +- Commit Amend (`ctrl+a`) when in commit popup ([#89](https://github.com/gitui-org/gitui/issues/89)) ![](assets/amend.gif) ### Changed - file trees: `arrow-right` on expanded folder moves down into folder -- better scrolling in diff ([#52](https://github.com/extrawurst/gitui/issues/52)) -- display current branch in status/log ([#115](https://github.com/extrawurst/gitui/issues/115)) -- commit msg popup: add cursor and more controls (`arrow-left/right`, `delete` & `backspace`) [[@alistaircarscadden](https://github.com/alistaircarscadden)]([#46](https://github.com/extrawurst/gitui/issues/46)) -- moved `theme.ron` from `XDG_CACHE_HOME` to `XDG_CONFIG_HOME` [[@jonstodle](https://github.com/jonstodle)](<[#98](https://github.com/extrawurst/gitui/issues/98)>) +- better scrolling in diff ([#52](https://github.com/gitui-org/gitui/issues/52)) +- display current branch in status/log ([#115](https://github.com/gitui-org/gitui/issues/115)) +- commit msg popup: add cursor and more controls (`arrow-left/right`, `delete` & `backspace`) [[@alistaircarscadden](https://github.com/alistaircarscadden)]([#46](https://github.com/gitui-org/gitui/issues/46)) +- moved `theme.ron` from `XDG_CACHE_HOME` to `XDG_CONFIG_HOME` [[@jonstodle](https://github.com/jonstodle)](<[#98](https://github.com/gitui-org/gitui/issues/98)>) ### Fixed -- reset file inside folder failed when running `gitui` in a subfolder too ([#118](https://github.com/extrawurst/gitui/issues/118)) -- selection could disappear into collapsed folder ([#120](https://github.com/extrawurst/gitui/issues/120)) -- `Files: loading` sometimes wrong ([#119](https://github.com/extrawurst/gitui/issues/119)) +- reset file inside folder failed when running `gitui` in a subfolder too ([#118](https://github.com/gitui-org/gitui/issues/118)) +- selection could disappear into collapsed folder ([#120](https://github.com/gitui-org/gitui/issues/120)) +- `Files: loading` sometimes wrong ([#119](https://github.com/gitui-org/gitui/issues/119)) ## [0.6.0] - 2020-06-09 @@ -840,57 +841,57 @@ Thanks for your interest and support over this year! Read more about the 1 year ### Changed -- changed hotkeys for selecting stage/workdir (**Note:** use `[w]`/`[s]` to change between workdir and stage) and added hotkeys (`[1234]`) to switch to tabs directly ([#92](https://github.com/extrawurst/gitui/issues/92)) -- `arrow-up`/`down` on bottom/top of status file list switches focus ([#105](https://github.com/extrawurst/gitui/issues/105)) +- changed hotkeys for selecting stage/workdir (**Note:** use `[w]`/`[s]` to change between workdir and stage) and added hotkeys (`[1234]`) to switch to tabs directly ([#92](https://github.com/gitui-org/gitui/issues/92)) +- `arrow-up`/`down` on bottom/top of status file list switches focus ([#105](https://github.com/gitui-org/gitui/issues/105)) - highlight tags in revlog better ### Added -- New `Stage all [a]`/`Unstage all [a]` in changes lists ([#82](https://github.com/extrawurst/gitui/issues/82)) -- add `-d`, `--directory` options to set working directory via program arg [[@alistaircarscadden](https://github.com/alistaircarscadden)]([#73](https://github.com/extrawurst/gitui/issues/73)) -- commit detail view in revlog ([#80](https://github.com/extrawurst/gitui/issues/80)) +- New `Stage all [a]`/`Unstage all [a]` in changes lists ([#82](https://github.com/gitui-org/gitui/issues/82)) +- add `-d`, `--directory` options to set working directory via program arg [[@alistaircarscadden](https://github.com/alistaircarscadden)]([#73](https://github.com/gitui-org/gitui/issues/73)) +- commit detail view in revlog ([#80](https://github.com/gitui-org/gitui/issues/80)) ### Fixed -- app closes when staging invalid file/path ([#108](https://github.com/extrawurst/gitui/issues/108)) -- `shift+tab` not working on windows [[@MCord](https://github.com/MCord)]([#111](https://github.com/extrawurst/gitui/issues/111)) +- app closes when staging invalid file/path ([#108](https://github.com/gitui-org/gitui/issues/108)) +- `shift+tab` not working on windows [[@MCord](https://github.com/MCord)]([#111](https://github.com/gitui-org/gitui/issues/111)) ## [0.5.0] - 2020-06-01 ### Changed -- support more commands allowing optional multiline commandbar ([#83](https://github.com/extrawurst/gitui/issues/83)) +- support more commands allowing optional multiline commandbar ([#83](https://github.com/gitui-org/gitui/issues/83)) ![](assets/cmdbar.gif) ### Added -- support adding untracked file/folder to `.gitignore` ([#44](https://github.com/extrawurst/gitui/issues/44)) -- support reverse tabbing using shift+tab ([#92](https://github.com/extrawurst/gitui/issues/92)) -- switch to using cmd line args instead of `ENV` (`-l` for logging and `--version`) **please convert your GITUI_LOGGING usage** [[@shenek](https://github.com/shenek)]([#88](https://github.com/extrawurst/gitui/issues/88)) -- added missing LICENSE.md files in sub-crates [[@ignatenkobrain](https://github.com/ignatenkobrain)]([#94](https://github.com/extrawurst/gitui/pull/94)) +- support adding untracked file/folder to `.gitignore` ([#44](https://github.com/gitui-org/gitui/issues/44)) +- support reverse tabbing using shift+tab ([#92](https://github.com/gitui-org/gitui/issues/92)) +- switch to using cmd line args instead of `ENV` (`-l` for logging and `--version`) **please convert your GITUI_LOGGING usage** [[@shenek](https://github.com/shenek)]([#88](https://github.com/gitui-org/gitui/issues/88)) +- added missing LICENSE.md files in sub-crates [[@ignatenkobrain](https://github.com/ignatenkobrain)]([#94](https://github.com/gitui-org/gitui/pull/94)) ### Fixed -- error when diffing huge files ([#96](https://github.com/extrawurst/gitui/issues/96)) -- expressive error when run in bare repos ([#100](https://github.com/extrawurst/gitui/issues/100)) +- error when diffing huge files ([#96](https://github.com/gitui-org/gitui/issues/96)) +- expressive error when run in bare repos ([#100](https://github.com/gitui-org/gitui/issues/100)) ## [0.4.0] - 2020-05-25 ### Added -- stashing support (save,apply,drop) ([#3](https://github.com/extrawurst/gitui/issues/3)) +- stashing support (save,apply,drop) ([#3](https://github.com/gitui-org/gitui/issues/3)) ### Changed -- log tab refreshes when head changes ([#78](https://github.com/extrawurst/gitui/issues/78)) +- log tab refreshes when head changes ([#78](https://github.com/gitui-org/gitui/issues/78)) - performance optimization of the log tab in big repos - more readable default color for the commit hash in the log tab -- more error/panic resiliance (`unwrap`/`panic` denied by clippy now) [[@MCord](https://github.com/MCord)](<[#77](https://github.com/extrawurst/gitui/issues/77)>) +- more error/panic resiliance (`unwrap`/`panic` denied by clippy now) [[@MCord](https://github.com/MCord)](<[#77](https://github.com/gitui-org/gitui/issues/77)>) ### Fixes -- panic on small terminal width ([#72](https://github.com/extrawurst/gitui/issues/72)) +- panic on small terminal width ([#72](https://github.com/gitui-org/gitui/issues/72)) ![](assets/stashing.gif) @@ -898,16 +899,16 @@ Thanks for your interest and support over this year! Read more about the 1 year ### Added -- support color themes and light mode [[@MCord](https://github.com/MCord)]([#28](https://github.com/extrawurst/gitui/issues/28)) +- support color themes and light mode [[@MCord](https://github.com/MCord)]([#28](https://github.com/gitui-org/gitui/issues/28)) ### Changed -- more natural scrolling in log tab ([#52](https://github.com/extrawurst/gitui/issues/52)) +- more natural scrolling in log tab ([#52](https://github.com/gitui-org/gitui/issues/52)) ### Fixed -- crash on commit when git name was not set ([#74](https://github.com/extrawurst/gitui/issues/74)) -- log tab shown empty in single commit repos ([#75](https://github.com/extrawurst/gitui/issues/75)) +- crash on commit when git name was not set ([#74](https://github.com/gitui-org/gitui/issues/74)) +- log tab shown empty in single commit repos ([#75](https://github.com/gitui-org/gitui/issues/75)) ![](assets/light-theme.png) @@ -915,45 +916,45 @@ Thanks for your interest and support over this year! Read more about the 1 year ### Fixed -- fix crash help in small window size ([#63](https://github.com/extrawurst/gitui/issues/63)) +- fix crash help in small window size ([#63](https://github.com/gitui-org/gitui/issues/63)) ## [0.2.5] - 2020-05-16 ### Added - introduced proper changelog -- hook support on windows [[@MCord](https://github.com/MCord)]([#14](https://github.com/extrawurst/gitui/issues/14)) +- hook support on windows [[@MCord](https://github.com/MCord)]([#14](https://github.com/gitui-org/gitui/issues/14)) ### Changed - show longer commit messages in log view -- introduce proper error handling in `asyncgit` [[@MCord](https://github.com/MCord)]([#53](https://github.com/extrawurst/gitui/issues/53)) -- better error message when trying to run outside of a valid git repo ([#56](https://github.com/extrawurst/gitui/issues/56)) +- introduce proper error handling in `asyncgit` [[@MCord](https://github.com/MCord)]([#53](https://github.com/gitui-org/gitui/issues/53)) +- better error message when trying to run outside of a valid git repo ([#56](https://github.com/gitui-org/gitui/issues/56)) - improve ctrl+c handling so it is checked first and no component needs to worry of blocking it ### Fixed -- support multiple tags per commit in log ([#61](https://github.com/extrawurst/gitui/issues/61)) +- support multiple tags per commit in log ([#61](https://github.com/gitui-org/gitui/issues/61)) ## [0.2.3] - 2020-05-12 ### Added -- support more navigation keys: home/end/pageUp/pageDown ([#43](https://github.com/extrawurst/gitui/issues/43)) +- support more navigation keys: home/end/pageUp/pageDown ([#43](https://github.com/gitui-org/gitui/issues/43)) - highlight current tab a bit better ## [0.2.2] - 2020-05-10 ### Added -- show tags in commit log ([#47](https://github.com/extrawurst/gitui/issues/47)) -- support home/end key in diff ([#43](https://github.com/extrawurst/gitui/issues/43)) +- show tags in commit log ([#47](https://github.com/gitui-org/gitui/issues/47)) +- support home/end key in diff ([#43](https://github.com/gitui-org/gitui/issues/43)) ### Changed - close application shortcut is now the standard `ctrl+c` -- some diff improvements ([#42](https://github.com/extrawurst/gitui/issues/42)) +- some diff improvements ([#42](https://github.com/gitui-org/gitui/issues/42)) ### Fixed -- document tab key to switch tabs ([#48](https://github.com/extrawurst/gitui/issues/48)) +- document tab key to switch tabs ([#48](https://github.com/gitui-org/gitui/issues/48)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f5bf30567..c443e502a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,4 +23,4 @@ too much context so that people not familiar with the codebase yet can still make a contribution. [discord-server]: https://discord.gg/rZv4uxSQx3 -[good-first-issues]: https://github.com/extrawurst/gitui/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 +[good-first-issues]: https://github.com/gitui-org/gitui/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 diff --git a/Cargo.toml b/Cargo.toml index 37a9c7c0b2..e88a508b30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ description = "blazing fast terminal-ui for git" edition = "2021" rust-version = "1.70" exclude = [".github/*", ".vscode/*", "assets/*"] -homepage = "https://github.com/extrawurst/gitui" -repository = "https://github.com/extrawurst/gitui" +homepage = "https://github.com/gitui-org/gitui" +repository = "https://github.com/gitui-org/gitui" readme = "README.md" license = "MIT" categories = ["command-line-utilities"] diff --git a/KEY_CONFIG.md b/KEY_CONFIG.md index 67b455b351..658aad11b6 100644 --- a/KEY_CONFIG.md +++ b/KEY_CONFIG.md @@ -26,7 +26,7 @@ The location of the file depends on your OS: * `$HOME/.config/gitui/key_bindings.ron` (linux) * `%APPDATA%/gitui/key_bindings.ron` (Windows) -See all possible keys to overwrite in gitui: [here](https://github.com/extrawurst/gitui/blob/master/src/keys/key_list.rs#L83) +See all possible keys to overwrite in gitui: [here](https://github.com/gitui-org/gitui/blob/master/src/keys/key_list.rs#L83) Possible values for: * `code` are defined by the type `KeyCode` in crossterm: [here](https://docs.rs/crossterm/latest/crossterm/event/enum.KeyCode.html) @@ -48,4 +48,4 @@ Example content of this file looks like: shift: Some("shift-") ) ``` -This example will only overwrite two symbols. Find all possible symbols to overwrite in `symbols.rs` in the type `KeySymbolsFile` ([src/keys/symbols.rs](https://github.com/extrawurst/gitui/blob/master/src/keys/symbols.rs)) \ No newline at end of file +This example will only overwrite two symbols. Find all possible symbols to overwrite in `symbols.rs` in the type `KeySymbolsFile` ([src/keys/symbols.rs](https://github.com/gitui-org/gitui/blob/master/src/keys/symbols.rs)) diff --git a/LICENSE.md b/LICENSE.md index 754bf93d2d..13af0c0828 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 extrawurst +Copyright (c) 2025 gitui-org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3ed09c29c5..4b8b90e7d6 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ -[s0]: https://github.com/extrawurst/gitui/workflows/CI/badge.svg -[l0]: https://github.com/extrawurst/gitui/actions +[s0]: https://github.com/gitui-org/gitui/workflows/CI/badge.svg +[l0]: https://github.com/gitui-org/gitui/actions [s1]: https://img.shields.io/crates/v/gitui.svg [l1]: https://crates.io/crates/gitui [s2]: https://img.shields.io/badge/license-MIT-blue.svg @@ -14,8 +14,8 @@ [l3]: https://github.com/rust-secure-code/safety-dance/ [s6]: https://img.shields.io/twitter/follow/extrawurst?label=follow&style=social [l6]: https://twitter.com/intent/follow?screen_name=extrawurst -[s7]: https://deps.rs/repo/github/extrawurst/gitui/status.svg -[l7]: https://deps.rs/repo/github/extrawurst/gitui +[s7]: https://deps.rs/repo/github/gitui-org/gitui/status.svg +[l7]: https://deps.rs/repo/github/gitui-org/gitui [s8]: https://img.shields.io/discord/1176858176897953872 [l8]: https://discord.gg/rQNeEnMhus @@ -54,7 +54,7 @@ - Responsive terminal UI - Async git API for fluid control - Submodule support -- gpg commit signing with shortcomings (see [#97](https://github.com/extrawurst/gitui/issues/97))) +- gpg commit signing with shortcomings (see [#97](https://github.com/gitui-org/gitui/issues/97))) ## 2. Motivation [Top ▲](#table-of-contents) @@ -78,14 +78,14 @@ For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) ([sl These are the high level goals before calling out `1.0`: -* visualize branching structure in log tab ([#81](https://github.com/extrawurst/gitui/issues/81)) -* interactive rebase ([#32](https://github.com/extrawurst/gitui/issues/32)) +* visualize branching structure in log tab ([#81](https://github.com/gitui-org/gitui/issues/81)) +* interactive rebase ([#32](https://github.com/gitui-org/gitui/issues/32)) ## 5. Known Limitations [Top ▲](#table-of-contents) -- no sparse repo support (see [#1226](https://github.com/extrawurst/gitui/issues/1226)) -- no git-lfs support (see [#1089](https://github.com/extrawurst/gitui/discussions/1089)) -- *credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/extrawurst/gitui/issues/800)) +- no sparse repo support (see [#1226](https://github.com/gitui-org/gitui/issues/1226)) +- no git-lfs support (see [#1089](https://github.com/gitui-org/gitui/discussions/1089)) +- *credential.helper* for https needs to be **explicitly** configured (see [#800](https://github.com/gitui-org/gitui/issues/800)) Currently, this tool does not fully substitute the _git shell_, however both tools work well in tandem. @@ -189,7 +189,7 @@ conda install -c conda-forge gitui ### Release Binaries -[Available for download in releases](https://github.com/extrawurst/gitui/releases) +[Available for download in releases](https://github.com/gitui-org/gitui/releases) Binaries available for: @@ -288,8 +288,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md). Thanks goes to all the contributors that help make GitUI amazing! ❤️ -Wanna become a co-maintainer? We are looking for [you](https://github.com/extrawurst/gitui/issues/2084)! +Wanna become a co-maintainer? We are looking for [you](https://github.com/gitui-org/gitui/issues/2084)! - - + + diff --git a/THEMES.md b/THEMES.md index a9b03575b4..2c48953e84 100644 --- a/THEMES.md +++ b/THEMES.md @@ -30,7 +30,7 @@ Notes: * rgb colors might not be supported in every terminal. * using a color like `yellow` might appear in whatever your terminal/theme defines for `yellow` * valid colors can be found in ratatui's [Color](https://docs.rs/ratatui/latest/ratatui/style/enum.Color.html) struct. -* all customizable theme elements can be found in [`style.rs` in the `impl Default for Theme` block](https://github.com/extrawurst/gitui/blob/master/src/ui/style.rs#L305) +* all customizable theme elements can be found in [`style.rs` in the `impl Default for Theme` block](https://github.com/gitui-org/gitui/blob/master/src/ui/style.rs#L305) ## Customizing line breaks diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 17ca2f6fb9..51971123b3 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -4,8 +4,8 @@ version = "0.27.0" authors = ["extrawurst "] edition = "2021" description = "allow using git2 in a asynchronous context" -homepage = "https://github.com/extrawurst/gitui" -repository = "https://github.com/extrawurst/gitui" +homepage = "https://github.com/gitui-org/gitui" +repository = "https://github.com/gitui-org/gitui" readme = "README.md" license = "MIT" categories = ["concurrency", "asynchronous"] diff --git a/asyncgit/src/sync/commit.rs b/asyncgit/src/sync/commit.rs index 7122c1febd..bb7e6384c5 100644 --- a/asyncgit/src/sync/commit.rs +++ b/asyncgit/src/sync/commit.rs @@ -54,7 +54,7 @@ pub fn amend( /// Wrap `Repository::signature` to allow unknown user.name. /// -/// See . +/// See . #[allow(clippy::redundant_pub_crate)] pub(crate) fn signature_allow_undefined_name( repo: &Repository, diff --git a/asyncgit/src/sync/utils.rs b/asyncgit/src/sync/utils.rs index 83f594df2e..8e767bbfd4 100644 --- a/asyncgit/src/sync/utils.rs +++ b/asyncgit/src/sync/utils.rs @@ -399,7 +399,7 @@ mod tests { assert_eq!(status_count(StatusType::Stage), 1); } - // see https://github.com/extrawurst/gitui/issues/108 + // see https://github.com/gitui-org/gitui/issues/108 #[test] fn test_staging_sub_git_folder() -> Result<()> { let (_td, repo) = repo_init().unwrap(); diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index 2ee1d96782..aeba7edaef 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -4,8 +4,8 @@ version = "0.5.2" authors = ["extrawurst "] edition = "2021" description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more" -homepage = "https://github.com/extrawurst/gitui" -repository = "https://github.com/extrawurst/gitui" +homepage = "https://github.com/gitui-org/gitui" +repository = "https://github.com/gitui-org/gitui" readme = "README.md" license = "MIT" categories = ["command-line-utilities"] diff --git a/git2-hooks/Cargo.toml b/git2-hooks/Cargo.toml index 749db53416..3fab403cd2 100644 --- a/git2-hooks/Cargo.toml +++ b/git2-hooks/Cargo.toml @@ -4,8 +4,8 @@ version = "0.4.0" authors = ["extrawurst "] edition = "2021" description = "adds git hooks support based on git2-rs" -homepage = "https://github.com/extrawurst/gitui" -repository = "https://github.com/extrawurst/gitui" +homepage = "https://github.com/gitui-org/gitui" +repository = "https://github.com/gitui-org/gitui" documentation = "https://docs.rs/git2-hooks/" readme = "README.md" license = "MIT" diff --git a/git2-testing/Cargo.toml b/git2-testing/Cargo.toml index 31cdca727b..dd83204f46 100644 --- a/git2-testing/Cargo.toml +++ b/git2-testing/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" authors = ["extrawurst "] edition = "2021" description = "convenience functions to write unittests on top of git2-rs" -homepage = "https://github.com/extrawurst/gitui" -repository = "https://github.com/extrawurst/gitui" +homepage = "https://github.com/gitui-org/gitui" +repository = "https://github.com/gitui-org/gitui" readme = "README.md" license = "MIT" categories = ["development-tools"] diff --git a/invalidstring/Cargo.toml b/invalidstring/Cargo.toml index 8f9f735eb0..acc4998012 100644 --- a/invalidstring/Cargo.toml +++ b/invalidstring/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.3" authors = ["extrawurst "] edition = "2021" description = "just for testing invalid string data" -homepage = "https://github.com/extrawurst/gitui" -repository = "https://github.com/extrawurst/gitui" +homepage = "https://github.com/gitui-org/gitui" +repository = "https://github.com/gitui-org/gitui" readme = "README.md" license = "MIT" categories = ["development-tools", "development-tools::testing", "encoding"] diff --git a/scopetime/Cargo.toml b/scopetime/Cargo.toml index 4052a79233..4714d7c20d 100644 --- a/scopetime/Cargo.toml +++ b/scopetime/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.2" authors = ["extrawurst "] edition = "2021" description = "log runtime of arbitrary scope" -homepage = "https://github.com/extrawurst/gitui" -repository = "https://github.com/extrawurst/gitui" +homepage = "https://github.com/gitui-org/gitui" +repository = "https://github.com/gitui-org/gitui" license = "MIT" readme = "README.md" categories = ["development-tools::profiling"] diff --git a/src/args.rs b/src/args.rs index 74654220c1..78cfb2ced5 100644 --- a/src/args.rs +++ b/src/args.rs @@ -94,7 +94,7 @@ fn app() -> ClapApp { ) .arg( Arg::new("watcher") - .help("Use notify-based file system watcher instead of tick-based update. This is more performant, but can cause issues on some platforms. See https://github.com/extrawurst/gitui/blob/master/FAQ.md#watcher for details.") + .help("Use notify-based file system watcher instead of tick-based update. This is more performant, but can cause issues on some platforms. See https://github.com/gitui-org/gitui/blob/master/FAQ.md#watcher for details.") .long("watcher") .action(clap::ArgAction::SetTrue), ) diff --git a/src/input.rs b/src/input.rs index 16b1750409..3ef7c0414b 100644 --- a/src/input.rs +++ b/src/input.rs @@ -125,7 +125,7 @@ impl Input { tx.send(InputEvent::Input(e))?; //Note: right after an input event we might have a reason to stop // polling (external editor opening) so lets do a quick poll until the next input - // this fixes https://github.com/extrawurst/gitui/issues/1506 + // this fixes https://github.com/gitui-org/gitui/issues/1506 poll_duration = FAST_POLL_DURATION; } else { poll_duration = SLOW_POLL_DURATION; diff --git a/src/main.rs b/src/main.rs index e85dca8530..abc7f7b464 100644 --- a/src/main.rs +++ b/src/main.rs @@ -381,7 +381,7 @@ fn set_panic_handlers() -> Result<()> { panic::set_hook(Box::new(|e| { let backtrace = Backtrace::new(); shutdown_terminal(); - log_eprintln!("\nGitUI was close due to an unexpected panic.\nPlease file an issue on https://github.com/extrawurst/gitui/issues with the following info:\n\n{:?}\ntrace:\n{:?}", e, backtrace); + log_eprintln!("\nGitUI was close due to an unexpected panic.\nPlease file an issue on https://github.com/gitui-org/gitui/issues with the following info:\n\n{:?}\ntrace:\n{:?}", e, backtrace); })); // global threadpool @@ -389,7 +389,7 @@ fn set_panic_handlers() -> Result<()> { .panic_handler(|e| { let backtrace = Backtrace::new(); shutdown_terminal(); - log_eprintln!("\nGitUI was close due to an unexpected panic.\nPlease file an issue on https://github.com/extrawurst/gitui/issues with the following info:\n\n{:?}\ntrace:\n{:?}", e, backtrace); + log_eprintln!("\nGitUI was close due to an unexpected panic.\nPlease file an issue on https://github.com/gitui-org/gitui/issues with the following info:\n\n{:?}\ntrace:\n{:?}", e, backtrace); process::abort(); }) .num_threads(4) diff --git a/wix/main.wxs b/wix/main.wxs index e61978ad03..3e9fdd56c9 100644 --- a/wix/main.wxs +++ b/wix/main.wxs @@ -35,7 +35,7 @@ Id='*' Name='gitui' UpgradeCode='C1CADE63-A601-4E02-96CC-FB921D5B174E' - Manufacturer='extrawurst' + Manufacturer='gitui-org' Language='1033' Codepage='1252' Version='$(var.Version)'> @@ -43,7 +43,7 @@ --> - +