Commit graph

73 commits

Author SHA1 Message Date
Tj Holowaychuk 9bc2f5900a new git-ignore docs 2010-10-08 08:31:06 -07:00
Jonhnny Weslley b2713b5e56 automatically remove trailing slash from argument if it exists 2010-10-08 08:29:27 -07:00
Jonhnny Weslley e53bb372c1 add some usage notes to git-delete-submodule 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 3f5afc18cd Brew installation 2010-09-12 12:17:03 -07:00
Tj Holowaychuk 4d7a4d9ce7 Bumped version. be sure to git update-extras ! 2010-09-10 08:29:10 -07:00
Tj Holowaychuk 42c8da315f Release 0.0.4 2010-09-10 08:28:23 -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
Tj Holowaychuk 90bc5ff7ba Fixed PREFIX to respect env vars
aka: PREFIX=/usr make install
will no work
2010-09-08 15:23:59 -07:00
Tj Holowaychuk be4e67fdc5 Merge branch 'integration' 2010-09-08 15:21:00 -07:00
Tj Holowaychuk 7927ce0544 Updated AUTHORS 2010-09-08 15:20:50 -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 0bc7afe27e Add docs about git summary to Readme.mkd 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
Tj Holowaychuk 0147cc40b5 Merge remote branch 'agorf/git-setup' 2010-09-02 16:40:51 -07:00
Aggelos Orfanakos 488a15de7a Use test -d for a more compatible directory check 2010-09-02 20:06:08 +03:00
Aggelos Orfanakos cefe4689f2 Use wildcard function for $(BINS) 2010-09-02 10:28:10 +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
Tj Holowaychuk c23784b187 Merge branch 'integration' 2010-08-27 23:23:35 -07:00
Kenneth Reitz 22ac367284 Added git-undo for removing recent commits. 2010-08-27 23:22:26 -07:00
Kenneth Reitz 27e0d0e007 think big. 2010-08-27 23:20:55 -07:00
Kenneth Reitz db43e1f6aa Added the essential'fresh-branch' feature. Updated Readme.md accordingly. 2010-08-27 21:20:33 -07:00
Kenneth Reitz a7813455cf updated makefile 2010-08-27 21:19:57 -07:00
Tj Holowaychuk eebf9c41a7 Updated history 2010-08-27 13:46:40 -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 c187a50608 Merge branch 'integration' 2010-08-27 10:41:55 -07:00
Tj Holowaychuk e2aeb48871 Delete remote tag only if local was deleted 2010-08-27 10:41:50 -07:00
Aggelos Orfanakos 183efac185 Delete remote branch only if local was deleted 2010-08-27 10:41:28 -07:00
Aggelos Orfanakos b8c9f0e423 Use -d to avoid deleting an unmerged branch by accident 2010-08-27 10:41:05 -07:00
Tj Holowaychuk 468ceaa511 Merge branch 'integration' 2010-08-26 10:41:27 -07:00
Jason Young 1158c19b61 Fix printing of authors for git-summary's on Ubuntu 2010-08-26 10:41:18 -07:00
Nick Campbell d666fa409a read doesn't have the -e option in SH on my machine at least.
Signed-off-by: Nick Campbell <ncampbell@siteworx.com>
2010-08-26 10:40:20 -07:00
Tj Holowaychuk d1093fa076 Release 0.0.2 2010-08-24 06:16:36 -07:00
Domenico Rotiroti 30551aade3 Handle spaces in contributor's name for git-contrib 2010-08-24 06:14:18 -07:00
Domenico Rotiroti ed1c111569 Allow spaces in release names/numbers 2010-08-24 06:12:30 -07:00
Tj Holowaychuk eb5c0df001 Added git-contrib 2010-08-23 10:11:06 -07:00
Tj Holowaychuk 45b5980a19 Makefile cleanup 2010-08-13 07:10:02 -07:00