NAME
Git::Raw::Index - Git index class
VERSION
version 0.26
DESCRIPTION
A Git::Raw::Index
represents an index in a Git repository.
WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog).
METHODS
add( $file )
Add $file
to the index.
clear( )
Clear the index.
read( )
Update the index reading it from disk.
write( )
Write the index to disk.
read_tree( $tree )
Replace the index contente with $tree
.
write_tree( )
Create a new tree from the index and write it to disk.
remove( $path )
Remove $path
from the index.
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2012 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.