Commit graph

1853 commits

Author SHA1 Message Date
Tj Holowaychuk 11ee5ed4f8 merge conflicts 2011-05-19 14:30:31 -07:00
TJ Holowaychuk b194a23c02 Merge pull request #41 from jweslley/master
Added new tools, code style and fixes... [jweslley]
2011-05-19 14:28:16 -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 ec0a1d655b docs 2011-04-05 02:55:02 -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 5d267749a6 docs 2011-03-29 08:58:12 -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 b48ee68b8d docs 2011-03-27 09:06:08 -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
Tj Holowaychuk 5578905323 Added git-bug 2011-03-23 16:00:05 -07:00
Tj Holowaychuk a272211895 Added git-feature 2011-03-23 08:57:30 -07:00
Tj Holowaychuk 1304fdc924 Added LICENSE 2011-03-22 17:43:33 -07:00
Jonhnny Weslley ae511e0ef0 documentation for git-alias 2011-03-16 15:58:27 -03:00
Jonhnny Weslley f3fb2dda61 git alias 2011-03-15 23:13:07 -03:00
Jonhnny Weslley 8f9a69a969 Bump version 2011-02-22 17:12:39 -03:00
Jonhnny Weslley b74a9d7080 Added git-create-branch 2011-02-22 17:04:44 -03:00
Jonhnny Weslley 1a1a722527 removed git-ignore template support 2011-02-22 13:07:41 -03:00
Jens K. Mueller 5ce9bb7147 Create install dir before copying 2011-02-11 08:24:22 -08:00
Tj Holowaychuk a867eb0f5c Release 0.1.0 2011-02-10 20:26:00 -08:00
Tj Holowaychuk 2b692f861f Added gh-pages command 2011-02-10 20:25:25 -08:00
Jonhnny Weslley f235670a3e adopting uniq code style across multiple scripts: variables assignments, arguments validation and core logic. This style reduces if statements usage and makes code easier to understand. :D 2010-11-25 16:23:38 -03:00
Jonhnny Weslley 6f63a770c5 Merge branch 'master' of git://github.com/visionmedia/git-extras 2010-11-24 10:19:46 -03:00
Jonhnny Weslley 729b231f21 fixed typo error 2010-11-24 10:17:34 -03:00
Jonhnny Weslley 54fd21a755 Use annotated tags to release commits instead of lightweight tags 2010-11-24 10:16:53 -03:00
Tj Holowaychuk 0a15fb839c https. Closes #27
weird, I thought we changed this to http a while ago because https was not working haha, durr
2010-11-18 12:57:54 -08:00
Jonhnny Weslley a14e95a727 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'. 2010-11-10 16:26:26 -03:00
Jonhnny Weslley c909df34fc git-ignore: show all availables templates if no patterns are found. 2010-11-10 15:03:19 -03:00
Jonhnny Weslley 3ed8d50f5c improved user feedback: show matched string using 'grep --color' 2010-11-10 14:52:18 -03:00
Jonhnny Weslley fcf8a696c6 Fixes multiple matches selection 2010-11-10 12:22:49 -03:00
Jonhnny Weslley deadcd64a5 git-ignore template support. Templates are based in https://github.com/github/gitignore 2010-11-09 12:03:31 -03:00
Jonhnny Weslley fac85e1a76 git-ignore doesnt fail if .gitignore file dont exists yet 2010-11-09 10:10:01 -03:00