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 2a82aa2fae9903a9f38a326c361f76e275934fbf

Version v0.7.6
Author: xaizek
Author date (UTC): 2013-10-31 20:45
Committer name: xaizek
Committer date (UTC): 2013-10-31 20:45
Parent(s): 8b385391f4a78a34facf6eeb4da2774ba3eae19a
Signing key:
Tree: 9fe6b465ed8b3c2ae19431566aba0f420bf9fa85
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 563f09e97..2daced746)
1 0.7.6-beta2 to current
1 0.7.6-beta2 to 0.7.6
2 2
3 3 Removed check for stdscr from the configure. Thanks to jtbm37. Removed check for stdscr from the configure. Thanks to jtbm37.
4 4
File README changed (mode: 100644) (index 20f3b9030..7daa77fa7)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2013 2001 - 2013
3 3
4 Updated: 24 October, 2013
5 Version: 0.7.6-beta2
4 Updated: 31 October, 2013
5 Version: 0.7.6
6 6
7 7 Brief Description Brief Description
8 8
File configure changed (mode: 100755) (index 3ea15f8af..55009f61f)
... ... fi
2791 2791
2792 2792 # Define the identity of the package. # Define the identity of the package.
2793 2793 PACKAGE=vifm PACKAGE=vifm
2794 VERSION=0.7.6-beta2
2794 VERSION=0.7.6
2795 2795
2796 2796
2797 2797 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.in changed (mode: 100644) (index 7bd485507..fd93a44c8)
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.6-beta2)
4 AM_INIT_AUTOMAKE(vifm, 0.7.6)
5 5 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
6 6
7 7 AC_DEFINE([PACKAGE_DATA_DIR], [], [Data directory of the package.]) AC_DEFINE([PACKAGE_DATA_DIR], [], [Data directory of the package.])
File data/vim/doc/vifm.txt changed (mode: 100644) (index 5d76404b3..e95df4103)
1 *vifm.txt* For Vifm version 0.7.6-beta2 Last change: 2013 Oct 24
1 *vifm.txt* For Vifm version 0.7.6 Last change: 2013 Oct 31
2 2
3 3 Email for bugs and suggestions: <xaizek@openmailbox.org> Email for bugs and suggestions: <xaizek@openmailbox.org>
4 4
File src/Makefile.win changed (mode: 100644) (index 768a2158c..aa2f0ac9b)
... ... vifmres.o: vifm.res
82 82
83 83 ../config.h: ../config.h:
84 84 @echo Creating sample ../config.h @echo Creating sample ../config.h
85 echo '#define VERSION "0.7.6-beta2"' > ../config.h; \
85 echo '#define VERSION "0.7.6"' > ../config.h; \
86 86 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
87 87 echo '#define _GNU_SOURCE 1' >> ../config.h; \ echo '#define _GNU_SOURCE 1' >> ../config.h; \
88 88 # 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