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 2e3f0b14ade79be2b6fb8089f43ae3e2b8329d8b

Version v0.8-beta
Author: xaizek
Author date (UTC): 2015-06-18 21:21
Committer name: xaizek
Committer date (UTC): 2015-06-18 21:21
Parent(s): 633764e4ff9bd3b14f340e7a8f17dc176d60dd24
Signing key:
Tree: 5fe9547a319c6d458ff3b3a3e47d4261c57aea4a
File Lines added Lines deleted
ChangeLog 1 1
README 2 2
aclocal.m4 1 0
configure 1 1
configure.ac 1 1
data/vifm-convert-dircolors.1 1 1
data/vifm-pause.1 1 1
data/vifm.1 1 1
data/vifmrc-converter.1 1 1
data/vim/doc/app/vifm-app.txt 1 1
data/vim/doc/plugin/vifm-plugin.txt 1 1
src/Makefile.win 1 1
File ChangeLog changed (mode: 100644) (index a84725fe4..3ade2fdd8)
1 0.7.8 to current
1 0.7.8 to 0.8-beta
2 2
3 3 Removed per-view last search pattern. Don't worry, you probably won't Removed per-view last search pattern. Don't worry, you probably won't
4 4 even notice it: this doesn't affect regular use case, rather more exotic even notice it: this doesn't affect regular use case, rather more exotic
File README changed (mode: 100644) (index 232100dcb..df7bc0ba0)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2015 2001 - 2015
3 3
4 Updated: 26 May, 2015
5 Version: 0.7.8
4 Updated: 19 June, 2015
5 Version: 0.8-beta
6 6
7 7 Brief Description Brief Description
8 8
File aclocal.m4 changed (mode: 100644) (index 406b2eb39..583ddd1d5)
... ... AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1038 1038 AC_SUBST([am__tar]) AC_SUBST([am__tar])
1039 1039 AC_SUBST([am__untar]) AC_SUBST([am__untar])
1040 1040 ]) # _AM_PROG_TAR ]) # _AM_PROG_TAR
1041
File configure changed (mode: 100755) (index b9b599646..52d6b3f4d)
... ... fi
2805 2805
2806 2806 # Define the identity of the package. # Define the identity of the package.
2807 2807 PACKAGE=vifm PACKAGE=vifm
2808 VERSION=0.7.8
2808 VERSION=0.8-beta
2809 2809
2810 2810
2811 2811 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.ac changed (mode: 100644) (index f10bba5af..7fd917b86)
1 1 dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
2 2
3 3 AC_INIT(configure.ac) AC_INIT(configure.ac)
4 AM_INIT_AUTOMAKE(vifm, 0.7.8)
4 AM_INIT_AUTOMAKE(vifm, 0.8-beta)
5 5 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
6 6
7 7 AC_DEFINE([PACKAGE_SYSCONF_DIR], [], [Configuration directory of the package.]) AC_DEFINE([PACKAGE_SYSCONF_DIR], [], [Configuration directory of the package.])
File data/vifm-convert-dircolors.1 changed (mode: 100644) (index 0a5330d08..881b4ed0b)
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "June 10, 2015" "vifm 0.7.8"
1 .TH VIFM\-CONVERT\-DIRCOLORS 1 "June 19, 2015" "vifm 0.8-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vifm-pause.1 changed (mode: 100644) (index e2794743e..976a5bdf6)
1 .TH "VIFM-PAUSE" "1" "May 31, 2015" "vifm 0.7.8"
1 .TH "VIFM-PAUSE" "1" "June 19, 2015" "vifm 0.8-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vifm.1 changed (mode: 100644) (index 37d1f60d7..79e48550f)
1 .TH VIFM 1 "June 12, 2015" "vifm 0.7.8"
1 .TH VIFM 1 "June 19, 2015" "vifm 0.8-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vifmrc-converter.1 changed (mode: 100644) (index f2584543a..a66a65942)
1 .TH "VIFMRC-CONVERTER" "1" "June 10, 2015" "vifm 0.7.8"
1 .TH "VIFMRC-CONVERTER" "1" "June 19, 2015" "vifm 0.8-beta"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH "NAME" .SH "NAME"
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index ce2614d57..d0ea6ad7b)
1 *vifm-app.txt* For Vifm version 0.7.8 Last change: 2015 June 12
1 *vifm-app.txt* For Vifm version 0.8-beta Last change: 2015 Jun 19
2 2
3 3 Email for bugs and suggestions: <xaizek@openmailbox.org> Email for bugs and suggestions: <xaizek@openmailbox.org>
4 4
File data/vim/doc/plugin/vifm-plugin.txt changed (mode: 100644) (index 4b116ea63..c2ad743de)
1 *vifm-plugin.txt* For Vifm version 0.7.8 Last change: 2015 May 27
1 *vifm-plugin.txt* For Vifm version 0.8-beta Last change: 2015 Jun 19
2 2
3 3 Email for bugs and suggestions: <xaizek@openmailbox.org> Email for bugs and suggestions: <xaizek@openmailbox.org>
4 4
File src/Makefile.win changed (mode: 100644) (index 2f1141b8e..7b016fbea)
... ... vifmres.o: vifm.res
109 109
110 110 ../config.h: ../config.h:
111 111 @echo Creating sample ../config.h @echo Creating sample ../config.h
112 echo '#define VERSION "0.7.8"' > ../config.h; \
112 echo '#define VERSION "0.8-beta"' > ../config.h; \
113 113 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
114 114 echo '#define _GNU_SOURCE 1' >> ../config.h; \ echo '#define _GNU_SOURCE 1' >> ../config.h; \
115 115 echo '#define PACKAGE_SYSCONF_DIR ""' >> ../config.h; \ echo '#define PACKAGE_SYSCONF_DIR ""' >> ../config.h; \
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