Jakub Nawalaniec
e684afcba0
Completions are git subdommand-aware now
14 years ago
Jakub Nawalaniec
758b415e72
Zsh will now complete git aliases with git stuff
14 years ago
Robby Russell
ca710c949a
Using git-diff instead of git diff
14 years ago
Daniel Hahler
d15d88cf81
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.
14 years ago
Jakub Nawalaniec
e4ded4e6ff
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
14 years ago
Hakan Ensari
088fae93f2
Typo
14 years ago
Hakan Ensari
f89eb82987
Aliased git checkout as `gco`
14 years ago
Sven Lito
220d953396
added git log incl. stats for the past 5 commits
14 years ago
Robby Russell
be63480e22
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
14 years ago
Robby Russell
ba9b9111b5
Adding a ggpnp which does a git pull followed by a git push.
15 years ago
Robby Russell
d164123064
Moving current_branch() to git plugin
15 years ago
Robby Russell
210a72b441
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
15 years ago