1
0
Fork 0
Commit Graph

34 Commits (7ce0ea31f06de22a92899e069a8d3ecf0b25fa9a)

Author SHA1 Message Date
Ashley Dev 7ce0ea31f0 rm glg alias (it's now ghhh), add gls alias to git aliases
14 years ago
Ashley Dev 723c2c43c8 Change all the themes to use the new git plugin and rm the old git plugin code.
14 years ago
Ashley Dev c661eedfb1 Fix a bug in the default git_prompt_info ()
14 years ago
Ashley Dev 53da2d86f6 Reorder functions in file, change default format, remove GIT_PROMPT_INFO_FUNC:
14 years ago
Ashley Dev b33e6b6598 Change the api to use PROMPT='$GIT_PROMPT_INFO# ' instead of PROMPT='$(git_prompt_info)# '
14 years ago
Ashley Dev 459ebef612 add comment, fix a performance bug when $EDITOR is not set, reformat.
14 years ago
Ashley Dev 8d819d2b07 API change, and move the ashleydev format into the plugin as the default format.
14 years ago
Ashley Dev 51e7a6ebe1 update git-prompt.plugin.zsh to coding standards: shiftwidth=2, and rename some variable names to remove leading underscores
14 years ago
Ashley Dev b5179f6c49 fix spelling of _git_promt__git_dir
14 years ago
Ashley Dev e2955b4901 add some more comments
14 years ago
Ashley Dev c4a2588a76 update comments:
14 years ago
Ashley Dev 9c4f4f501f Add screenshot urls
14 years ago
Ashley Dev ba0e90d887 fix up the git prompt when it's a fresh repo
14 years ago
Ashley Dev 384c594abb Update plugins/git:
14 years ago
Sorin Ionescu 3df2fe787e Merged /lib/git.zsh and /lib/rvm.zsh into /plugins/.
14 years ago
Sorin Ionescu 1e9b718af1 Cleaned up /lib/, removed trailing white space everywhere.
14 years ago
Sorin Ionescu aef3b988a2 Synced Git completion with ZSH HEAD.
14 years ago
Sorin Ionescu e90118978e Fixed additional missing slash in Git completion.
14 years ago
Sorin Ionescu d13ca43d18 Fixed missing slash in Git completion.
14 years ago
Sorin Ionescu 7c21432102 Fixed git-describe completion.
14 years ago
Sorin Ionescu 4622781122 Improved speed in __git_files and __git_files_relative.
14 years ago
Sorin Ionescu 0755b753fe Fixed Git list tags completion.
14 years ago
Sorin Ionescu a36f551800 Added gitk and tig to Git completion.
14 years ago
Sorin Ionescu 492f31243e Added improved Git completion.
14 years ago
Robby Russell b3a78d2b28 Using git-diff instead of git diff
14 years ago
Robby Russell d11fb9d47c Removing call to mate.
14 years ago
Daniel Hahler 91e4f3d667 Fix `gdv`: make it a function, and use `view`.
14 years ago
Jakub Nawalaniec 4cd4167c8d Further git completion improovements
14 years ago
Jakub Nawalaniec 2e9492969b Completions are git subdommand-aware now
14 years ago
Jakub Nawalaniec 57f55e69ed Zsh will now complete git aliases with git stuff
14 years ago
Hakan Ensari 1a8ceef514 Typo
14 years ago
Hakan Ensari 8edf417375 Aliased git checkout as `gco`
14 years ago
Sven Lito dfbed8fd98 added git log incl. stats for the past 5 commits
14 years ago
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.
14 years ago