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 821ac8a9044fa6fca401f0dd5420dd6e02f1cabe

Version v0.7.3
Author: xaizek
Author date (UTC): 2012-06-02 21:35
Committer name: xaizek
Committer date (UTC): 2012-06-03 11:13
Parent(s): 92d70aaab43537487fbb86c56384dd5a6c996b14
Signing key:
Tree: c71c592e30b01eec0c8f1197eefa7c5e8702eb99
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 3de86cc27..ab7d404e3)
1 0.7.2 to current
1 0.7.2 to 0.7.3
2 2
3 3 Removed possibility of moving items in :file menu. Removed possibility of moving items in :file menu.
4 4
File README changed (mode: 100644) (index 517ea4e0c..2da983c01)
... ... Vifm - vi[m] like file manager
2 2 2001 - 2012 2001 - 2012
3 3
4 4 Updated: 02 June, 2012 Updated: 02 June, 2012
5 Version: 0.7.2
5 Version: 0.7.3
6 6
7 7 Brief Description Brief Description
8 8
File configure changed (mode: 100755) (index 3f97c4799..16a10f5c0)
... ... 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.2
2815 VERSION=0.7.3
2816 2816
2817 2817
2818 2818 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.in changed (mode: 100644) (index 38a689767..0068bcb25)
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.2)
4 AM_INIT_AUTOMAKE(vifm, 0.7.3)
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 af641a59c..365b6fbd6)
1 *vifm.txt* For Vifm version 0.7.2 Last change: 2012 Jun 02
1 *vifm.txt* For Vifm version 0.7.3 Last change: 2012 Jun 02
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 b4db5bf44..96e71c220)
... ... 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.2"' > ../config.h; \
77 echo '#define VERSION "0.7.3"' > ../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