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 1c95fb6f589de54dfcf6d9b68ed2d8e788ecd507

Version v0.7.5
Author: xaizek
Author date (UTC): 2013-05-10 14:57
Committer name: xaizek
Committer date (UTC): 2013-05-10 15:00
Parent(s): 6855c2b0e7acc01ce32f3665aeee10c6bbec631b
Signing key:
Tree: 678f02d70c65ada01cf58329597759e346f1aad7
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 0d16d3b62..8a080de8a)
1 0.7.5-beta to current
1 0.7.5-beta to 0.7.5
2 2
3 3 Better Makefile for tests. Thanks to Hendrik Jaeger (a.k.a. henk). Better Makefile for tests. Thanks to Hendrik Jaeger (a.k.a. henk).
4 4
File README changed (mode: 100644) (index 6e5e99d44..26420bb2b)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2013 2001 - 2013
3 3
4 Updated: 22 April, 2013
5 Version: 0.7.5-beta
4 Updated: 10 May, 2013
5 Version: 0.7.5
6 6
7 7 Brief Description Brief Description
8 8
File configure changed (mode: 100755) (index f063bbc86..c2496bda9)
... ... fi
2786 2786
2787 2787 # Define the identity of the package. # Define the identity of the package.
2788 2788 PACKAGE=vifm PACKAGE=vifm
2789 VERSION=0.7.5-beta
2789 VERSION=0.7.5
2790 2790
2791 2791
2792 2792 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.in changed (mode: 100644) (index 497a02fa6..6815218f6)
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.5-beta)
4 AM_INIT_AUTOMAKE(vifm, 0.7.5)
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 a4cef64ea..dc74652c4)
1 *vifm.txt* For Vifm version 0.7.5-beta Last change: 2013 May 06
1 *vifm.txt* For Vifm version 0.7.5 Last change: 2013 May 10
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 054726a26..b66f2ff69)
... ... 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.5-beta"' > ../config.h; \
83 echo '#define VERSION "0.7.5"' > ../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