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 3bd3d3965bd63a36c493560ccb803d20f8ead943

Prevent -dirty marker from appearing on win deploy
Author: xaizek
Author date (UTC): 2016-07-16 14:59
Committer name: xaizek
Committer date (UTC): 2016-07-16 14:59
Parent(s): 5ceec0e79f517cf4484401aa732625a908782bdb
Signing key: 99DC5E4DB05F6BE2
Tree: 2dd2ba2430795a8d4980b8e90ff526202c6e8d2b
File Lines added Lines deleted
scripts/deploy 1 0
File scripts/deploy changed (mode: 100755) (index 045c3de9d..8b0870c6f)
... ... if [ "$target" = all -o "$target" = archive ]; then
97 97
98 98 # build vifm # build vifm
99 99 make -C src/ -f Makefile.win clean make -C src/ -f Makefile.win clean
100 git checkout src/tags.c
100 101 if ! RELEASE=1 make -C src/ -f Makefile.win; then if ! RELEASE=1 make -C src/ -f Makefile.win; then
101 102 echo "ERROR: Building project failed." echo "ERROR: Building project failed."
102 103 exit 3 exit 3
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