xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit fedcfec2b8c433a8309aeda4745a4bd089e87078

Typos/formatting fixes for ChangeLog
Author: xaizek
Author date (UTC): 2023-03-16 16:02
Committer name: xaizek
Committer date (UTC): 2023-03-16 16:02
Parent(s): 74bcdc9b8ff11f493a1bd668036d6282c29f7357
Signing key: 99DC5E4DB05F6BE2
Tree: 3c1018f018cfafb502fb850a83da5f9ac6d9119b
File Lines added Lines deleted
ChangeLog 4 4
File ChangeLog changed (mode: 100644) (index b319d75de..053f34159)
14 14 to Sergei Trofimovich (a.k.a. trofi). to Sergei Trofimovich (a.k.a. trofi).
15 15
16 16 Changed %N macro to also not start a process group for a command. Thanks Changed %N macro to also not start a process group for a command. Thanks
17 to Oskar Grunning (sQVe).
17 to Oskar Grunning (a.k.a. sQVe).
18 18
19 19 Changed error reporting for some of the :commands such that now their Changed error reporting for some of the :commands such that now their
20 20 failures cause a dialog to appear on sourcing, previously those errors failures cause a dialog to appear on sourcing, previously those errors
 
120 120
121 121 Made file conflict more concise. Thanks to aleksejrs. Made file conflict more concise. Thanks to aleksejrs.
122 122
123 Update Default-256 to fix differentiate between more file types. Thanks
124 to aleksejrs.
123 Update Default-256 to differentiate between more file types. Thanks to
124 aleksejrs.
125 125
126 126 Don't move cursor on search failure during search with a count. Patch by Don't move cursor on search failure during search with a count. Patch by
127 127 filterfalse. filterfalse.
 
133 133 A regular search logic showing messages is applied to n/N. Patch by A regular search logic showing messages is applied to n/N. Patch by
134 134 filterfalse. filterfalse.
135 135
136 Made aborting deletion abort the operation on the reset of files when
136 Made aborting deletion abort the operation on the rest of files when
137 137 deleting multiple files. deleting multiple files.
138 138
139 139 Fixed segfault on trying to use pipe from Lua after its parent VifmJob Fixed segfault on trying to use pipe from Lua after its parent VifmJob
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master