Ashley Dev
cdf49dd03c
Add more git aliases, and reformat some of the file for easier reading
...
Aliases that were added:
- gs: git status
- gsts, gstp, gstl, gstll: git stash
- gf: git fetch
- gd, gdd: git diff
- gm: git merge
- gh, ghh, ghhh, ghhhh: git history (pretty)
2011-05-14 16:21:19 -07:00
Sorin Ionescu
7c21432102
Fixed git-describe completion.
2011-05-08 10:47:41 -04:00
Sorin Ionescu
4622781122
Improved speed in __git_files and __git_files_relative.
2011-05-07 20:41:55 -04:00
Sorin Ionescu
0755b753fe
Fixed Git list tags completion.
2011-05-05 18:39:56 -04:00
Sorin Ionescu
a36f551800
Added gitk and tig to Git completion.
2011-04-25 12:21:32 -04:00
Sorin Ionescu
492f31243e
Added improved Git completion.
2011-04-24 12:44:54 -04: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