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

1717 Коммитов

Автор SHA1 Сообщение Дата
Chris Wanstrath b460c59faf v1.0.1 2010-03-05 18:56:17 -08:00
Chris Wanstrath 570f716563 history 2010-03-05 18:55:57 -08:00
Chris Wanstrath 0751340e23 Fix `hub remote -f` (which rocks, sorry I broke it!) 2010-03-05 18:55:33 -08:00
Chris Wanstrath b0a62250ec Args#words and Args#flags 2010-03-05 18:55:16 -08:00
Chris Wanstrath 5d8e751f5e print the command during test failures to ease debugging 2010-03-05 18:24:55 -08:00
Chris Wanstrath df617994ba tweak 2010-03-05 18:05:44 -08:00
Mislav Marohnić 03b7867470 remove noisy clone output from usage examples in README 2010-03-05 17:23:43 -08:00
Stephen Celis aef16d85c6 Use cat for pager by default. 2010-03-05 17:21:54 -08:00
Chris Wanstrath 74d66aa6fa 1.0.0 2010-03-03 02:27:41 -08:00
Chris Wanstrath 304e79228d `remote add -p origin rtomayko/tilt` 2010-03-03 02:27:08 -08:00
Chris Wanstrath 66171f77dc hub remote add rtomayko/tilt 2010-03-03 02:11:20 -08:00
Chris Wanstrath 3fe4558625 update history 2010-03-03 02:05:40 -08:00
Stephen Celis a86a16b165 Add submodule to manpages. 2010-03-03 02:03:35 -08:00
Chris Wanstrath 55e423c403 Merge branch 'master' of github.com:defunkt/hub 2010-03-03 02:02:22 -08:00
Stephen Celis 3a0b1ddeb2 Submodule command. 2010-03-03 01:40:41 -08:00
Mislav Marohnić d8bce9c153 fix installation sequence in comments for `hub` 2010-03-03 17:34:26 +08:00
Chris Wanstrath a8e04cbee1 update contributors 2010-03-03 01:32:58 -08:00
Chris Wanstrath e2a96f8754 stderr tweak 2010-03-03 01:30:53 -08:00
Chris Wanstrath f9eb372931 update history 2010-03-03 01:30:36 -08:00
Mislav Marohnić ef3271a896 `hub browse` with no repository specified defaults to current repo
useful for jumping to the GitHub page of the repo checked out in the current directory
2010-02-24 03:06:45 -02:00
Mislav Marohnić 236cfe67a8 commands can override through `args` what's going to get executed
most of the time it's `git`, but in some cases it can be a different
executable like `open` for `hub browse` or `echo` in testing
2010-02-24 03:04:16 -02:00
Mislav Marohnić dc9eb27a2d remember owner of the current repo 2010-02-23 20:04:43 -02:00
Rob Ares 00bcbb3038 forgot to add coercion to my index before commiting and pushing 2010-02-18 14:55:01 +08:00
Rob Ares af0a14fde7 removing warning in test from redefining groff? method 2010-02-18 14:55:00 +08:00
Rob Ares 6c9eb49c15 removing ruby warning due to unintialized ivar 2010-02-18 14:55:00 +08:00
Chris Wanstrath d2269b9a73 0.3.2 2010-02-17 14:37:59 -08:00
Chris Wanstrath bf3f256458 Fix zshell aliasing so git tab completion works 2010-02-17 14:37:54 -08:00
Chris Wanstrath 04547d9aaa fix typo 2010-02-16 20:14:29 -08:00
Chris Wanstrath cb729c050a The new version of `hub` will be v1.0.0 2010-02-13 01:50:03 -08:00
Chris Wanstrath b1ea7c9614 Merge branch 'master' of github.com:defunkt/hub 2010-02-13 01:49:37 -08:00
Chris Wanstrath a99531ae0c 0.3.1 2010-02-13 01:48:27 -08:00
Chris Wanstrath e6b9edeeac 0.3.1 2010-02-13 01:47:39 -08:00
Chris Wanstrath b278630f53 Someone forgot to update the HISTORY.md for all of 0.3.0 2010-02-13 01:47:04 -08:00
Chris Wanstrath 9fc7a20541 Update history & mandocs 2010-02-13 01:42:55 -08:00
Chris Wanstrath 6f084364e1 Add `hub remote origin` shortcut. Assumes your GitHub login. 2010-02-13 01:42:07 -08:00
Chris Wanstrath fb5a21c460 dont run hub standalone in standalone mode 2010-01-23 16:13:23 -08:00
Chris Wanstrath a882d72b45 update generated manpages 2010-01-23 16:10:09 -08:00
Chris Wanstrath 722cd1be1f 0.3.0 2010-01-23 16:09:42 -08:00
Chris Wanstrath b4c3ca929d Fix version test for good! 2010-01-23 16:09:37 -08:00
Chris Wanstrath ef47914686 add `git browse` to manpage 2010-01-23 15:36:57 -08:00
Chris Wanstrath 8b1719f2c7 Merge branch 'master' of github.com:defunkt/hub 2010-01-23 15:32:06 -08:00
Chris Wanstrath c12de8a5e5 Do the basename in Ruby. fixes #19 2010-01-23 15:32:02 -08:00
Chris Wanstrath 8d87891aa2 Add `hub standalone` for installation of standalone via RubyGems 2010-01-23 14:19:50 -08:00
Chris Wanstrath fd63f9b43f add `git browse` examples to the man page 2010-01-23 14:19:03 -08:00
Chris Wanstrath 11d96c3070 Add `hub browse` command for opening a repo in a browser. 2010-01-23 14:15:27 -08:00
Chris Wanstrath f1eaafd1b1 Why to not use hub with RubyGems 2010-01-23 14:10:03 -08:00
Chris Wanstrath b2d389b9e9 Simpler install command 2010-01-23 14:09:55 -08:00
Chris Wanstrath 74f08a311b Better document Commands#clone in the source 2010-01-23 13:52:45 -08:00
Stephen Celis 30b86ff283 Check for local directories before cloning. 2010-01-03 12:33:13 +08:00
Chris Wanstrath 6825d06e68 update history 2009-12-28 20:36:00 -06:00