Zhiming Wang
fe6f11960c
rename two internal variables for readability
...
* `prompt_pure_git_delay_dirty_check` holds the (finish) timestamp of
the last dirty check (if the dirty check took more than 2 seconds);
renamed to `prompt_pure_git_last_dirty_check_timestamp`.
* Local variable `dirty_check` holds the elapsed time in seconds since
the last dirty check (if the timestamp is set); renamed to
`time_since_last_dirty_check`.
2015-06-13 03:45:23 -07:00
Mathias Fredriksson
58167f1879
Use standard [[ ]] for conditional and add clarifications
2015-06-13 13:21:44 +03:00
Mathias Fredriksson
b55776e7aa
fix: do the PURE_GIT_PULL check in the correct place
2015-06-02 20:16:27 +03:00
Sindre Sorhus
77e0633639
1.1.0
2015-06-01 16:02:35 +02:00
Mathias Fredriksson
fbca62ea3f
Close #124 PR: Show hostname in terminal title if session is over ssh.
2015-06-01 13:27:44 +02:00
Sindre Sorhus
df9f2ec38d
Merge pull request #125 from sindresorhus/dirty-check
...
Use slightly faster git dirty check for untracked files
2015-06-01 13:26:50 +02:00
Mathias Fredriksson
016b5ec7db
Use slightly faster git dirty check for untracked files
2015-06-01 13:09:15 +03:00
Mathias Fredriksson
3d807f5d54
import bug-fix release from zsh-async, fixes async job flushing
2015-05-30 18:41:21 +03:00
Mathias Fredriksson
235de91de8
readme: faq clarificaitons
2015-05-28 21:11:19 +03:00
Mathias Fredriksson
c1db3eb2dd
readme: add zpty error to faq with explanation and potential solutions
2015-05-28 20:03:04 +03:00
Mathias Fredriksson
38c381039e
readme: update instructions for antigen and oh-my-zsh. remove incompatible async.plugin.zsh
2015-05-28 20:01:30 +03:00
Mathias Fredriksson
d766c8b8d9
use cd -q to prevent hooks from firing
2015-05-27 19:30:12 +03:00
Mathias Fredriksson
e46c59ff45
prevent git status leakage when testing if dirty
2015-05-27 18:55:39 +03:00
Mathias Fredriksson
a57987499b
fix paths that are split due to spaces in directory names
2015-05-27 18:44:40 +03:00
Sindre Sorhus
04212522f3
add @mafredri as a maintainer
...
🍻 Thanks for all the good work! :)
2015-05-23 21:07:58 +02:00
Sindre Sorhus
8132bc5efd
1.0.0
2015-05-23 14:55:17 +02:00
Sindre Sorhus
be77b9cb52
minor tweaks
2015-05-23 14:47:50 +02:00
Mathias Fredriksson
94ccd581dd
Close #108 PR: Refactor async logic and allow for async git status..
2015-05-23 13:32:21 +02:00
Sindre Sorhus
467a1a6ce2
Merge pull request #112 from mafredri/fix-git-terminal-prompt
...
Only disable git terminal prompt for git fetch
2015-05-14 00:57:38 +02:00
Mathias Fredriksson
786b580dc9
Only disable git terminal prompt for git fetch
2015-05-13 21:11:38 +03:00
Sindre Sorhus
5ade8aeb8a
fast git execution
2015-04-27 09:31:21 +07:00
Kevin Mårtensson
6ab06a26d7
Merge pull request #110 from ehamberg/noautogc
...
Make sure git background fetch doesn't trigger gc
2015-04-10 19:40:38 +02:00
Erlend Hamberg
759736af29
Make sure git background fetch doesn't trigger gc
2015-03-10 19:27:39 +01:00
Sindre Sorhus
ef1329909a
Merge pull request #107 from mafredri/spacing-fix-2
...
Fix ssh/root spacing issue.
2015-03-06 17:36:42 +08:00
Mathias Fredriksson
f49c5bdf21
Fix ssh/root spacing issue.
2015-02-24 23:48:12 +02:00
Sindre Sorhus
981955a93c
Merge pull request #105 from mafredri/master
...
Fix prompt precmd spacing.
2015-02-23 12:56:04 +07:00
Mathias Fredriksson
c1aa51346e
Fix prompt precmd spacing.
...
Only add spaces if there is content.
2015-02-21 13:47:56 +02:00
Sindre Sorhus
e5a55c5469
Merge pull request #104 from MoOx/patch-2
...
Add a note about the prompt loop that has been fixed in git 2.3
2015-02-06 19:25:33 +07:00
Maxime Thirouin
57a45fe35f
Add a note about the prompt loop that has been fixed in git 2.3
2015-02-06 13:07:30 +01:00
Sindre Sorhus
b76a0efe74
0.5.1
2015-02-06 18:39:37 +07:00
Sindre Sorhus
f43ab97e1c
disable auth prompting on git 2.3+ - fixes #76
...
https://github.com/blog/1957-git-2-3-has-been-released
2015-02-06 18:39:14 +07:00
Sindre Sorhus
6178236316
fix indent
2015-01-26 21:27:11 +08:00
Sindre Sorhus
defd777d5f
Merge pull request #103 from MoOx/patch-1
...
Add shell loop/auth issue in the FAQ
2015-01-26 21:26:43 +08:00
Maxime Thirouin
1a784dd7a2
Add shell loop/auth issue in the FAQ
...
Ref #76
2015-01-26 14:25:45 +01:00
Sindre Sorhus
ed7525712c
add FAQ section
2015-01-26 21:17:10 +08:00
Sindre Sorhus
f1371d5074
0.5.0
2014-12-31 13:43:23 +07:00
Sindre Sorhus
0e279a17d4
fix indent
2014-12-31 13:42:31 +07:00
Sindre Sorhus
5bf86a48d5
Merge pull request #96 from danielhan/master
...
work tree check bug fix
2014-12-31 13:41:39 +07:00
Kanstantsin Kamkou
f38e463b3c
Close #100 PR: PURE_PROMPT_SYMBOL added.
2014-12-31 13:39:05 +07:00
Sindre Sorhus
ea12ed343b
Merge pull request #97 from sorin-ionescu/patch-1
...
Update Prezto instructions
2014-12-17 15:19:04 +07:00
Sorin Ionescu
3f09bf154b
Update Prezto instructions
2014-12-16 18:47:53 -05:00
Sindre Sorhus
2367f4f864
0.4.0
2014-12-15 12:54:10 +07:00
Michael Robinson
09740f68ea
Close #94 PR: Show when root.
2014-12-15 12:50:28 +07:00
Daniel Han
dba5fc3400
work tree check bug fix
2014-11-29 00:25:51 -05:00
Sindre Sorhus
2577a4cc07
0.3.1
2014-09-30 14:42:26 +02:00
Sindre Sorhus
d1fa180a13
Merge pull request #87 from azuwis/master
...
Allow check Git remote feature to ignore some repos
2014-09-30 14:41:59 +02:00
Zhong Jianxin
d4400b7bd9
Skip checking git remote if working tree is $HOME
2014-09-30 20:36:16 +08:00
Sindre Sorhus
76ff1da1d6
add note about minimum requirements - fixes #85
2014-09-28 23:31:56 +02:00
Sindre Sorhus
f762b5ffa1
tweaks
2014-09-05 14:55:06 +02:00
Sindre Sorhus
7c00276fba
Update readme.md
2014-08-09 17:59:17 +02:00