Commit graph

51 commits

Author SHA1 Message Date
Johannes Doerfert fedad8e9cf Fix git-info added/deleted count formatting typo
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
2014-03-07 15:52:39 -05:00
Sorin Ionescu 39b88fe334 Remove the git-info SIGINT message
Users should read the Git module README on how to turn git-info on and
off.
2013-05-18 15:31:34 -04:00
Sorin Ionescu a7623aad6b [Fix #307] Do not auto-off git-info
Instead of turning off git-info when CTRL+C is caught, show instructions
on how to turn it off manually.
2013-05-18 15:31:34 -04:00
Sorin Ionescu db384b2ac6 Remove ununsed variable 2013-05-18 15:31:33 -04:00
Sorin Ionescu e836957e4f [Fix #221] Add a simple git-info 2013-05-18 15:31:32 -04:00
Sorin Ionescu 5306bab7ce [#221] Do not format undefined zstyles 2013-05-18 15:31:31 -04:00
Sorin Ionescu f3ae9dd82c Initialize ahead and behind local variables 2013-05-18 15:31:31 -04:00
Sorin Ionescu cfc95cd5ee [Fix #244] Add Git special action styles 2012-10-02 14:23:01 -04:00
Sorin Ionescu be300dbd80 [Fix #96] Add documentation for git 2012-10-02 13:01:46 -04:00
Sorin Ionescu 3f4d5fac0c Add zstyles for git-log formats 2012-10-02 13:01:46 -04:00
Sorin Ionescu 4c116cb4d2 Rename git-info zstyle patterns 2012-10-02 12:47:37 -04:00
Sorin Ionescu bd9327ca3f Rename the Git status ignore submodules zstyle pattern 2012-10-01 22:46:51 -04:00
Sorin Ionescu 8b8a883718 Add completion for Git submodule moving and removing 2012-09-30 15:53:26 -04:00
Sorin Ionescu 102da8bea0 Make sure that the current directory is a Git repository 2012-09-30 15:44:08 -04:00
Sorin Ionescu 6c1a81b5cf Return inside of the if statement 2012-09-29 23:37:28 -04:00
Sorin Ionescu 39a793af0a Simplify git-config calls 2012-09-29 23:17:39 -04:00
Sorin Ionescu 2bee82dc2a Fix a #compdef bug introduced in 7dd7859 2012-09-29 14:00:38 -04:00
Sorin Ionescu 26d3d16154 Add missing backslashes 2012-09-29 13:45:49 -04:00
Sorin Ionescu c6cdd47b24 Define variable expl as local 2012-09-29 13:42:31 -04:00
Sorin Ionescu b0a71cae3c Load dependencies in Git init 2012-09-29 13:07:31 -04:00
Sorin Ionescu eb0856d2f5 Add a missing '.' 2012-09-25 01:47:23 -04:00
Sorin Ionescu deeb115ae2 Add Git submodule moving and removing 2012-09-25 01:31:08 -04:00
Sorin Ionescu 9785454938 Rename git-hub-short-url to git-hub-shorten-url 2012-09-25 01:31:08 -04:00
Sorin Ionescu 7dd78595ae Rename git-hub to git-hub-browse 2012-09-25 01:31:08 -04:00
Sorin Ionescu e43f2b2659 Add support for browsing GitHub tags 2012-09-25 01:31:08 -04:00
Sorin Ionescu 224dc2eaff Use Git porcelain commands in git-hub 2012-09-25 01:31:08 -04:00
Sorin Ionescu 3d5e302777 [Fix #245] Merge trap into helper 2012-09-08 19:23:39 -04:00
Sorin Ionescu ac04921afa Clarify info functions descriptions 2012-09-06 23:17:38 -04:00
Sorin Ionescu fb9a20591f [Fix #197] Rebrand as Prezto
Conflicts:
	README.md
	runcoms/zshenv
2012-09-03 16:51:27 -04:00
Sorin Ionescu a952a60362 Fix a syntax error introduced in bf654dd 2012-08-28 23:58:09 -04:00
Sorin Ionescu bf654dde09 Improve the readability of _git-action 2012-08-27 21:37:04 -04:00
Sorin Ionescu 8d7f785ea9 Remove the unnecessary action local variable 2012-08-27 20:40:16 -04:00
Sorin Ionescu 722353130e Detect the sequenced Git cherry picking action 2012-08-27 20:38:23 -04:00
Sorin Ionescu 0f9a6878f8 [Fix #209] Switch the casing of y/n 2012-06-21 22:35:15 -04:00
Sorin Ionescu a4cf629c2f Refactor the listing of lost Git commits 2012-05-21 17:25:36 -04:00
Sorin Ionescu f932fa792e Add the ability to recover dropped Git stashes 2012-05-21 17:22:49 -04:00
Sorin Ionescu 7e60f13d7d Add spacing to increase readability 2012-05-21 16:24:39 -04:00
Sorin Ionescu 00394b6069 Rename git-current-branch to git-branch-current 2012-05-21 16:12:03 -04:00
Sorin Ionescu d3cad0721b Remove 'prompt' from the Git position zstyle 2012-05-21 15:58:05 -04:00
Sorin Ionescu aa925d22b4 [Fix #170] Remove Git stash count leading spaces 2012-05-08 22:38:40 -04:00
Sorin Ionescu 0cd33ca694 [Fix #169] Ask for confirmation when executing gsc 2012-05-08 22:37:24 -04:00
Sorin Ionescu 3c084f57bb [#169] Move _git-dir out of git-info into git-dir 2012-05-08 22:37:24 -04:00
Sorin Ionescu 73f22c2a32 Revert "[Fix #64] Remove the clean git-info style"
This reverts commit a06f13f036.

Conflicts:

	modules/git/functions/git-info
	plugins/git/style.zsh
2012-04-14 21:40:01 -04:00
Colin Hebert 5b6855e3eb Always format Git dirty 2012-04-11 16:58:25 -04:00
Sorin Ionescu 9d8187ba6b Merge completions into functions
Completions are nothing more than auto-loadable functions prefixed with
an underscore placed somewhere in $FPATH.
2012-04-09 17:45:32 -04:00
Sorin Ionescu aa0c1faa19 [Fix #88] Allow arbitrary git-info formats
The terms 'prompt' and 'rprompt' are not always appropriate.
A multi-line theme may choose 'line-one' and 'line-two' instead.

@ColinHebert contributed to this commit.
2012-04-09 17:45:31 -04:00
Sorin Ionescu c9b8ad569d Convert add-zsh-trap into a module 2012-04-09 17:41:55 -04:00
Sorin Ionescu d13b697792 Simplify Git submodule ignore settings 2012-04-09 17:41:53 -04:00
Sorin Ionescu 68dd3109fc Move Git zstyles into the git-info header comment 2012-04-09 17:39:07 -04:00
Sorin Ionescu 48dcd2f723 Shorten git zstyle namespace 2012-04-08 15:07:14 -04:00