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 201b1464c38b6559914c835e7ae8bacb28d2a5ca

Version v0.7.4a
Author: xaizek
Author date (UTC): 2012-10-22 16:32
Committer name: xaizek
Committer date (UTC): 2012-10-22 16:32
Parent(s): b3ee5e0b63e339a06da7019ad507590001e53079
Signing key:
Tree: c526c65aef00ae505218ec20f4177b75c8b6ca47
File Lines added Lines deleted
ChangeLog 1 1
README 2 2
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 3a4ad9afb..0640f9785)
1 0.7.4 to current
1 0.7.4 to 0.7.4a
2 2
3 3 Don't redraw statbar until end of :restart command. Don't redraw statbar until end of :restart command.
4 4
File README changed (mode: 100644) (index e7580893f..75310c8f6)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2012 2001 - 2012
3 3
4 Updated: 18 October, 2012
5 Version: 0.7.4
4 Updated: 22 October, 2012
5 Version: 0.7.4a
6 6
7 7 Brief Description Brief Description
8 8
File configure changed (mode: 100755) (index f858e7401..9e3d1d45e)
... ... fi
2830 2830
2831 2831 # Define the identity of the package. # Define the identity of the package.
2832 2832 PACKAGE=vifm PACKAGE=vifm
2833 VERSION=0.7.4
2833 VERSION=0.7.4a
2834 2834
2835 2835
2836 2836 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.in changed (mode: 100644) (index f50dffb07..739b69229)
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.4)
4 AM_INIT_AUTOMAKE(vifm, 0.7.4a)
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 6e6d6dd1a..caaa67cfe)
1 *vifm.txt* For Vifm version 0.7.4 Last change: 2012 Oct 22
1 *vifm.txt* For Vifm version 0.7.4a Last change: 2012 Oct 22
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 e1ad63626..0cf0eca8e)
... ... vifmres.o: vifm.res
77 77
78 78 ../config.h: ../config.h:
79 79 @echo Creating sample ../config.h @echo Creating sample ../config.h
80 echo '#define VERSION "0.7.4"' > ../config.h; \
80 echo '#define VERSION "0.7.4a"' > ../config.h; \
81 81 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
82 82 # echo '#define HAVE_FILE_PROG' >> ../config.h; \ # echo '#define HAVE_FILE_PROG' >> ../config.h; \
83 83
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