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 9eb894fd80f8cd22d57b851103235e793a93bd52

Add missing includes to two test files
Author: xaizek
Author date (UTC): 2018-10-28 13:52
Committer name: xaizek
Committer date (UTC): 2018-10-28 13:52
Parent(s): 5d76c612a45f86c223e558f58a3bc2972ad50672
Signing key: 99DC5E4DB05F6BE2
Tree: 2ef0168d6ab1de322b8b44dafd65ed5e710fb829
File Lines added Lines deleted
tests/misc/tabs.c 1 0
tests/misc/trash.c 1 0
File tests/misc/tabs.c changed (mode: 100644) (index 163c4e7a1..930b7ddef)
2 2
3 3 #include <string.h> /* strcpy() */ #include <string.h> /* strcpy() */
4 4
5 #include "../../src/compat/fs_limits.h"
5 6 #include "../../src/cfg/config.h" #include "../../src/cfg/config.h"
6 7 #include "../../src/ui/tabs.h" #include "../../src/ui/tabs.h"
7 8 #include "../../src/ui/ui.h" #include "../../src/ui/ui.h"
File tests/misc/trash.c changed (mode: 100644) (index 10135259d..ca90c3264)
1 1 #include <stic.h> #include <stic.h>
2 2
3 #include "../../src/compat/fs_limits.h"
3 4 #include "../../src/compat/os.h" #include "../../src/compat/os.h"
4 5 #include "../../src/utils/fs.h" #include "../../src/utils/fs.h"
5 6 #include "../../src/trash.h" #include "../../src/trash.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