((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/henrietta-cache-git" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.")) (section 2 "henrietta-cache-git" (toc) (section 3 "Description" (p (tt "henrietta-cache-git") " is a command line tool to convert henrietta's cache (i.e., the cache created by " (int-link "/egg/henrietta-cache" "henrietta-cache") " into a git repository.")) (section 3 "Author" (p (int-link "/users/mario-domenech-goulart" "Mario Domenech Goulart"))) (section 3 "Repository" (p (link "https://github.com/mario-goulart/henrietta-cache-git" "https://github.com/mario-goulart/henrietta-cache-git"))) (section 3 "Requirements" (p "The external program " (link "https://git-scm.com/" "git") " is required.") (section 4 "CHICKEN 4" (p "None.")) (section 4 "CHICKEN 5" (ul (li (int-link "/eggref/5/srfi-1" "srfi-1"))))) (section 3 "Tools" (p "This egg provides two command line tools: " (tt "henrietta-cache-git") " and " (tt "henrietta-cache-update-latest-versions") ".") (section 4 "henrietta-cache-git" (p (tt "henrietta-cache-git") " manages a git repository based on henrietta's cache.") (pre " Usage: henrietta-cache-git <command> [--all-versions] <egg sources dir>\n \n Commands:\n \n initialize:\n     Initialize a git repository in <egg sources dir>.  If --all-versions\n     is provided, then all egg versions will be added to the git repository.\n \n update:\n     Update a previously initialized git repository with the changes in\n     <egg sources dir>, respecting --all-versions.  In other words, it\n     handles the untracked files in <egg sources dir>.  If --all-versions\n     is provided, the untracked files are added to the repository.  If\n     --all-versions is not provided, the older versions are removed.")) (section 4 "henrietta-cache-update-latest-versions" (p (tt "henrietta-cache-update-latest-versions") " copies the latest versions from a cache dir (built by " (tt "henrietta-cache") " to a directory managed by " (tt "henrietta-cache-git") ".") (pre " Usage: henrietta-cache-update-latest-versions <henrietta-cache dir> <henrietta-cache git dir>"))) (section 3 "License" (pre "Copyright (c) 2019, Mario Domenech Goulart\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\nRedistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\nNeither the name of the author nor the names of its contributors may\nbe used to endorse or promote products derived from this software\nwithout specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS\nFOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\nSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.")) (section 3 "Version history" (section 5 "version 0.0.1" (ul (li "Initial release"))))))