Commit graph

29 commits

Author SHA1 Message Date
Ashley Dev
459ebef612 add comment, fix a performance bug when $EDITOR is not set, reformat. 2011-06-03 09:35:33 -07:00
Ashley Dev
8d819d2b07 API change, and move the ashleydev format into the plugin as the default format.
- usage is now: PROMPT="$(git_prompt_info2) >".
  The legacy git-prompt-old.theme.zsh is using the git_prompt_info() function
  name and I don't want to override that so I set mine to git_prompt_info2
2011-06-02 19:53:50 -07:00
Ashley Dev
51e7a6ebe1 update git-prompt.plugin.zsh to coding standards: shiftwidth=2, and rename some variable names to remove leading underscores 2011-06-02 18:01:44 -07:00
Ashley Dev
b5179f6c49 fix spelling of _git_promt__git_dir 2011-06-02 17:52:02 -07:00
Ashley Dev
e2955b4901 add some more comments 2011-06-02 17:07:14 -07:00
Ashley Dev
c4a2588a76 update comments:
- Describe short-circuit logic better
    - Make the Sample smaller and simpler
2011-06-02 17:00:52 -07:00
Ashley Dev
9c4f4f501f Add screenshot urls 2011-06-02 16:12:28 -07:00
Ashley Dev
ba0e90d887 fix up the git prompt when it's a fresh repo 2011-06-02 16:11:41 -07:00
Ashley Dev
384c594abb Update plugins/git:
- move aliases into plugins/git/git-aliases.plugin.zsh
  - move git prompt info into plugins/git/git-prompt-old.plugin.zsh
  - add revamped git prompt info into plugins/git/git-prompt.plugin.zsh
  - plugins/git/git.plugin.zsh now just sources the above files

Added themes/ashleydev.theme.zsh that takes advantage of the new git prompt info
2011-06-02 11:07:00 -07:00
Sorin Ionescu
3df2fe787e Merged /lib/git.zsh and /lib/rvm.zsh into /plugins/. 2011-06-02 12:43:40 -04:00
Sorin Ionescu
1e9b718af1 Cleaned up /lib/, removed trailing white space everywhere. 2011-06-02 12:43:21 -04:00
Sorin Ionescu
aef3b988a2 Synced Git completion with ZSH HEAD. 2011-05-29 17:08:16 -04:00
Sorin Ionescu
e90118978e Fixed additional missing slash in Git completion. 2011-05-19 15:33:10 -04:00
Sorin Ionescu
d13ca43d18 Fixed missing slash in Git completion. 2011-05-18 16:26:10 -04: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