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 b049dfba226bdaddccc46f47e0fe907d3570a156

Update version/date in mans from deploy script
Author: xaizek
Author date (UTC): 2015-06-17 16:14
Committer name: xaizek
Committer date (UTC): 2015-06-18 15:47
Parent(s): eb0409f063b93599bb57a985174ab1fea2ed35a5
Signing key:
Tree: 62def41dea4818d08f7e49c7d222467d662468ca
File Lines added Lines deleted
deploy 3 0
File deploy changed (mode: 100755) (index 7f33568ad..b07ee766e)
... ... if [ "x$target" == "xall" -o "x$target" == "xupdate" ]; then
61 61
62 62 # update version in README # update version in README
63 63 sed -i "/^Version:/s/ .*/ $1/" README sed -i "/^Version:/s/ .*/ $1/" README
64
65 # update man pages
66 sed -i "1s/\"[^\"]\\+\" \"[^\"]\\+\"\$/\"$(date '+%B %d, %Y')\" \"vifm $1\"/" data/*.1
64 67 fi fi
65 68
66 69 if [ "x$target" == "xall" -o "x$target" == "xcommit" ]; then if [ "x$target" == "xall" -o "x$target" == "xcommit" ]; then
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