Add the repository-specific git config include (git >= 1.7.10)
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 19 Jan 2016 21:08:10 +0000 (22:08 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 20 Jan 2016 13:02:38 +0000 (14:02 +0100)
commit1f99022a59628403ab2db026216ed890f55b8d90
tree9c8cfc423440e2095ea76de80121f8859a39e60e
parent7a96e0d60a0ef0644366fa41a375e4390bd661f2
Add the repository-specific git config include (git >= 1.7.10)

!!! NOTE - potential security RISK !!!

 You *MUST*
  - check the file is legit:
     git diff 7eb1f0e165a4 maint/git_config_dbic.inc

  - copy the file to your .git directory:
     cp maint/git_config_dbic.inc .git/

  - and include it:
     git config --add include.path git_config_dbic.inc

 **NEVER** include the file directly from the repository itself, e.g.

 [include]
   path = ../maint/git_config_dbic.inc

!!! NOTE - potential security RISK !!!

Adds extra maint-specific repositories, and defines two gitk shortcuts:

 `git vis` - showing all current heads/stashes of interest in progress
 `git prvis` - showing all unattended to github PRs
maint/git_config_dbic.inc [new file with mode: 0644]