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 c970ec7ac21a12c43710143721e22de46417fd8e

Fix scripts/deploy
A debug change got committed by accident, undo it.
Author: xaizek
Author date (UTC): 2025-01-18 23:32
Committer name: xaizek
Committer date (UTC): 2025-01-18 23:32
Parent(s): 211fe9a39d197e8304430d4d662c851e18f30214
Signing key: 99DC5E4DB05F6BE2
Tree: 7c610aa697acd6e3bae46bda7067a81f2d1df000
File Lines added Lines deleted
scripts/deploy 1 1
File scripts/deploy changed (mode: 100755) (index c043691cf..c4961be9d)
... ... if [ "$target" = all ] || [ "$target" = update ]; then
62 62 sed -i "/AC_INIT(/s/,\\[[^,]\\+/,[$ver]/" configure.ac sed -i "/AC_INIT(/s/,\\[[^,]\\+/,[$ver]/" configure.ac
63 63 sed -i "/VERSION_NUM/s/\\[[0-9]\\+\\]/[$ver_num]/" configure.ac sed -i "/VERSION_NUM/s/\\[[0-9]\\+\\]/[$ver_num]/" configure.ac
64 64
65 if false && [ "$OS" != Windows_NT ]; then
65 if [ "$OS" != Windows_NT ]; then
66 66 # regenerate autotools files # regenerate autotools files
67 67 autoreconf autoreconf
68 68 # some voodoo magic to preserve old version of aclocal.m4 file # some voodoo magic to preserve old version of aclocal.m4 file
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