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 22bfb96932b166e5d13d66aa07760ddb9c9ae335

Version v0.7.3a
Author: xaizek
Author date (UTC): 2012-06-23 16:41
Committer name: xaizek
Committer date (UTC): 2012-06-23 16:41
Parent(s): 657c9d88849ea10158ecb1757582f42f4a91b08d
Signing key:
Tree: cc1a291027fad448e681b64180a726d42322edb2
File Lines added Lines deleted
ChangeLog 1 1
README 1 1
configure 1 1
configure.in 1 1
data/vim/doc/vifm.txt 1 1
src/Makefile.win 1 1
File ChangeLog changed (mode: 100644) (index b6e66c8bf..2eb628a7e)
1 0.7.3 to current
1 0.7.3 to 0.7.3a
2 2
3 3 Added a section about color schemes to the documentation. Added a section about color schemes to the documentation.
4 4
File README changed (mode: 100644) (index 4dcb89a67..a77a9b1dd)
... ... Vifm - vi[m] like file manager
2 2 2001 - 2012 2001 - 2012
3 3
4 4 Updated: 23 June, 2012 Updated: 23 June, 2012
5 Version: 0.7.3
5 Version: 0.7.3a
6 6
7 7 Brief Description Brief Description
8 8
File configure changed (mode: 100755) (index 16a10f5c0..297d97550)
... ... fi
2812 2812
2813 2813 # Define the identity of the package. # Define the identity of the package.
2814 2814 PACKAGE=vifm PACKAGE=vifm
2815 VERSION=0.7.3
2815 VERSION=0.7.3a
2816 2816
2817 2817
2818 2818 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.in changed (mode: 100644) (index 0068bcb25..74bdf2af2)
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.in) AC_INIT(configure.in)
4 AM_INIT_AUTOMAKE(vifm, 0.7.3)
4 AM_INIT_AUTOMAKE(vifm, 0.7.3a)
5 5 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
6 6
7 7
File data/vim/doc/vifm.txt changed (mode: 100644) (index e6512db3c..5652f003a)
1 *vifm.txt* For Vifm version 0.7.3 Last change: 2012 Jun 23
1 *vifm.txt* For Vifm version 0.7.3a Last change: 2012 Jun 23
2 2
3 3 Email for bugs and suggestions: <xaizek@lavabit.com> Email for bugs and suggestions: <xaizek@lavabit.com>
4 4
File src/Makefile.win changed (mode: 100644) (index 96e71c220..cacdae5c2)
... ... vifmres.o: vifm.res
74 74
75 75 ../config.h: ../config.h:
76 76 @echo Creating sample ../config.h @echo Creating sample ../config.h
77 echo '#define VERSION "0.7.3"' > ../config.h; \
77 echo '#define VERSION "0.7.3a"' > ../config.h; \
78 78 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
79 79 # echo '#define ENABLE_COMPATIBILITY_MODE' >> ../config.h; \ # echo '#define ENABLE_COMPATIBILITY_MODE' >> ../config.h; \
80 80 # echo '#define HAVE_FILE_PROG' >> ../config.h; \ # echo '#define HAVE_FILE_PROG' >> ../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