Commit Graph

194 Commits (7152a942802b01cb74d7c0b99f3106f8af17439d)

Author SHA1 Message Date
Anton Eicher fdb3c0e68d Added check for .git directory in current, before wasting time querying git. This saves seconds on my pc. 2012-12-19 07:22:03 -08:00
Robby Russell 083da66c0b Merge pull request #1139 from mappleconfusers/pull_req_git
Add aliases for git-remote
2012-12-05 07:16:36 -08:00
Robby Russell 178bce287e Merge branch 'master' of github.com:robbyrussell/oh-my-zsh 2012-12-04 08:27:13 -08:00
Robby Russell bd9a86051f Merge pull request #1247 from drnic/git-cmds
Added 'gcl'for 'git config --list'; and gd for 'git diff'
2012-12-04 06:37:18 -08:00
Robby Russell 868a5138f6 Resolving conflict in merge of #1313 2012-12-04 06:35:59 -08:00
Robby Russell 9977afc0b5 Merge pull request #1263 from tedv/headless-git
Make git use sha when branch name is missing.
2012-12-02 12:42:38 -08:00
Robby Russell ac90eed387 Merge pull request #1274 from sc68cal/feature/git_decorate_log
[Git Plugin] Add shortcut for showing log of all branches
2012-12-02 12:39:55 -08:00
Marcus Müller ab13d0756f git find 2012-12-02 12:16:14 -08:00
Robby Russell f2050fc093 Merge pull request #1413 from arnihermann/master
Implement 'gup' as git pull --rebase
2012-12-01 11:33:40 -08:00
Robby Russell 5189cb8843 Merge pull request #1418 from Mehonoshin/patch-2
Added gwc(git whatchanged alias) to git plugin
2012-12-01 11:32:35 -08:00
Stanislav Mekhonoshin 7991562e76 Added gwc(git whatchanged alias)
Allows to view commit history in extended way
2012-11-24 11:23:44 +04:00
Josh Matthews 7be660bf1d Adding grt alias to the git plugin. 2012-11-20 13:13:04 -05:00
Árni Hermann Reynisson 003b0da9e5 Use pull --rebase for 'gup' shortcut.
Instead of git fetch && git rebase.
2012-11-20 15:01:39 +00:00
Alexander Surma 28d28ee6f6 git plugin: Add `gpoat` alias 2012-09-14 13:57:13 +02:00
Sean M. Collins 74faabbcab Add shortcut for showing log of all branches 2012-08-07 14:38:48 -04:00
Ted Vessenes 027fcccc92 Make git use sha when branch name is missing. 2012-07-31 13:27:40 -04:00
Dr Nic Williams 73df0c8e93 added 'gcl'for 'git config --list'; and gd for 'git diff' 2012-07-23 07:51:29 -07:00
mapc 3dd3c1f415 Add aliases for git-remote: gr... 2012-05-29 14:32:49 +02:00
Steven G. Harms 9b05a44387 Adds glo; glp (arg)
* glo := git log --oneline
* glp := git log --pretty=arg
2012-04-05 10:18:22 -07:00
pomaxa b1e4ef1754 current repository action 2012-03-01 16:57:00 +02:00
Carlos Rodriguez 8769e5f8c9 Removed trailing spaces in Git files. Fixes #867 2012-01-26 23:19:50 -08:00
Carlos Rodriguez 9d92987b8a Merge pull request #663 from gravof/patch-1
Replace "git-diff" with "git diff" in the git plugin
2012-01-26 00:11:42 -08:00
Jordan MacDonald 49d44adb09 Fixed compdef alias to use 'gd' as shortcut. 2012-01-20 13:07:03 -05:00
Chad Seeger ae735335e1 Kill the compdef; Introduce 'grh' alias for 'git reset HEAD' 2012-01-09 15:19:19 -08:00
Jordan MacDonald 730e029664 Added alias for git diff. 2012-01-07 15:36:58 -05:00
Chad Seeger 9ac98f6ceb Git Plugin: adds 'grhh' alias for 'git reset HEAD --hard' 2012-01-05 13:41:27 -08:00
Alexander Balashov 12a04571bb Added alias gcm='git checkout master 2011-12-23 11:14:22 +04:00
Gavin Huang 7553d0171f Replace "git-diff" with "git diff" in the git plugin 2011-10-18 11:46:45 +08:00
Dan Shearmur c1c7b0e4af added git merge as gm 2011-09-26 14:44:42 +01:00
Mark Szymanski bd6aba9c68 Add an alias for ga --> git add, too 2011-08-27 16:23:49 -05:00
Mark Szymanski 1fb141cfb5 Add gss alias for git status -s 2011-08-27 16:16:51 -05:00
Robby Russell 9e783c0a8e fixing issue with last commit merge. missed a conflict 2011-07-23 09:14:44 -07:00
Sven Lito 96b0af6824 adding git svn aliases 2011-07-23 09:13:49 -07:00
Sven Lito 6bb0c1c926 added git log with graph 2011-07-23 09:12:44 -07:00
Robby Russell b3a78d2b28 Using git-diff instead of git diff 2011-04-12 10:19:15 +02:00
Robby Russell d11fb9d47c Removing call to mate. 2011-04-12 10:16:32 +02:00
Daniel Hahler 91e4f3d667 Fix `gdv`: make it a function, and use `view`.
I've changed it to use `view` instead of `vim -R` to make it hopefully
more editor-agnostic.
2011-04-12 10:11:53 +02:00
Jakub Nawalaniec 4cd4167c8d Further git completion improovements
In detail:
gup - now completes with remotes like git fetch would
gdv - got git diff completions
gc/gca - now zsh will suggest files in staging area
gba - suggestions as for git branch
2011-04-03 21:28:19 +02:00
Jakub Nawalaniec 2e9492969b Completions are git subdommand-aware now 2011-04-03 11:01:48 -07:00
Jakub Nawalaniec 57f55e69ed Zsh will now complete git aliases with git stuff 2011-04-03 11:01:48 -07:00
Hakan Ensari 1a8ceef514 Typo 2010-12-20 12:57:23 -03:00
Hakan Ensari 8edf417375 Aliased git checkout as `gco` 2010-12-20 12:13:47 -03:00
Sven Lito dfbed8fd98 added git log incl. stats for the past 5 commits 2010-10-09 15:03:08 +01:00
Robby Russell 26d97a9355 Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there. 2010-09-30 21:34:06 -07:00