Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Erik Michaels-Ober 86ac619825 Add Gemfile
* Add development dependencies to gemspec
* Add Gemfile.lock to .gitignore
2012-03-20 19:46:06 +01:00
Mislav Marohnić 743649e9ed 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-22 13:07:54 +02:00
Mike Lundy 51e0e8436a ignore standalone hub 2010-03-31 03:45:41 +08:00
Chris Wanstrath 7f022822c9 i hate leaving garbage laying around. git clean. 2009-12-09 12:30:59 -08:00
Nick Quaranto 6c766723cf Adding gitignore 2009-12-09 00:29:15 -05:00