The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision History for App-GitGot
===============================

0.9.1
-----

commit 296a91cb33f448d5fad98869e32544ac3defc5ed
Author: John SJ Anderson <genehack@genehack.org>
Date:   Mon Jan 10 15:28:27 2011 -0500

    credit where credit is due.

commit 98ea6a5a1cf9c76ac863fdc0a256488c5ca55ef8
Author: John SJ Anderson <genehack@genehack.org>
Date:   Mon Jan 10 15:28:39 2011 -0500

    v0.9 release

v0.9 2011-01-10
---------------

commit a5eae021e9a19eeb8ac4293027e4877e6b0f08ec
Author: John SJ Anderson <genehack@genehack.org>
Date:   Mon Jan 10 15:17:47 2011 -0500

    add configurable color output
    
    color schemes, ability to disable color output, documentation, etc.

commit f51676a281d9a3a6b1e8142fc3e9830bcab40a0c
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sat Nov 20 15:16:05 2010 -0500

    refactor branch methods to handle detached HEADs

commit e94cd1406f1eb183a4aefcc51de53ab84a5158a8
Author: John SJ Anderson <genehack@genehack.org>
Date:   Fri Nov 19 06:27:05 2010 -0500

    refactor & move stuff into Repo objects

commit 572a7c624c2fe34c236ba26d86c86a7bbb13b997
Author: John SJ Anderson <genehack@genehack.org>
Date:   Fri Nov 19 06:17:34 2010 -0500

    don't attempt cherry check unless there's a remote

commit a4ec7116988b33e52b071db01a2b28e84c8fe3d2
Author: John SJ Anderson <genehack@genehack.org>
Date:   Fri Nov 19 06:14:30 2010 -0500

    Pull Git::Wrapper into repo object as an attr
    
    * lazy-build a Git::Wrapper in the repo entry object
    * delegate the various Git::Wrapper methods to _wrapper attr
    * update status and update subcommands to no longer create
      their own Git::Wrapper objects

commit 7b465710d9b738e830e435c7e28060ebb261bab6
Author: John SJ Anderson <genehack@genehack.org>
Date:   Wed Nov 17 06:07:22 2010 -0500

    doc tweaks

commit 1fb1ff7abc55a990c97d109f946a7aadbcd2e77b
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sat Nov 13 15:56:52 2010 -0500

    released 0.8

v0.8 2010-11-13
---------------

commit f9639f92ad7bc1cffef4125e05b78d369a576a5a
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sat Nov 13 09:34:25 2010 -0500

    Set up intelligent paging for all outputs
    
    * Should still have colored output if PAGER=less
    * Should not page if <1 page of output
    * Should work as before if IO::Page is not installed

commit 40a0c68386c5bd41c1632775b97c6d151c892038
Author: John SJ Anderson <genehack@genehack.org>
Date:   Thu Nov 11 23:54:50 2010 -0500

    released 0.7

v0.7 2010-11-11
---------------

commit b42d533f16c9cdb47b1b4bb627c2b8f290ffe5bb
Author: John SJ Anderson <genehack@genehack.org>
Date:   Thu Nov 11 23:53:38 2010 -0500

    refactor 'status' subcommand

commit ce8c5ded5b04d33c1be93382fa194e9160d51572
Author: John SJ Anderson <genehack@genehack.org>
Date:   Thu Nov 11 23:43:11 2010 -0500

    Fix problem with repos without remotes

commit ff2055bdbb4277725554dde6da775c02b6c80e5c
Author: John SJ Anderson <genehack@genehack.org>
Date:   Thu Nov 11 23:38:22 2010 -0500

    released 0.6

v0.6 2010-11-11
---------------

commit c1c11d7088a5af42d280c5b19b324dac5cf8910f
Author: John SJ Anderson <genehack@genehack.org>
Date:   Thu Nov 11 23:07:44 2010 -0500

    convert 'update' to Git::Wrapper

commit ee9d8b423c8467f9bab4ae50174f5ec309d6abdd
Author: John SJ Anderson <genehack@genehack.org>
Date:   Thu Nov 11 22:51:13 2010 -0500

    convert 'status' to Git::Wrapper

commit 34023f55ebd8694f6fa029405e36b71c07b313b5
Author: John SJ Anderson <genehack@genehack.org>
Date:   Thu Nov 11 20:07:03 2010 -0500

    'label' should not be required attr for Repo obj

