Created
May 5, 2011 17:51
-
-
Save rfay/957513 to your computer and use it in GitHub Desktop.
drush/repack
This file contains hidden or 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
| rfay@dc:/var/www/api.drupalcommerce.org$ git repack -a | |
| Counting objects: 119389, done. | |
| Delta compression using up to 16 threads. | |
| Compressing objects: 100% (24616/24616), done. | |
| Writing objects: 100% (119389/119389), done. | |
| Total 119389 (delta 88401), reused 119374 (delta 88399) | |
| rfay@dc:/var/www/api.drupalcommerce.org$ git status | |
| error: object directory /home/rfay/.drush/gitcache/objects does not exist; check .git/objects/info/alternates. | |
| fatal: bad object HEAD | |
| fatal: git status --porcelain failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment