Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Git::Wrapper::Plus::Support::Behaviors - Database of Git Behavior Support
VERSION
version 0.004011
SUPPORTED BEHAVIORS
add-updates-index
Prior to 1.5.0-rc0, git add did not update the index, and was only for the initial addition.
Subsequent adds were done with git update-index
can-checkout-detached
Prior to 1.5.0-rc1, git checkout SHA1
simply failed, instead of giving a detached head.
2-arg-cat-file
Very early on, git cat-file TYPE SHA1
was not supported, but this support was added between the initial commit, and 0.99
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.