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 666999a6437c833884adaafdca0047f5bc210963

Version v0.7.5-beta
Author: xaizek
Author date (UTC): 2013-04-22 18:23
Committer name: xaizek
Committer date (UTC): 2013-04-22 18:23
Parent(s): 97b563d826117a8a6dba70e80476973f0f42da46
Signing key:
Tree: 730271477f07919fca134379f766268b5f088b7f
File Lines added Lines deleted
ChangeLog 1 1
README 2 2
configure.in 1 1
data/vim/doc/vifm.txt 1 1
src/Makefile.win 1 1
File ChangeLog changed (mode: 100644) (index 79e1fe7b3..61099f2be)
1 0.7.4b to current
1 0.7.4b to 0.7.5-beta
2 2
3 3 Added Gentoo ebuild. Thanks to Oleg Gordienko (a.k.a. gordio). Added Gentoo ebuild. Thanks to Oleg Gordienko (a.k.a. gordio).
4 4
File README changed (mode: 100644) (index 3b164657e..6e5e99d44)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2013 2001 - 2013
3 3
4 Updated: 20 January, 2013
5 Version: 0.7.4b
4 Updated: 22 April, 2013
5 Version: 0.7.5-beta
6 6
7 7 Brief Description Brief Description
8 8
File configure.in changed (mode: 100644) (index 65bbe592b..ab9612498)
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.4b)
4 AM_INIT_AUTOMAKE(vifm, 0.7.5-beta)
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 a5393f3b9..357ad2959)
1 *vifm.txt* For Vifm version 0.7.4b Last change: 2013 Apr 14
1 *vifm.txt* For Vifm version 0.7.5-beta Last change: 2013 Apr 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 b0d510019..75fc89012)
... ... vifmres.o: vifm.res
80 80
81 81 ../config.h: ../config.h:
82 82 @echo Creating sample ../config.h @echo Creating sample ../config.h
83 echo '#define VERSION "0.7.4b"' > ../config.h; \
83 echo '#define VERSION "0.7.5-beta"' > ../config.h; \
84 84 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
85 85 # echo '#define HAVE_FILE_PROG' >> ../config.h; \ # echo '#define HAVE_FILE_PROG' >> ../config.h; \
86 86
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