The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

gitgitr - Automatically fetch and build the most recent git.

VERSION

version 0.6

SYNOPSIS

gitgitr
  -- fetches and builds the most recent version of git

gitgitr -t
  -- fetches and builds the most recent version of git, and runs the
     test suite prior to installation

gitgitr -v 1.8.0
  -- fetches and builds version 1.8.0 of git

DESCRIPTION

gitgitr is a tiny utility to simplify building the most recent (or, really, any arbitrary) version of git. This is something you probably only really need if you're obsessive about running the most recent version of git, or if you maintain something like Git::Wrapper, where the ability to quickly install a particular git version comes up way more often than you would like.

OPTIONS

SEE ALSO

AUTHOR

John SJ Anderson genehack@genehack.org

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by John SJ Anderson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.