Commit graph

40 commits

Author SHA1 Message Date
Colin Hebert
fc516bcffd Git-plugin: Don't truncate commit number
A branch name shouldn't be a commit number, and a commit number should always be in the long format.
Themes can reduce the size of the commit id, and they should be able to choose between the branch name or the commit id
2012-03-15 00:19:49 +00:00
Sorin Ionescu
6ac5c25e77 Fix Git indicators in submodules, close #18 2012-03-07 12:03:10 -05:00
Sorin Ionescu
e29049a4e3 Fixed the git stash save alias. 2012-02-10 16:37:20 -05:00
Sorin Ionescu
37ba1cbc98 Added an alias to git stash include untracked. 2012-02-09 22:58:36 -05:00
Sorin Ionescu
60b15d0035 Improved the coding style of git-info. 2012-02-09 22:58:36 -05:00
Sorin Ionescu
3f3b2328f9 Added support for ignoring Git submodules. 2012-02-09 22:58:36 -05:00
Sorin Ionescu
16962c6817 Simplified Git log aliases using new formats. 2012-02-02 20:13:01 -05:00
Sorin Ionescu
1a3940b9a3 Added the ability to browse GitHub files. 2012-02-02 18:33:18 -05:00
Sorin Ionescu
304530d990 Filter other remote branches. 2012-02-02 18:33:18 -05:00
Sorin Ionescu
e4e56f0312 Prettify the default git log. 2012-02-02 18:33:17 -05:00
Sorin Ionescu
b96bbca51c Added or edited file headers. 2012-02-02 18:30:07 -05:00
Sorin Ionescu
f430bd75c6 Filter the HEAD symbolic reference. 2012-01-24 00:50:51 -05:00
Sorin Ionescu
e7c72ac02a Reorganized Git aliases. 2012-01-23 22:03:03 -05:00
Sorin Ionescu
b2fcfc684c Renamed check-bool to is-true. 2012-01-23 20:41:06 -05:00
Sorin Ionescu
902edfdd61 Added missing new lines at end of files. 2012-01-23 20:41:05 -05:00
Sorin Ionescu
9e88fdb30e Fixed the Git list untracked files alias. 2012-01-23 20:41:05 -05:00
Sorin Ionescu
95c29bada8 Standardized error messages. 2012-01-23 20:41:04 -05:00
Sorin Ionescu
8d00173fd2 Clarified git-info completion descriptions. 2012-01-23 20:41:04 -05:00
Sorin Ionescu
5b15f3ab1e Fixed Git graph log aliases. 2012-01-23 20:41:04 -05:00
Sorin Ionescu
5f81b5ba1e View Git index diffs in Vim. 2012-01-23 20:41:04 -05:00
Sorin Ionescu
66c4aae59e Support the browsing of other Git remotes/branches. 2012-01-23 20:41:04 -05:00
Sorin Ionescu
f0499b76c3 Use zstyle instead of variables for configuration. 2012-01-23 20:41:00 -05:00
Sorin Ionescu
60f39d8d91 Moved hub into the git plugin. 2012-01-23 20:40:57 -05:00
Sorin Ionescu
9d27df2050 Tradition dictates that options are uppercase. 2012-01-23 20:40:43 -05:00
Sorin Ionescu
b65195156d Added missing FX and named colors to spectrum. 2012-01-23 20:40:39 -05:00
Sorin Ionescu
225ea89e74 Rewrote the Git plugin and Sorin theme. 2012-01-23 20:40:20 -05:00
Sorin Ionescu
9c24ac8211 Added helper functions. 2011-07-28 16:41:39 -04:00
Sorin Ionescu
c17c459968 Cleaned up the Git plugin. 2011-07-17 20:25:53 -04:00
Sorin Ionescu
4727e12013 Merged lib/git.zsh and lib/rvm.zsh into plugins/. 2011-06-01 14:14:20 -04:00
Sorin Ionescu
94ab5e0ec8 Cleaned up lib/ and removed trailing white space everywhere.
Conflicts:

	oh-my-zsh.sh
2011-06-01 02:48:26 -04:00
Robby Russell
ca710c949a Using git-diff instead of git diff 2011-04-12 10:19:15 +02:00
Robby Russell
3421b170b3 Removing call to mate. 2011-04-12 10:16:32 +02:00
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.
2011-04-04 00:54:43 +02:00
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
2011-04-03 21:28:19 +02:00
Jakub Nawalaniec
e684afcba0 Completions are git subdommand-aware now 2011-04-03 15:43:39 +02:00
Jakub Nawalaniec
758b415e72 Zsh will now complete git aliases with git stuff 2011-04-03 13:50:05 +02:00
Hakan Ensari
088fae93f2 Typo 2010-12-20 12:57:23 -03:00
Hakan Ensari
f89eb82987 Aliased git checkout as gco 2010-12-20 12:13:47 -03:00
Sven Lito
220d953396 added git log incl. stats for the past 5 commits 2010-10-09 15:03:08 +01:00
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. 2010-09-30 21:34:06 -07:00