Commit graph

118 commits

Author SHA1 Message Date
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
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
Tj Holowaychuk 1f7edd9d24 revert broken git-release 2011-05-20 07:29:53 -07:00
Tj Holowaychuk 50169613f7 recursive install == bad 2011-05-19 14:53:54 -07:00
Tj Holowaychuk 2847dacabf added INSTALL check 2011-05-19 14:50:50 -07:00
Tj Holowaychuk 11ee5ed4f8 merge conflicts 2011-05-19 14:30:31 -07:00
Jonhnny Weslley 5117150a84 fixed typo error
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:47 -07:00
Jonhnny Weslley 758e8ce8b9 Use annotated tags to release commits instead of lightweight tags
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:47 -07:00
Jonhnny Weslley b8023be66a git-setup: create a directory if the provided one does not exist yet. Additionally, enables the creation of directories with names containing spaces in a more fashion way. Example: 'git setup path/to/repo name'.
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:47 -07:00
Jonhnny Weslley 954f3d5f45 git-ignore: show all availables templates if no patterns are found.
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:46 -07:00
Jonhnny Weslley e28c359a7a improved user feedback: show matched string using 'grep --color'
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:46 -07:00
Jonhnny Weslley 89e2047442 Fixes multiple matches selection
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:46 -07:00
Jonhnny Weslley a5392d54c3 git-ignore template support. Templates are based in https://github.com/github/gitignore
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:46 -07:00
Jonhnny Weslley 38d8a22589 git-ignore doesnt fail if .gitignore file dont exists yet
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:46 -07:00
Jonhnny Weslley 8c4cabd803 Merge branch 'master' of git://github.com/visionmedia/git-extras 2011-05-19 14:21:54 -03:00
Tj Holowaychuk a0de28fe07 Release 0.4.1 2011-04-05 13:22:46 -07:00
Tj Holowaychuk dcd1f2ecfe refactor git-graft 2011-04-05 13:20:41 -07:00
Kenneth Reitz 2d94afe185 git-graft now defaults to current branch instead of master
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-04-05 13:20:25 -07:00
Tj Holowaychuk 6de78f63f4 Release 0.4.0 2011-04-05 02:55:57 -07:00
Tj Holowaychuk aa6ec8fd7b Merge branch 'features' 2011-04-05 02:51:37 -07:00
Tj Holowaychuk 7d68c2bc7d Added git-refactor 2011-04-03 09:30:16 -07:00
Tj Holowaychuk 0b97430c8d Release 0.3.0 2011-03-29 08:58:43 -07:00
Tj Holowaychuk 28f52e69ee Added git-pull-request 2011-03-29 08:52:58 -07:00
Tj Holowaychuk 3315c8e19a Revert "Revert "Make sure to get the last chronological tag, instead of relying on the bogus git tag sorting.""
This reverts commit f659f34375.
2011-03-28 12:31:39 -07:00
Tj Holowaychuk f659f34375 Revert "Make sure to get the last chronological tag, instead of relying on the bogus git tag sorting."
This reverts commit 27e8049fd7.
2011-03-28 12:29:27 -07:00
Tj Holowaychuk c8dc5a8a19 Release 0.2.0 2011-03-27 09:07:27 -07:00
Tj Holowaychuk 9e5b89842b Added git-extras, removed git-extras-version and git-extras-update 2011-03-27 09:01:40 -07:00
Guillermo Rauch 27e8049fd7 Make sure to get the last chronological tag, instead of relying on the bogus git tag sorting. 2011-03-27 08:30:46 -07:00
Tj Holowaychuk 9a6324eab8 delete branch after merge 2011-03-23 17:29:26 -07:00