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 ac2c1c8eeb4b2f2f66ae39e911f69e258d3ffb45

Fix new fileops test for Windows
Author: xaizek
Author date (UTC): 2016-01-17 12:12
Committer name: xaizek
Committer date (UTC): 2016-01-17 12:12
Parent(s): 30bf2ac71282d21f0e8bbbefa48477c71ebb374b
Signing key:
Tree: 9c9982217bd3175bf717317921ade9d559d1b220
File Lines added Lines deleted
tests/fileops/generic.c 2 0
File tests/fileops/generic.c changed (mode: 100644) (index 199c7bdfb..ac35245e0)
... ... perform_merge(int op)
204 204 } }
205 205 else else
206 206 { {
207 #ifndef _WIN32
207 208 if(!cfg.use_system_calls) if(!cfg.use_system_calls)
208 209 { {
209 210 assert_success( assert_success(
210 211 perform_operation(op, ops, NULL, "first/nested1", "second/")); perform_operation(op, ops, NULL, "first/nested1", "second/"));
211 212 } }
212 213 else else
214 #endif
213 215 { {
214 216 assert_success(perform_operation(op, ops, NULL, "first", "second")); assert_success(perform_operation(op, ops, NULL, "first", "second"));
215 217 } }
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