Commit graph

214 commits

Author SHA1 Message Date
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
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 453251a208 docs for git-effort(1) 2012-02-07 22:42:59 -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 0c2a86f058 Added _git_squash() to bash_completion.sh 2012-02-04 14:01:02 -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 183920262a Merge pull request #68 from hoganlong/master
Typo
2012-02-04 11:32:05 -08:00
Hogan Long e64d209fbf Update man/git-fresh-branch.html 2012-02-04 13:22:38 -05:00
Hogan Long d644366919 Update man/git-fresh-branch.1 2012-02-04 13:22:00 -05:00
Hogan Long 86b3edb06d Update man/git-fresh-branch.md 2012-02-04 13:18:42 -05: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
David Baumgold a5c66eb7f4 Added MacPorts as a way to install git-extras 2012-01-25 11:30:32 -05:00
David Baumgold 86111254a4 Added myself to AUTHORS file 2012-01-25 11:18:26 -05:00
David Baumgold bfc3f788a1 Make bash_completion install respect $(PREFIX) variable 2012-01-25 11:17:31 -05:00
David Baumgold 1d61a21b46 Support DESTDIR
See http://www.gnu.org/prep/standards/html_node/DESTDIR.html for details.
2012-01-25 11:11:47 -05:00
TJ Holowaychuk 948308bbf0 Release 0.9.0 2012-01-15 13:26:23 -08:00
TJ Holowaychuk 8ad024a515 make /etc/bash_completion.d 2012-01-15 13:25:46 -08:00
TJ Holowaychuk 8ff4ec94e7 Merge pull request #64 from jweslley/feature/bash_completion
bash completion support
2012-01-15 13:19:29 -08:00
Jonhnny Weslley ad19d2fdcf (un)installation instructions 2012-01-14 11:17:34 -03:00
Jonhnny Weslley e4df35beff bash completion script 2012-01-14 11:16:49 -03:00
Jonhnny Weslley 1c9867b476 remove git-ignore garbage 2012-01-14 11:16:28 -03:00
TJ Holowaychuk 62b51ad83c Merge pull request #62 from inkel/patch-1
Fix minor documentation issue
2011-12-31 06:51:33 -08:00
Leandro López 3c26c94972 Adding git-ignore patterns from template was inside git-create-branch documentation. 2011-12-31 12:17:12 -02:00
TJ Holowaychuk 40b131d9cc Release 0.8.1 2011-12-30 11:16:18 -08:00
TJ Holowaychuk 38e6b5e6ca Merge pull request #61 from jweslley/feature/remove-git-promote
Remove git promote
2011-12-26 09:13:35 -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 2b77c93bf4 Update Readme.md 2011-12-16 09:08:43 -08:00
TJ Holowaychuk 6e0107ca76 Update Readme.md 2011-12-16 09:08:30 -08: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
TJ Holowaychuk cca7848b5b Merge pull request #57 from jweslley/git-promote
Added git-promote
2011-11-24 10:29:49 -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
TJ Holowaychuk ecb2abae94 Merge pull request #51 from nulltask/bugfix
fixed: "git extra update" errors when pwd includes whitespace
2011-10-01 08:49:42 -07:00
nulltask 24bef3da5a fixed: "git extra update" errors when pwd includes whitespace 2011-10-01 20:22:16 +09:00
TJ Holowaychuk 4ea2749225 Merge pull request #50 from Zearin/patch-1
Added syntax highlighting; numerous tweaks to punctuation; use present te
2011-09-28 08:33:44 -07:00
Tony f51e56b4e2 Added syntax highlighting; numerous tweaks to punctuation; use present tense consistently throughout; tweaked markup so commands are backticked for readability. 2011-09-28 09:25:15 -03:00
Tj Holowaychuk 897ed16e6b Added git-apply-branch 2011-08-25 11:45:17 -07:00
Tj Holowaychuk 834b06e895 doc typo 2011-08-24 19:53:50 -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