make who-pushed more efficient...
commit1fa8e169c5902bce8ff5743f02ac0dd48d99c24e
authorSitaram Chamarty <sitaram@atc.tcs.com>
Sun, 10 May 2015 13:42:51 +0000 (10 19:12 +0530)
committerSitaram Chamarty <sitaram@atc.tcs.com>
Tue, 12 May 2015 08:29:50 +0000 (12 13:59 +0530)
tree327c1ba53cd4aba081a6c9c961fab915fb2a6048
parentcbce2f053e75d5deb766b820c93086d6fac64a15
make who-pushed more efficient...

-   add (commented out) values to LOG_DEST in the default rc file to allow
    'repo-log' as a destination
-   make gl_log() respect this and append update log records to a file called
    'gl-log' within the bare repo dir.  (This is only the update log records,
    not everything.)
-   let 'who-pushed' use gl-log if found, and the normal ones (much slower)
    only if not
-   add more help to who-pushed
-   help admin migrate log records (or rather, generate the new ones from the
    normal gitolite logs)
src/commands/who-pushed
src/lib/Gitolite/Common.pm
src/lib/Gitolite/Rc.pm