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

Explicitly remove build files before creating them
To prevent old and new files from merging.
Author: xaizek
Author date (UTC): 2012-06-03 10:41
Committer name: xaizek
Committer date (UTC): 2012-06-03 11:11
Parent(s): 9650088adb9173a435a942378617790ba9ab7bf3
Signing key:
Tree: 9ae4db9b4253b14be0525a790b1ddf4244a6ab54
File Lines added Lines deleted
deploy 2 0
File deploy changed (mode: 100755) (index dabeb734b..3b6c4328c)
... ... if [ "x$target" == "xall" -o "x$target" == "xarchive" ]; then
90 90 fi fi
91 91
92 92 dir="vifm-w32-$1-binary" dir="vifm-w32-$1-binary"
93 rm -rf "$dir"
93 94 mkdir "$dir" mkdir "$dir"
94 95 cp -R data "$dir" cp -R data "$dir"
95 96 rm -f "$dir/data/vim/doc/tags" rm -f "$dir/data/vim/doc/tags"
 
... ... if [ "x$target" == "xall" -o "x$target" == "xarchive" ]; then
99 100 done done
100 101 cp src/vifm-pause src/*.dll src/*.exe "$dir" cp src/vifm-pause src/*.dll src/*.exe "$dir"
101 102 strip -S --strip-unneeded $dir/*.dll $dir/*.exe strip -S --strip-unneeded $dir/*.dll $dir/*.exe
103 rm -f "$dir.zip"
102 104 zip -9 -r "$dir.zip" "$dir" zip -9 -r "$dir.zip" "$dir"
103 105 fi fi
104 106 fi fi
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