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 85b7c6c895667fa585533d0e70602249c21a665b

Version v0.7.2
Author: xaizek
Author date (UTC): 2012-02-19 12:14
Committer name: xaizek
Committer date (UTC): 2012-02-19 12:54
Parent(s): 6473f920cd8279834e34a655f82d3f18dfedd933
Signing key:
Tree: 6a167385bf7ebf419163bd40e558ee95cf3b6a9d
File Lines added Lines deleted
ChangeLog 1 1
configure 1 1
configure.in 1 1
src/Makefile.win 1 1
File ChangeLog changed (mode: 100644) (index 99ddf9015..f9122121f)
1 0.7.1 to current
1 0.7.1 to 0.7.2
2 2
3 3 Added --select command line argument. Added --select command line argument.
4 4
File configure changed (mode: 100755) (index 7c335986e..c96460691)
... ... fi
2705 2705
2706 2706 # Define the identity of the package. # Define the identity of the package.
2707 2707 PACKAGE=vifm PACKAGE=vifm
2708 VERSION=0.7.1
2708 VERSION=0.7.2
2709 2709
2710 2710
2711 2711 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
File configure.in changed (mode: 100644) (index 608462588..ec4aa90a4)
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.1)
4 AM_INIT_AUTOMAKE(vifm, 0.7.2)
5 5 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
6 6
7 7
File src/Makefile.win changed (mode: 100644) (index b689f90b5..e6532245f)
... ... vifmres.o: vifm.res
50 50
51 51 ../config.h: ../config.h:
52 52 @echo Creating sample ../config.h @echo Creating sample ../config.h
53 echo '#define VERSION "0.7.1"' > ../config.h; \
53 echo '#define VERSION "0.7.2"' > ../config.h; \
54 54 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
55 55 # echo '#define ENABLE_COMPATIBILITY_MODE' >> ../config.h; \ # echo '#define ENABLE_COMPATIBILITY_MODE' >> ../config.h; \
56 56 # 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