This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
etat = status | |
pousser = push | |
tirer = pull | |
commettre = commit | |
ranger = stash | |
ajouter = add | |
enlever = rm | |
cloner = clone | |
fusionner = merge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Set cache_namespace_callable: [ pouet, generateShortenedCacheKey ] in your settings.yml | |
* Then the symfony cache key is shortened by MD5 | |
* | |
* @author dalexandre | |
* @see sfViewCacheManager::generateCacheKey | |
* @param sfViewCacheManager $sfViewCacheManager | |
* @return string | |
*/ |
NewerOlder