Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
github
/
hub
зеркало из
https://github.com/mislav/hub.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули hub
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
c1c6d48241
hub
/
.gitignore
10 строки
65 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Adding gitignore
2009-12-09 08:29:15 +03:00
*.swp
*~
create Hub::Context and refactor how hub interacts with git Less juggling of constants, more ruby methods. Information that requires shelling out (e.g. GitHub username, token, repo name ...) is now loaded on demand, meaning no shelling out for commands that don't need it. Tests are now safer; they are prevented from shelling out to get info. All test data is stubbed. New `github_url` method builds needed URLs while keeping sensible defaults. Commands that open the browser (`compare`, `browse`) now share a bit of underlying implementation and recognize the same flags (`-p`, `-u`).
2010-04-17 21:00:05 +04:00
/hub
gitignore `vendor/bundle`
2014-01-19 09:21:42 +04:00
.bundle
vendor/bundle/
bootstrap Cucumber test suite with Aruba
2012-05-04 18:37:45 +04:00
tmp/
Add tests for WebUrl
2013-06-01 03:50:02 +04:00
*.test
Ignore target
2013-05-28 19:36:23 +04:00
target
Add Vagrantfile
2013-10-20 17:38:22 +04:00
.vagrant