xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit dbe14763cba487438667333d0eb11eaca056d61d

change version to 0.6.10
git-svn-id: svn://svn.debian.org/svn/pinfo/pinfo/trunk@311 ea4b0d59-4df7-0310-a9f9-bf8cbe41ce66
Author: bas
Author date (UTC): 2010-09-19 13:08
Committer name: bas
Committer date (UTC): 2010-09-19 13:08
Parent(s): f4f5673448e1901f6a245390c75ced07c2c885d9
Signing key:
Tree: 2a575b71eda305a74d13c8c562a12911c3a10d7d
File Lines added Lines deleted
configure.ac 1 1
File configure.ac changed (mode: 100644) (index 709de9b..20450c4)
25 25 # #
26 26
27 27 # init # init
28 AC_INIT([pinfo],[0.6.9],[pinfo-devel@lists.alioth.debian.org])
28 AC_INIT([pinfo],[0.6.10],[pinfo-devel@lists.alioth.debian.org])
29 29 # require a recent autoconf # require a recent autoconf
30 30 AC_PREREQ([2.57]) AC_PREREQ([2.57])
31 31 # for identification of derived ./configure scripts # for identification of derived ./configure scripts
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/pinfo

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

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