diff options
author | markd <markd@pkgsrc.org> | 2003-01-16 11:06:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-01-16 11:06:37 +0000 |
commit | 3f9d3ad48d40eded320a0062e402afc87f3ef78b (patch) | |
tree | c0b5e60c2af36aece62ce7613962ffee9dbdd1f3 /devel/fhist/DESCR | |
parent | c13244873656822be75f164a9f8afe1494a9b610 (diff) | |
download | pkgsrc-3f9d3ad48d40eded320a0062e402afc87f3ef78b.tar.gz |
Initial import of fhist version 1.12
Provided by Matthew Aldous in PR 18970.
Updated to version 1.12 by Duncan McEwan and tidied up by me.
The FHist package contains 3 utilities, a file history tool ``fhist'',
a file comparison tool ``fcomp'', and a file merging tool ``fmerge'.
All three are bundled together, because they all use the same algorithm.
fhist
Keeps track of versions of a file. It works correctly when given
binary files as input. See fhist(1) for more information.
fcomp
Compares two versions of a file, usually line-for- line textual
comparison. It is capable of comparing two binary files byte-for-byte.
See fcomp(1) for more information.
fmerge
Merges together edits from two descendants of a file. See fmerge(1)
for more information.
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.
Diffstat (limited to 'devel/fhist/DESCR')
-rw-r--r-- | devel/fhist/DESCR | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/fhist/DESCR b/devel/fhist/DESCR new file mode 100644 index 00000000000..34fcae46b2a --- /dev/null +++ b/devel/fhist/DESCR @@ -0,0 +1,24 @@ +The FHist package contains 3 utilities, a file history tool ``fhist'', +a file comparison tool ``fcomp'', and a file merging tool ``fmerge'. +All three are bundled together, because they all use the same algorithm. + +fhist + + Keeps track of versions of a file. It works correctly when given + binary files as input. See fhist(1) for more information. + +fcomp + + Compares two versions of a file, usually line-for- line textual + comparison. It is capable of comparing two binary files byte-for-byte. + See fcomp(1) for more information. + +fmerge + + Merges together edits from two descendants of a file. See fmerge(1) + for more information. + +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. |