git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.forbidden_modules
blob: 4f95ba0abfd54e876886b490cd74297bed783102 (plain)
1
2
Switch           Use if, elsif instead of the deprecated Switch module
Fatal            Use autodie instead of Fatal
it/git.git ./git-prompt &&\ ( cd ./git-prompt || exit 110 #mkdir -pv contrib/completion || exit 111 #git show HEAD:contrib/completion/git-prompt.sh > contrib/completion/git-prompt.sh || exit 112 git restore --staged contrib/completion/git-prompt.sh git checkout contrib/completion/git-prompt.sh # if you can't cope with git reporting a truckload of deleted files, do this: #rm -rf .git # ...mind you this will alwasys pull in the whole repository on checkout/clone. )