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

Fixed parsing of the FTPVIEWER option. Thansk to jieryn@gmail.com for a patch.
git-svn-id: svn://svn.debian.org/svn/pinfo/pinfo/trunk@302 ea4b0d59-4df7-0310-a9f9-bf8cbe41ce66
Author: bas
Author date (UTC): 2006-06-24 15:16
Committer name: bas
Committer date (UTC): 2006-06-24 15:16
Parent(s): 0018a1c366a00af911adc92f08b22a99ad8cf885
Signing key:
Tree: 78bd05317cd42d2b0111e5b3ddda2184ba410b53
File Lines added Lines deleted
src/parse_config.c 1 1
File src/parse_config.c changed (mode: 100644) (index 11e9b59..e4fd4e5)
... ... parse_line(char *line)
601 601 else else
602 602 return 1; return 1;
603 603 } }
604 else if (!strncmp(temp, "FTPVIEWER", 10))
604 else if (!strncmp(temp, "FTPVIEWER", 9))
605 605 { {
606 606 temp = strtok(NULL, "\n"); temp = strtok(NULL, "\n");
607 607 if (temp) if (temp)
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