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 44059fc24ea1f8a1a9c998f3b2eb827eb4c7b153

Update a couple of comments in the deploy script
Author: xaizek
Author date (UTC): 2014-10-11 18:10
Committer name: xaizek
Committer date (UTC): 2014-10-11 18:11
Parent(s): 1c4776359e8d2a7f6114c82ce319a6e14bcc9618
Signing key:
Tree: 9c250a5d7724bd3678e780f0abc92de2582d9cdc
File Lines added Lines deleted
deploy 2 2
File deploy changed (mode: 100755) (index 9d8e93cd6..7f33568ad)
... ... if [ "x$target" == "xall" -o "x$target" == "xupdate" ]; then
49 49
50 50 vimplugindoc=data/vim/doc/plugin/vifm-plugin.txt vimplugindoc=data/vim/doc/plugin/vifm-plugin.txt
51 51 vimappdoc=data/vim/doc/app/vifm-app.txt vimappdoc=data/vim/doc/app/vifm-app.txt
52 # update version in data/vim/doc/vifm{,-app}.txt
52 # update version in vifm-{app,plugin}.txt
53 53 sed -i "/For Vifm version/s/version \\S\\+/version $1/" "${vimplugindoc}" sed -i "/For Vifm version/s/version \\S\\+/version $1/" "${vimplugindoc}"
54 54 sed -i "/For Vifm version/s/version \\S\\+/version $1/" "${vimappdoc}" sed -i "/For Vifm version/s/version \\S\\+/version $1/" "${vimappdoc}"
55 # update last change date in data/vim/doc/vifm{,-app}.txt
55 # update last change date in vifm-{app,plugin}.txt
56 56 sed -i "/Last change/s/: .*/: $(date '+%Y %b %d')/" "${vimplugindoc}" sed -i "/Last change/s/: .*/: $(date '+%Y %b %d')/" "${vimplugindoc}"
57 57 sed -i "/Last change/s/: .*/: $(date '+%Y %b %d')/" "${vimappdoc}" sed -i "/Last change/s/: .*/: $(date '+%Y %b %d')/" "${vimappdoc}"
58 58
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