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 1500d98f84e2b649cada9ddb0874d0089200a246

Fix updating ChangeLogs in deploy script
It dropped "to " part.
Author: xaizek
Author date (UTC): 2023-03-16 22:22
Committer name: xaizek
Committer date (UTC): 2023-03-16 22:22
Parent(s): 15ddfa4b74ca4093e14f515ff9aa42b56d77f572
Signing key: 99DC5E4DB05F6BE2
Tree: 6b67ed7756db245cc0ac56c502d1735e1cdb62aa
File Lines added Lines deleted
scripts/deploy 1 1
File scripts/deploy changed (mode: 100755) (index e628d2798..8d6b3f9dd)
... ... if [ "$target" = all ] || [ "$target" = update ]; then
50 50 echo "Updating version number..." echo "Updating version number..."
51 51
52 52 # update version in ChangeLogs # update version in ChangeLogs
53 sed -i "s/to current\$/$ver ($(date '+%Y-%m-%d'))/" \
53 sed -i "s/to current\$/to $ver ($(date '+%Y-%m-%d'))/" \
54 54 ChangeLog ChangeLog.LuaAPI ChangeLog ChangeLog.LuaAPI
55 55
56 56 # update version in configure script # update version in configure script
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