No such tree SHA1 was found

##############################################################################

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 with- #

out any warranty; without even the implied warranty of merchantability or #

fitness for a particular purpose. See the GNU General Public License for #

more details. http://gplv3.fsf.org/ #

#

Usage: antipasti [OPTIONS] [FILES] …
Options are:

-a, --append ........ open file(s) for appending (default 'w')
-h, --help .......... this brief help text  
-v, --version ....... print version information  
-c, --copyright ..... show copying policy

Antipasti reads from stdin and writes to file1, file2, …, fileN
such that lines 1, N+1, 2*N+1, … are written to file1,

      lines 2, N+2, 2*N+2, ... are written to file2, etcetera.

Antipasti recognizes ‘–’ and ‘+’ as aliases for stdout resp. stderr.

#