Sorin Ionescu
e836957e4f
[ Fix #221 ] Add a simple git-info
12 years ago
Sorin Ionescu
5306bab7ce
[ #221 ] Do not format undefined zstyles
12 years ago
Sorin Ionescu
f3ae9dd82c
Initialize ahead and behind local variables
12 years ago
Sorin Ionescu
05a6653284
Sort Git conflict aliases
12 years ago
Scott Stevenson
f86854ebd4
Correct typos in git module README
12 years ago
Scott Stevenson
16a8e45cfa
Wrap errant long line in git module README
12 years ago
Sorin Ionescu
14da495193
[ Fix #349 ] Display diff when committing
12 years ago
Sorin Ionescu
bb6b590919
[ Fix #360 ] Set alias giR to reset the index interactively
12 years ago
Sorin Ionescu
1d0b0e2e9b
[ Fix #357 ] Set alias gcO to check out hunks interactively
12 years ago
Sorin Ionescu
c737369083
Add an alias to ammend a git commit, including the message
12 years ago
omarriott
795495b864
Fix a typo in git documentation
12 years ago
Sorin Ionescu
bb597ae22d
Replace table captions with headings
...
GitHub does not support Markdown table captions.
12 years ago
Sorin Ionescu
cfc95cd5ee
[ Fix #244 ] Add Git special action styles
12 years ago
Sorin Ionescu
4f607bb470
Simplify git-log zstyle documentation
12 years ago
Sorin Ionescu
be300dbd80
[ Fix #96 ] Add documentation for git
12 years ago
Sorin Ionescu
3f4d5fac0c
Add zstyles for git-log formats
12 years ago
Sorin Ionescu
5b2dcb8844
Rename gk prefixed aliases to gC
12 years ago
Sorin Ionescu
4c116cb4d2
Rename git-info zstyle patterns
12 years ago
Sorin Ionescu
bd9327ca3f
Rename the Git status ignore submodules zstyle pattern
12 years ago
Sorin Ionescu
768c9d6ad3
Rename aliases gSu to gSI and gSU to gSu
12 years ago
Sorin Ionescu
0899dd4d38
Rename the alias gsc to gsX
12 years ago
Sorin Ionescu
770737bd83
Remove the gig alias
...
It escaped removal in 7b453c1
.
12 years ago
Sorin Ionescu
8b8a883718
Add completion for Git submodule moving and removing
12 years ago
Sorin Ionescu
6cf368cf4d
Silence git-branch-current in aliases
12 years ago
Sorin Ionescu
102da8bea0
Make sure that the current directory is a Git repository
12 years ago
Sorin Ionescu
6c1a81b5cf
Return inside of the if statement
12 years ago
Sorin Ionescu
39a793af0a
Simplify git-config calls
12 years ago
Sorin Ionescu
2bee82dc2a
Fix a #compdef bug introduced in 7dd7859
12 years ago
Sorin Ionescu
26d3d16154
Add missing backslashes
12 years ago
Sorin Ionescu
c6cdd47b24
Define variable expl as local
12 years ago
Sorin Ionescu
b0a71cae3c
Load dependencies in Git init
12 years ago
Sorin Ionescu
eb0856d2f5
Add a missing '.'
12 years ago
Sorin Ionescu
7b453c1073
Add git-grep aliases
12 years ago
Sorin Ionescu
003ca8365b
Add an alias for stashing the Git working copy
12 years ago
Sorin Ionescu
deeb115ae2
Add Git submodule moving and removing
12 years ago
Sorin Ionescu
9785454938
Rename git-hub-short-url to git-hub-shorten-url
12 years ago
Sorin Ionescu
7dd78595ae
Rename git-hub to git-hub-browse
12 years ago
Sorin Ionescu
e43f2b2659
Add support for browsing GitHub tags
12 years ago
Sorin Ionescu
224dc2eaff
Use Git porcelain commands in git-hub
12 years ago
Sorin Ionescu
3d5e302777
[ Fix #245 ] Merge trap into helper
12 years ago
Sorin Ionescu
ac04921afa
Clarify info functions descriptions
12 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
935e6a5060
Show references in Git one line and graph formats
12 years ago
Sorin Ionescu
a952a60362
Fix a syntax error introduced in bf654dd
12 years ago
Sorin Ionescu
bf654dde09
Improve the readability of _git-action
12 years ago
Sorin Ionescu
8d7f785ea9
Remove the unnecessary action local variable
12 years ago
Sorin Ionescu
722353130e
Detect the sequenced Git cherry picking action
12 years ago
Sorin Ionescu
ccf181379a
[ Fix #242 ] Remove hub
12 years ago
Sorin Ionescu
060d9064f8
[ Fix #202 ] Load modules all or nothing
12 years ago
Sorin Ionescu
2b186900cb
Improve Git submodule updating aliases
13 years ago
Sorin Ionescu
0f9a6878f8
[ Fix #209 ] Switch the casing of y/n
13 years ago
Sorin Ionescu
a4cf629c2f
Refactor the listing of lost Git commits
13 years ago
Sorin Ionescu
f932fa792e
Add the ability to recover dropped Git stashes
13 years ago
Sorin Ionescu
7e60f13d7d
Add spacing to increase readability
13 years ago
Sorin Ionescu
00394b6069
Rename git-current-branch to git-branch-current
13 years ago
Sorin Ionescu
d3cad0721b
Remove 'prompt' from the Git position zstyle
13 years ago
Sorin Ionescu
aa925d22b4
[ Fix #170 ] Remove Git stash count leading spaces
13 years ago
Sorin Ionescu
0cd33ca694
[ Fix #169 ] Ask for confirmation when executing gsc
13 years ago
Sorin Ionescu
3c084f57bb
[ #169 ] Move _git-dir out of git-info into git-dir
13 years ago
Sorin Ionescu
ea19b5e6a7
Add an alias to git show-branch
13 years ago
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
13 years ago
Colin Hebert
5b6855e3eb
Always format Git dirty
13 years ago
Sorin Ionescu
9f0336b9d8
Remove '--mixed' from the 'gir' alias
...
Fix a bug introduced in d4a5bed
.
Though '--mixed' is the default for 'git reset', using it with paths
returns the following warning.
warning: --mixed with paths is deprecated; use 'git reset -- <paths>'
instead.
13 years ago
Sorin Ionescu
9d8187ba6b
Merge completions into functions
...
Completions are nothing more than auto-loadable functions prefixed with
an underscore placed somewhere in $FPATH.
13 years ago
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.
13 years ago
Sorin Ionescu
342f6e94a3
Remove a no longer needed .gitignore
13 years ago
Sorin Ionescu
c9b8ad569d
Convert add-zsh-trap into a module
13 years ago
Sorin Ionescu
d13b697792
Simplify Git submodule ignore settings
13 years ago
Sorin Ionescu
68dd3109fc
Move Git zstyles into the git-info header comment
13 years ago
Sorin Ionescu
48dcd2f723
Shorten git zstyle namespace
13 years ago
Sorin Ionescu
c6793d38b9
[ #23 ] Remove unnecessary compdef calls
13 years ago
Sorin Ionescu
e2859daba4
[ #23 ] Prevent errors when completion is disabled
13 years ago
Sorin Ionescu
a7340886b3
[ #23 ] Rename plugins to modules
13 years ago