Robby Russell
|
cd55560c74
Merge pull request #1654 from bertag/parse-git-dirty-support-for-1.6
|
11 年之前 |
Christian Höltje
|
8890450684
This fixes checking for git untracked items
|
11 年之前 |
Robby Russell
|
5cde893ce0
Merge pull request #1661 from hellerbarde/master
|
11 年之前 |
Philip Stark
|
56e835426b
fix git_prompt_status() to not say the repository has untracked files all the time
|
11 年之前 |
bertag
|
72ec24108a
Tweaked parse_git_dirty() in lib/git.zsh to support proper dirty/clean parsing against both git 1.6 and git 1.7+
|
11 年之前 |
Thomas Minor
|
3db22634a1
pipe git version check error to /dev/null (for when git doesn't exist)
|
11 年之前 |
Robby Russell
|
9ef7e8a191
Merge pull request #1077 from Mezzle/add-option-to-show-git-status
|
11 年之前 |
MAD
|
b9a989fea5
Add Stash toogle to display if there's some stash or not in `git_prompt_status`
|
12 年之前 |
Robby Russell
|
78e3f38db7
Merge pull request #1258 from caio/git-branch-status
|
12 年之前 |
Robby Russell
|
5aed0aed4e
Merge pull request #875 from ttddyy/prompt_git-remove
|
12 年之前 |
Robby Russell
|
9977afc0b5
Merge pull request #1263 from tedv/headless-git
|
12 年之前 |
Ted Vessenes
|
027fcccc92
Make git use sha when branch name is missing.
|
12 年之前 |
Caio Romão
|
a3c2a2f6e8
Add branch status support to git_prompt_status
|
12 年之前 |
James Smith
|
772bc51c3a
Merge
|
12 年之前 |
Martin Meredith
|
8ce35df2c5
Add option to disable status notification
|
12 年之前 |
cruser42
|
5a5c93b334
Fixed bug introduced when fixing issue 896
|
12 年之前 |
Aleksey Orekhov
|
a9f6aed307
fixed introduced to parse_git_dirty
|
12 年之前 |
Aleksey Orekhov
|
7ea758834b
changed variable PRE_1_7_2_GIT to POST_1_7_2_GIT to make it more accurate
|
12 年之前 |
Aleksey Orekhov
|
dc4d7a92c1
fixed asterisk display for modified repos in git prior to 1.7.2
|
12 年之前 |
Carlos Rodriguez
|
8769e5f8c9
Removed trailing spaces in Git files. Fixes #867
|
12 年之前 |
Tadaya Tsuyukubo
|
52733cb3bb
prompt git-remove as deleted
|
12 年之前 |
julien@macbook
|
dd14e075b7
Ignore submodules dirty in prompt info
|
13 年之前 |
James Smith
|
0ba398f9e1
Merge in recent stuff
|
13 年之前 |
Brandon Konkle
|
6774fb3d59
Minor corrections to deletion detection in git_prompt_status
|
13 年之前 |
Michael Hanson
|
c014dca141
Fix deleted in git.zsh
|
13 年之前 |
Juan G. Hurtado
|
e129fc5a28
Adds support for $(current_branch) on git_parse_ahead()
|
13 年之前 |
Juan G. Hurtado
|
077baa7bb1
Adds new prompt methods on Git lib
|
13 年之前 |
James Smith
|
2d5412e99b
Added new function git_remote_status to check if we are ahead, behind or diverged from the remote branch
|
13 年之前 |
Sorin Ionescu
|
90a9a5f251
Added modified while newly added and type change detection to git prompt modified status.
|
13 年之前 |
Sven Lito
|
dc12853b0c
merging in changes from robby's repo
|
14 年之前 |