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 511b50536478fc38a37bee7ae0e1dd667d953454

Version v0.7.4b
Author: xaizek
Author date (UTC): 2013-01-20 16:40
Committer name: xaizek
Committer date (UTC): 2013-01-20 16:44
Parent(s): 103d505acc02cb590796d44747e689249944fb39
Signing key:
Tree: f6741d909112b2118c1fc91128cb59a167aa0819
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 8cdbfc874..19168f405)
1 0.7.4a to 0.7.4b-beta
1 0.7.4a to 0.7.4b
2 2
3 3 Removed screen title forcing for shell commands. Removed screen title forcing for shell commands.
4 4
File README changed (mode: 100644) (index e29e6db13..9f98222ac)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2012 2001 - 2012
3 3
4 Updated: 08 January, 2013
5 Version: 0.7.4b-beta
4 Updated: 20 January, 2013
5 Version: 0.7.4b
6 6
7 7 Brief Description Brief Description
8 8
File configure changed (mode: 100755) (index 5ed938230..29f46085a)
... ... 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.4b-beta
2833 VERSION=0.7.4b
2834 2834
2835 2835
2836 2836 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.in changed (mode: 100644) (index 159929d87..864df697c)
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-beta)
4 AM_INIT_AUTOMAKE(vifm, 0.7.4b)
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 ac4068cba..1953448a2)
1 *vifm.txt* For Vifm version 0.7.4b-beta Last change: 2013 Jan 08
1 *vifm.txt* For Vifm version 0.7.4b Last change: 2013 Jan 20
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 947e07657..2e78617ee)
... ... 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.4b-beta"' > ../config.h; \
80 echo '#define VERSION "0.7.4b"' > ../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