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 0dd9827a5c588445b8178b8c10d1d93681609b08

Fix compilation for systems without -n flag
Author: xaizek
Author date (UTC): 2013-10-16 21:26
Committer name: xaizek
Committer date (UTC): 2013-10-16 21:26
Parent(s): 2bef664a7cd7a4ae546168a07091d2afbc3964f2
Signing key:
Tree: 02059bf5e4675f4d1a53905f0a45cc35df4fb3d4
File Lines added Lines deleted
ChangeLog 2 0
src/ops.c 1 1
File ChangeLog changed (mode: 100644) (index fbbd1dd74..716fca0d1)
200 200 Fixed storing directories passed as command-line parameters in Fixed storing directories passed as command-line parameters in
201 201 directory history. Thanks to filterfalse. directory history. Thanks to filterfalse.
202 202
203 Fixed compilation for systems, where coreutils doesn't support -n flag.
204
203 205 0.7.5-beta to 0.7.5 0.7.5-beta to 0.7.5
204 206
205 207 Better Makefile for tests. Thanks to Hendrik Jaeger (a.k.a. henk). Better Makefile for tests. Thanks to Hendrik Jaeger (a.k.a. henk).
File src/ops.c changed (mode: 100644) (index 08894a278..6d761c3a5)
43 43 #ifdef SUPPORT_NO_CLOBBER #ifdef SUPPORT_NO_CLOBBER
44 44 #define NO_CLOBBER "-n" #define NO_CLOBBER "-n"
45 45 #else /* SUPPORT_NO_CLOBBER */ #else /* SUPPORT_NO_CLOBBER */
46 #define NO_CLOBBER
46 #define NO_CLOBBER ""
47 47 #endif /* SUPPORT_NO_CLOBBER */ #endif /* SUPPORT_NO_CLOBBER */
48 48
49 49 #ifdef GNU_TOOLCHAIN #ifdef GNU_TOOLCHAIN
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