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 1c4776359e8d2a7f6114c82ce319a6e14bcc9618

Update configure.{in => ac} in deploy script
Author: xaizek
Author date (UTC): 2014-10-11 18:05
Committer name: xaizek
Committer date (UTC): 2014-10-11 18:05
Parent(s): 0b06c8ce48ad39baa73af3de756b779988c9b1da
Signing key:
Tree: 0fd84726ccce01462ba37cae58af51402aa42edd
File Lines added Lines deleted
deploy 1 1
File deploy changed (mode: 100755) (index f1f86e213..9d8e93cd6)
... ... if [ "x$target" == "xall" -o "x$target" == "xupdate" ]; then
29 29 sed -i "1s/current/$1/" ChangeLog sed -i "1s/current/$1/" ChangeLog
30 30
31 31 # update version in configure script # update version in configure script
32 sed -i "/AM_INIT_AUTOMAKE/s/, .*)/, $1)/" configure.in
32 sed -i "/AM_INIT_AUTOMAKE/s/, .*)/, $1)/" configure.ac
33 33
34 34 if [ "x$OS" != "xWindows_NT" ]; then if [ "x$OS" != "xWindows_NT" ]; then
35 35 # regenerate autotools files # regenerate autotools files
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