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 df785525faa0def9e12cdbe6ada22c9a6c55d764

Debian compliance - maintainer mail fix (GPG).
Author: Martin Dvorak
Author date (UTC): 2014-01-26 21:15
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-26 21:15
Parent(s): 44852a59d2ccb45f5f9981eb38983c17ff91e696
Signing key:
Tree: 6543fd6ae9c8b3fc3a2cb3277676099acde4df99
File Lines added Lines deleted
debian/control 1 1
dist/debian-env.sh 3 3
dist/ubuntu-env.sh 4 4
File debian/control changed (mode: 100644) (index 4d50cda..5a440e9)
1 1 Source: hh Source: hh
2 2 Section: utils Section: utils
3 3 Priority: optional Priority: optional
4 Maintainer: Martin Dvorak <martin.dvorak@mindforger.com>
4 Maintainer: Martin Dvorak (Dvorka) <martin.dvorak@mindforger.com>
5 5 Build-Depends: debhelper (>= 8.0.0), autotools-dev, libreadline-dev, libncurses5-dev Build-Depends: debhelper (>= 8.0.0), autotools-dev, libreadline-dev, libncurses5-dev
6 6 Standards-Version: 3.9.5 Standards-Version: 3.9.5
7 7 Homepage: https://github.com/dvorka/hstr Homepage: https://github.com/dvorka/hstr
File dist/debian-env.sh changed (mode: 100755) (index 77bb3a9..d59f790)
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.5"
6 export HHFULLVERSION=${HHVERSION}-1.0
5 export HHVERSION="1.0.6"
6 export HHFULLVERSION=${HHVERSION}-1.2
7 7 export HH=hh_${HHVERSION} export HH=hh_${HHVERSION}
8 8 export HHRELEASE=hh-${HHFULLVERSION} export HHRELEASE=hh-${HHFULLVERSION}
9 9 export HHSRC=/home/dvorka/p/hstr/github/hstr export HHSRC=/home/dvorka/p/hstr/github/hstr
 
... ... export HHBUILD=hstr-${NOW}
12 12
13 13 export UBUNTUVERSION=unstable export UBUNTUVERSION=unstable
14 14
15 export HHBZRMSG="Making the .deb package compliant with Debian: NMU version, version ..."
15 export HHBZRMSG="Fixing history management - exact match ensured."
16 16
17 17 # eof # eof
File dist/ubuntu-env.sh changed (mode: 100755) (index 7600f49..77842ea)
1 1 #!/bin/bash #!/bin/bash
2 2
3 export HHVERSION="1.0.2"
3 export HHVERSION="1.6.3"
4 4 export HHFULLVERSION=${HHVERSION}-0ubuntu1 export HHFULLVERSION=${HHVERSION}-0ubuntu1
5 5 export HH=hh_${HHVERSION} export HH=hh_${HHVERSION}
6 6 export HHRELEASE=hh_${HHFULLVERSION} export HHRELEASE=hh_${HHFULLVERSION}
 
... ... export HHSRC=/home/dvorka/p/hstr/github/hstr
8 8 export NOW=`date +%Y-%m-%d--%H-%M-%S` export NOW=`date +%Y-%m-%d--%H-%M-%S`
9 9 export HHBUILD=hstr-${NOW} export HHBUILD=hstr-${NOW}
10 10
11 export UBUNTUVERSION=quantal
11 #export UBUNTUVERSION=quantal
12 12 #export UBUNTUVERSION=raring #export UBUNTUVERSION=raring
13 #export UBUNTUVERSION=saucy
13 export UBUNTUVERSION=saucy
14 14
15 export HHBZRMSG="Stabilization, fixes and better BASH shortcuts compatibility."
15 export HHBZRMSG="Fixing history management - exact match ensured."
16 16
17 17 # - user email must be as in gpg i.e. (Dvorka) must present # - user email must be as in gpg i.e. (Dvorka) must present
18 18 # - hh_ must be with underscore # - hh_ must be with underscore
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