.\"
.\" fhist - file history and comparison tools
.\" Copyright (C) 1998, 2000, 2001, 2003, 2006, 2008-2010, 2012 Peter Miller
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
.\" General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License along
.\" with this program. If not, see
The history tool presented here, fhist, is a minimal history tool. It provides no locking or branching. This can be useful in contexts where the configuration management or change control be being provided by some other tool.
The history tool, fhist is able to handle binary files. The file comparison tool, fcomp, usually does a line-for-line plain-text comparison, however it is also capable of a byte-for-byte binary comparison.
![]() |
The Master SourcesYou can download the following files from this web site:
|
||||||||||||||
![]() |
SourceForge
|
||||||||||||||
![]() |
Ubuntu PackagesIf you use Ubuntu Linux, there are pre-built packages available for installation using the normal sudo apt-get install method, from this package archive (PPA).Instructions are available there for how to manually add the PPA to your /etc/apt/sources.list file, but the following commands are sufficient on recent versions of Ubuntu: sudo add-apt-repository ppa:pmiller-opensource/ppa sudo apt-get update sudo apt-get install fhist |
||||||||||||||
![]() |
The Bleeding Edge
|
| FHist is maintained by Peter Miller and is freely distributable under the terms and conditions of the GNU GPL. |
![]() | There is more Software by Peter Miller at his home page. |
![]() |
This page has been accessed approximately
times since
.ds MO1 Jan
.ds MO2 Feb
.ds MO3 Mar
.ds MO4 Apr
.ds MO5 May
.ds MO6 Jun
.ds MO7 Jul
.ds MO8 Aug
.ds MO9 Sep
.ds MO10 Oct
.ds MO11 Nov
.ds MO12 Dec
.nr y4 \n[yr]+1900
\n[dy]-\*[MO\n[mo]]-\n[y4].
.\" vim: set ts=8 sw=4 et :