-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
4 lines (4 loc) · 2.55 KB
/
index.html
1
2
3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title></title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption empty"> </p></div><div id="content"><div id="module-list"><p class="caption">Signatures</p></div><div id="module-list"><p class="caption">Modules</p><ul><li><span class="module"><a href="Args.html">Args</a></span> Handles command line arguments parsing</li><li><span class="module"><a href="Branch.html">Branch</a></span> Handles branching - creating a branch, synchronizing refs with HEAD</li><li><span class="module"><a href="Checkout.html">Checkout</a></span> Checkouts commit with specified hash to working directory.</li><li><span class="module"><a href="Commit.html">Commit</a></span> Commits currently staged files with specified message or loads/stores commit data.</li><li><span class="module"><a href="Diff.html">Diff</a></span> Exports functions to diff and merge files.</li><li><span class="module"><a href="Hashing.html">Hashing</a></span> Exports functions for hashing with SHA1</li><li><span class="module"><a href="Index.html">Index</a></span> Manages index(staging area) - adds/removes items</li><li><span class="module"><a href="Init.html">Init</a></span> Initializes hagit repository in working directory</li><li><span class="module"><a href="Log.html">Log</a></span> Prints log - list of all commits of the repository in working directory</li><li><span class="module"><a href="Main.html">Main</a></span> Entry point module</li><li><span class="module"><a href="Status.html">Status</a></span> Prints out the status of files - new<em>modified</em>deleted files in working directory<em>staging area</em>newest commit</li><li><span class="module"><a href="Utils.html">Utils</a></span> Utility functions - mostly directories handling.</li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.18.1</p></div></body></html>