Commit graph

145 commits

Author SHA1 Message Date
TJ Holowaychuk 881a70e7fc Release 1.5.0 2012-03-15 09:26:40 -07:00
Rob Kennedy c9b3e84187 Don't re-expand wildcards in git-ignore
This resolves issue #86 in visionmedia/git-ignore.
2012-03-15 09:23:06 -07:00
Tj Holowaychuk 1d839fdd15 Added active days to git-summary(1) (and refactored) 2012-02-09 10:15:48 -08:00
TJ Holowaychuk 54f3b65b68 Removed git-pull-request(1)
not very useful since you have to lookup the number, in which case
you might as well just copy/paste the url and git am
2012-02-09 08:09:20 -08:00
TJ Holowaychuk f07ca4b4d3 Merge pull request #65 from singingwolfboy/master
fixes for packaging
2012-02-09 00:18:15 -08:00
TJ Holowaychuk 738c784352 replace unsorted with sorted 2012-02-08 18:35:25 -08:00
TJ Holowaychuk a1ed706328 Added: sort git-effort(1) results. Closes #73 2012-02-08 18:17:13 -08:00
TJ Holowaychuk 643d20801b refactoring git-effort 2012-02-08 18:16:02 -08:00
Tj Holowaychuk 4db5ee02eb Release 1.4.0 2012-02-08 16:45:48 -08:00
Tj Holowaychuk f6e8cc6ecc Added: allow files to be passed to git-effort(1). Closes #71 2012-02-08 16:43:49 -08:00
Tj Holowaychuk 6aa2944727 Added: hide/show cursor for git-effort(1)
since it looks really funny otherwise
2012-02-08 16:40:26 -08:00
Tj Holowaychuk 38cba1a781 Changed: color git-effort(1) commits / active days independently 2012-02-08 16:35:47 -08:00
Tj Holowaychuk a75f6db5bc refactord git-effort(1) 2012-02-08 16:31:17 -08:00
David Baumgold 6fce92796c Modified git-pull-request to be able to create pull requests, as well as apply them 2012-02-08 15:30:46 -05:00
David Baumgold 5a15aea7ab Added git-gh-oauth: script to manage oauth keys for github 2012-02-08 15:30:11 -05:00
TJ Holowaychuk 9b0bc89eac Release 1.3.0 2012-02-08 08:19:57 -08:00
TJ Holowaychuk 3d8f8f340b Added active days to git-effort(1) output 2012-02-08 08:18:01 -08:00
TJ Holowaychuk be49961019 Release 1.2.0 2012-02-08 08:05:28 -08:00
TJ Holowaychuk 77ff0fe0d4 Added a greater color range to git-effort(1) 2012-02-08 08:02:30 -08:00
TJ Holowaychuk f07197c2cd use red instead of green 2012-02-08 08:00:50 -08:00
TJ Holowaychuk c2bd285ef8 ws 2012-02-08 07:59:57 -08:00
TJ Holowaychuk 9c7232afcf Added --above <n> to git-effort(1) 2012-02-08 07:59:19 -08:00
David Baumgold 6ae2ba17ff Merge branch 'master' of github:visionmedia/git-extras 2012-02-08 10:54:06 -05:00
TJ Holowaychuk c1d2dfc04c Release 1.1.0 2012-02-07 22:47:15 -08:00
TJ Holowaychuk a1ea7e3a32 Added git-effort(1) (not yet complete) 2012-02-07 22:40:37 -08:00
TJ Holowaychuk e7280f0305 refactored git-summary(1) 2012-02-07 22:18:45 -08:00
TJ Holowaychuk 4a56adb294 Release 1.0.0 2012-02-04 14:01:59 -08:00
TJ Holowaychuk 07d5ee82ff fixed git-squash 2012-02-04 13:59:07 -08:00
TJ Holowaychuk 1c62e436b7 changed git-squash(1) 2012-02-04 13:51:43 -08:00
Tj Holowaychuk 9dca3c36f6 Merge branch 'master' of github.com:visionmedia/git-extras 2012-02-01 13:07:27 -08:00
Tj Holowaychuk 902996edd2 Added git-squash 2012-02-01 13:07:14 -08:00
David Baumgold 3e3b4c918c Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
TJ Holowaychuk 948308bbf0 Release 0.9.0 2012-01-15 13:26:23 -08:00
TJ Holowaychuk 40b131d9cc Release 0.8.1 2011-12-30 11:16:18 -08:00
Jonhnny Weslley b4fe82ffb4 track gh-pages branch 2011-12-26 14:04:59 -03:00
Jonhnny Weslley 7a632e9026 remove git-promote
use the `-u` option instead:

    git push -u origin branch_name
2011-12-26 14:04:45 -03:00
Tj Holowaychuk 391431d267 Release 0.8.0 2011-12-08 07:56:26 -08:00
Tj Holowaychuk c4e938d656 Added pre- post-release hooks to git-release 2011-12-08 07:55:29 -08:00
Jonhnny Weslley 7780038a39 Added git-promote
Promotes a local topic branch to a remote tracking branch of the same name,
by pushing and then setting up the git config.

Thanks to ENTP:
http://hoth.entp.com/2008/11/10/improving-my-git-workflow
2011-11-24 15:18:16 -03:00
Tj Holowaychuk 7a5833c88c merged 2011-11-09 20:14:27 -08:00
Tj Holowaychuk a5772a670c Removed git-apply-branch
just realized --squash is pretty much this
2011-11-09 20:13:19 -08:00
nulltask 24bef3da5a fixed: "git extra update" errors when pwd includes whitespace 2011-10-01 20:22:16 +09:00
Tj Holowaychuk 897ed16e6b Added git-apply-branch 2011-08-25 11:45:17 -07:00
Tj Holowaychuk 035668cde5 Release 0.7.0 2011-08-24 19:30:01 -07:00
Tj Holowaychuk 54b1eecd8e typo 2011-08-24 19:29:15 -07:00
Tj Holowaychuk 6a9fe62c7d Added percentages to git-summary 2011-08-24 19:28:57 -07:00
Tj Holowaychuk 3a82acaa8e Release 0.6.0 2011-06-24 11:16:39 -07:00
Kenneth Reitz e448ea7f06 new git-back command for soft undos 2011-06-17 09:01:39 -04:00
Tj Holowaychuk ac486037bf Release 0.5.1 2011-05-20 07:37:56 -07:00
Tj Holowaychuk b7222ed26e revert git-ignore but retain argc == 0 as showing .gitignore contents 2011-05-20 07:37:04 -07:00