xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Commit 25cc46c9c6d3b9a2d5e3c97bfb755ede15cd145f

Debian compliance.
Author: Martin Dvorak
Author date (UTC): 2014-01-26 22:10
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-26 22:10
Parent(s): df785525faa0def9e12cdbe6ada22c9a6c55d764
Signing key:
Tree: 663871a11f3e5992688e182a5305bdea4c7172c6
File Lines added Lines deleted
dist/debian-env.sh 4 3
File dist/debian-env.sh changed (mode: 100755) (index d59f790..ab3ced5)
2 2
3 3 # Debian release: https://wiki.debian.org/IntroDebianPackaging # Debian release: https://wiki.debian.org/IntroDebianPackaging
4 4
5 export HHVERSION="1.0.6"
6 export HHFULLVERSION=${HHVERSION}-1.2
5 export HHVERSION="1.0.7"
6 #export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload
7 export HHFULLVERSION=${HHVERSION}-1 # mantainer upload
7 8 export HH=hh_${HHVERSION} export HH=hh_${HHVERSION}
8 9 export HHRELEASE=hh-${HHFULLVERSION} export HHRELEASE=hh-${HHFULLVERSION}
9 10 export HHSRC=/home/dvorka/p/hstr/github/hstr export HHSRC=/home/dvorka/p/hstr/github/hstr
 
... ... export HHBUILD=hstr-${NOW}
12 13
13 14 export UBUNTUVERSION=unstable export UBUNTUVERSION=unstable
14 15
15 export HHBZRMSG="Fixing history management - exact match ensured."
16 export HHBZRMSG="Debian compliance."
16 17
17 18 # eof # eof
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/hstr

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/hstr

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