commit dc69f8d520a44a2951448f93c55fd3da54beca10
Author: John SJ Anderson <genehack@genehack.org>
Date:   Thu Nov 11 06:38:46 2010 -0500

    add color output to 'status' and 'update'
    
    Does it make sense to add color anywhere else? These seem like
    the main things that benefit...

commit b8a74c4882676719396e49c258f54d233a615139
Author: John SJ Anderson <genehack@genehack.org>
Date:   Wed Nov 10 20:31:08 2010 -0500

    release 0.5

v0.5 2010-11-10
---------------

commit e76239465999d0b03e32c92217bbc34b3e1346f8
Author: John SJ Anderson <genehack@genehack.org>
Date:   Wed Nov 10 20:14:18 2010 -0500

    add 'by_path' support to 'update'

commit 15adeca6ac697a69edb86f3a247bab39dab5879e
Author: John SJ Anderson <genehack@genehack.org>
Date:   Wed Nov 10 20:13:11 2010 -0500

    add 'by_path' support to 'remove'

commit 14688a470f949a9f637e5e34350c5bb57c4f4b52
Author: John SJ Anderson <genehack@genehack.org>
Date:   Wed Nov 10 20:11:52 2010 -0500

    add 'by_path' option to 'status'

commit 213234fb90b66f7554b9d710bf0afa363e329017
Author: John SJ Anderson <genehack@genehack.org>
Date:   Wed Nov 10 20:09:36 2010 -0500

    refactor 'list' to move 'by_path' option into base
    
    first step towards support for 'by_path' in other subcommands

commit 25718f58fc527df8af4c9db353c8fd2669b43277
Author: John SJ Anderson <genehack@genehack.org>
Date:   Wed Nov 10 09:12:44 2010 -0500

    add 'by_path' option to 'list' sub-command

commit 21ee1cb51124e3129662477347d9d438b96091be
Author: John SJ Anderson <genehack@genehack.org>
Date:   Tue Nov 9 23:57:01 2010 -0500

    make repo name column auto-size to longest entry

commit e03016f8ca6fd5883720e619884593d4b23a68c8
Author: John SJ Anderson <genehack@genehack.org>
Date:   Tue Nov 9 23:27:36 2010 -0500

    add 'chdir' command

commit 4616c290f409457cc67c61391bf1236745d57df4
Author: John SJ Anderson <genehack@genehack.org>
Date:   Tue Nov 9 06:13:49 2010 -0500

    better output reporting for 'got up'

commit f253cbce610e2c1bdb4247ce2f061a6d73a2338b
Author: John SJ Anderson <genehack@genehack.org>
Date:   Mon Nov 8 21:03:52 2010 -0500

    released 0.4

v0.4 2010-11-08
---------------

commit ebd9ffa10ebb0be14104c6c8989271795555939f
Author: John SJ Anderson <genehack@genehack.org>
Date:   Mon Nov 8 21:00:48 2010 -0500

    make 'add -D' more robust

commit 18db97ef89d6059e9d2a357ba4a0c07df97a733d
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sun Nov 7 10:33:50 2010 -0500

    0.3 release

v0.3 2010-11-07
---------------

commit d0cc3f66e3fd00bf22db41d7cfb7e93ef4824dbe
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sun Nov 7 10:20:06 2010 -0500

    remove bogus VERSION info

commit b588853d616f9d4dd3c272858b071a8f32f3162e
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sun Nov 7 10:19:55 2010 -0500

    release

commit be8cda8f1a2e322d215712623541c70242526ffa
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sun Nov 7 10:19:45 2010 -0500

    don't ignore released dists

v0.2 2010-11-07
---------------

commit 5583a1f9380666ae7b57145384d9054416210024
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sun Nov 7 10:13:49 2010 -0500

    point to 'got' for docs

commit 098ea19a584d906de16851f964799a1907092b75
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sun Nov 7 10:13:40 2010 -0500

    remove metainfo that's auto generated

commit 9f13355d7366c1b373e060a1d34219d07f82b007
Author: John SJ Anderson <genehack@genehack.org>
Date:   Sun Nov 7 10:12:46 2010 -0500

    clean up docs some more

===================================
End of changes in the last 365 days
===================================