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 4ee31136a6d7b8461a29b6df1c9ddd9e9efe757f

Teach deploy to put date in ChangeLog
Author: xaizek
Author date (UTC): 2018-10-28 13:57
Committer name: xaizek
Committer date (UTC): 2018-10-28 13:57
Parent(s): 3fc69545d87dd249e39893f57e00a39716663429
Signing key: 99DC5E4DB05F6BE2
Tree: b3952e98dfd514765894a71082a4ca9855f1aef0
File Lines added Lines deleted
scripts/deploy 1 1
File scripts/deploy changed (mode: 100755) (index 58a6ae9a1..0854e369a)
... ... if [ "$target" = all -o "$target" = update ]; then
39 39 echo "Updating version number..." echo "Updating version number..."
40 40
41 41 # update version in ChangeLog # update version in ChangeLog
42 sed -i "1s/current/$ver/" ChangeLog
42 sed -i "1s/current/$ver ($(date '+%Y-%m-%d'))/" ChangeLog
43 43
44 44 # update version in configure script # update version in configure script
45 45 sed -i "/AC_INIT(/s/, [^,]\\+/, $ver/" configure.ac sed -i "/AC_INIT(/s/, [^,]\\+/, $ver/" configure.ac
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