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 9650088adb9173a435a942378617790ba9ab7bf3

Don't add vim help tags file to binary package
Author: xaizek
Author date (UTC): 2012-06-03 10:40
Committer name: xaizek
Committer date (UTC): 2012-06-03 11:11
Parent(s): fdd9d45d94116a2bd7d4fcbff7f4f427a0c17427
Signing key:
Tree: 72f9214e137c41f68884315ed8b40007f0d32276
File Lines added Lines deleted
deploy 1 0
File deploy changed (mode: 100755) (index be5fa2e3f..dabeb734b)
... ... if [ "x$target" == "xall" -o "x$target" == "xarchive" ]; then
92 92 dir="vifm-w32-$1-binary" dir="vifm-w32-$1-binary"
93 93 mkdir "$dir" mkdir "$dir"
94 94 cp -R data "$dir" cp -R data "$dir"
95 rm -f "$dir/data/vim/doc/tags"
95 96 pkgfiles='AUTHORS BUGS ChangeLog COPYING FAQ INSTALL README THANKS TODO' pkgfiles='AUTHORS BUGS ChangeLog COPYING FAQ INSTALL README THANKS TODO'
96 97 for i in $pkgfiles; do for i in $pkgfiles; do
97 98 cp "$i" "$dir/$i.txt" cp "$i" "$dir/$i.txt"
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