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 e62edd83d31e877df7ee95b8cc2a5cb98c949384

Display --with-dyn-X11 flag status in version info
Author: xaizek
Author date (UTC): 2013-04-21 13:02
Committer name: xaizek
Committer date (UTC): 2013-04-21 13:02
Parent(s): 2adf84d0b3e4eacc00cbc82d070373eef2036481
Signing key:
Tree: 33fa02ce750d900ec82f265a696d2a8565443656
File Lines added Lines deleted
src/version.c 6 0
File src/version.c changed (mode: 100644) (index ddd553817..2340f1165)
... ... fill_version_info(char **list)
70 70 list[x++] = strdup("Without X11 library"); list[x++] = strdup("Without X11 library");
71 71 #endif #endif
72 72
73 #ifdef DYN_X11
74 list[x++] = strdup("With dynamic loading of X11 library");
75 #else
76 list[x++] = strdup("Without dynamic loading of X11 library");
77 #endif
78
73 79 #ifdef HAVE_FILE_PROG #ifdef HAVE_FILE_PROG
74 80 list[x++] = strdup("With file program"); list[x++] = strdup("With file program");
75 81 #else #else
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