Commit graph

69 commits

Author SHA1 Message Date
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
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 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
Tj Holowaychuk 26c4da6085 Release 0.0.7 2010-10-31 18:52:27 -07:00
Tj Holowaychuk c9540edc9e Added -d -> -D. Closes #15 2010-10-25 14:03:41 -07:00
Tj Holowaychuk 3ab9284fde Release 0.0.6 2010-10-22 16:33:14 -07:00
Devin Withers 3f06078531 Use a shallow clone in git-update-extras. 2010-10-22 16:31:14 -07:00
Devin Withers cfc94def59 Create History.md if git-changelog can't find a target. Fixes #14. 2010-10-22 16:29:29 -07:00
Alex McHale 86156ae011 Add command git-touch. 2010-10-15 09:26:45 -07:00
Tj Holowaychuk 75af76d2ac Bump version 2010-10-08 08:34:31 -07:00
Jonhnny Weslley b2713b5e56 automatically remove trailing slash from argument if it exists 2010-10-08 08:29:27 -07:00
Jonhnny Weslley 68cf02be47 added git-delete-submodule for delete submodules easily 2010-10-08 08:29:27 -07:00
Jonhnny Weslley 81ede0a4ba show ignored files if no arguments are provided 2010-10-08 08:29:27 -07:00
Tj Holowaychuk 1b5d9890f9 git-setup argument is now optional, defaulting to the CWD 2010-09-14 14:52:41 -07:00
Tj Holowaychuk 938bf5420f Styling 2010-09-13 16:12:59 -07:00
Tj Holowaychuk 573440a2b3 Alias repl "ls" as ls-files 2010-09-13 16:12:28 -07:00
Tj Holowaychuk 4d7a4d9ce7 Bumped version. be sure to git update-extras ! 2010-09-10 08:29:10 -07:00
Gert Van Gool ce43c42087 Don't fail if the local branch doesn't exist 2010-09-10 08:19:27 -07:00
Gert Van Gool a3cbb7df9a Also delete the remote branch 2010-09-10 08:19:27 -07:00
Jonathan "Duke" Leto 843fc7ad11 Fix commit and file count in git-summary with a commitish 2010-09-08 15:16:49 -07:00
Jonathan "Duke" Leto 3662dd95bf Make git-summary take an optional commitish
This allows you to ask for a git summary based on a commitish, which is
very useful if you have a lot of project history. For example, if you
want a summary since the tag v42

$ git summary v42..
2010-09-08 15:16:49 -07:00
Tj Holowaychuk aefe5c0f1c Fix shift in git-count 2010-09-07 08:55:36 -07:00
Tj Holowaychuk 8d4f55b048 git-graft dest branch defaults to master 2010-09-06 13:27:29 -07:00
Aggelos Orfanakos 488a15de7a Use test -d for a more compatible directory check 2010-09-02 20:06:08 +03:00
Aggelos Orfanakos 9a1fcf98e9 Add git-setup 2010-09-02 08:31:57 +03:00
Tj Holowaychuk 4b6d4ff743 Misc refactoring 2010-08-28 12:20:12 -07:00
Kenneth Reitz 85c95d1002 Graft Update 2010-08-28 12:19:33 -07:00
Kenneth Reitz d978428973 Added git-graft. 2010-08-28 12:16:54 -07:00
Kenneth Reitz 22ac367284 Added git-undo for removing recent commits. 2010-08-27 23:22:26 -07:00
Kenneth Reitz db43e1f6aa Added the essential'fresh-branch' feature. Updated Readme.md accordingly. 2010-08-27 21:20:33 -07:00
Tj Holowaychuk 7318faccd9 Release 0.0.3 2010-08-27 13:46:20 -07:00
Tj Holowaychuk 2675fbf411 Added git-extras-version 2010-08-27 13:44:41 -07:00
Tj Holowaychuk d91aab34e5 Added git-update-extras 2010-08-27 13:42:36 -07:00
Tj Holowaychuk b60ca7c604 Fixed git-contrib issue when the username is in a commit msg
For example "visionmedia" might be in a submodule commit,
so grep fucks up and does not show the contrib properly. The down side
of this is that you need to specify the entire user name
2010-08-27 13:36:34 -07:00
Tj Holowaychuk e2aeb48871 Delete remote tag only if local was deleted 2010-08-27 10:41:50 -07:00