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 b3ee5e0b63e339a06da7019ad507590001e53079

Update NEWS file
Author: xaizek
Author date (UTC): 2012-10-22 16:31
Committer name: xaizek
Committer date (UTC): 2012-10-22 16:31
Parent(s): d11dfb405cdd59a0a06be35fb7eb69fc05c56571
Signing key:
Tree: bbbca63d8518f8f404a27a9a634735c05c240bb5
File Lines added Lines deleted
NEWS 18 0
File NEWS changed (mode: 100644) (index ce3faa4fe..69b347f8a)
1 October 22, 2012
2 ================
3
4 vifm v0.7.4a
5 ------------
6
7 0.7.4 package contains configuration files of autotools of different
8 versions. As a result it's not always possible to build vifm 0.7.4 by
9 running `./configure && make`. The author is sorry about wasted time
10 of users spent on building vifm with partially broken build system.
11
12 Anyway this mistake has also a good point. 0.7.4a fixes several bugs,
13 some of which are related to new features.
14
15 See change log for full list of fixes.
16
17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
1 19 October 18, 2012 October 18, 2012
2 20 ================ ================
3 21
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