summaryrefslogtreecommitdiff
path: root/devel/fhist/DESCR
blob: f464db5b407dcfb83475b8817ec0c2287fdcab86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
  FHist is a minimalist 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.

fhist    Keeps track of versions of a file.  It works correctly when
         given binary files as input.

fcomp    Compares two versions of a file, usually line-for-line
         textual comparison.  It is capable of comparing two binary
         files byte-for-byte.

fmerge   Merges together edits from two descendants of a file.