<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/git-prompt, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/git-prompt?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/git-prompt?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2025-04-19T17:49:16Z</updated>
<entry>
<title>fix(git-prompt): use `--git-common-dir` to load stash count (#13072)</title>
<updated>2025-04-19T17:49:16Z</updated>
<author>
<name>Kat R.</name>
<email>signe@users.noreply.github.com</email>
</author>
<published>2025-04-19T17:49:16Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=a7426f0b38817bf7cd7000a5d378b7cfb059884f'/>
<id>urn:sha1:a7426f0b38817bf7cd7000a5d378b7cfb059884f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README for git-prompt to clarify how to use (#10922)</title>
<updated>2024-04-06T17:23:19Z</updated>
<author>
<name>David Chin</name>
<email>prehensilecode@users.noreply.github.com</email>
</author>
<published>2024-04-06T17:23:19Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=bf713e2c112ee1f0daf10deffa1215c982513f9b'/>
<id>urn:sha1:bf713e2c112ee1f0daf10deffa1215c982513f9b</id>
<content type='text'>
* Add note about need to customise theme.

It may not be obvious that the theme needs to be customised. See: https://github.com/ohmyzsh/ohmyzsh/issues/9395

* Clarify type of theme customisation needed.</content>
</entry>
<entry>
<title>feat(git-prompt): add option to show upstream branch (#11336)</title>
<updated>2022-11-14T16:38:44Z</updated>
<author>
<name>Lennart Ochel</name>
<email>lennart.ochel@vti.se</email>
</author>
<published>2022-11-14T16:38:44Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=a482a02915f361e56669ee9884ebee0eb6f2d8d5'/>
<id>urn:sha1:a482a02915f361e56669ee9884ebee0eb6f2d8d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(git-prompt): show deleted files (#11245)</title>
<updated>2022-11-12T10:46:06Z</updated>
<author>
<name>Lennart Ochel</name>
<email>lennart.ochel@vti.se</email>
</author>
<published>2022-11-12T10:46:06Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=fb66b67d683935cd0e4a5282064947a28087a91b'/>
<id>urn:sha1:fb66b67d683935cd0e4a5282064947a28087a91b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: use `python3` for all `python` invocations (#10832)</title>
<updated>2022-04-09T12:45:42Z</updated>
<author>
<name>Carlo Sala</name>
<email>carlosalag@protonmail.com</email>
</author>
<published>2022-04-09T12:45:42Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=0818df057cca59a949ffa88947a6b16dec2411ca'/>
<id>urn:sha1:0818df057cca59a949ffa88947a6b16dec2411ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(git-prompt): fix clean prompt when stash is not empty (#9978)</title>
<updated>2021-12-29T10:54:13Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-29T10:51:05Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=bc7bc74469ee5e412ae54c45ebaa5e07295323c5'/>
<id>urn:sha1:bc7bc74469ee5e412ae54c45ebaa5e07295323c5</id>
<content type='text'>
Fixes #9978
</content>
</entry>
<entry>
<title>chore: fix comment bulk replace</title>
<updated>2021-12-28T13:34:09Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-28T13:16:54Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=c06197ad954baf3567d8711e43ad542aef86e6bc'/>
<id>urn:sha1:c06197ad954baf3567d8711e43ad542aef86e6bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: handle `$0` according to the Zsh plugin standard (#10518)</title>
<updated>2021-12-28T11:29:24Z</updated>
<author>
<name>Curtis Rueden</name>
<email>ctrueden@wisc.edu</email>
</author>
<published>2021-12-18T20:53:49Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2d32e9be668672c110405aa2952ab8adaf374856'/>
<id>urn:sha1:2d32e9be668672c110405aa2952ab8adaf374856</id>
<content type='text'>
For details and rationale, see:
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html

Closes #10518
</content>
</entry>
<entry>
<title>docs(git-prompt): explain stashed icon (⚑) (#9619)</title>
<updated>2021-01-27T16:28:04Z</updated>
<author>
<name>Aidin Gharibnavaz</name>
<email>aidin@aidinhut.com</email>
</author>
<published>2021-01-27T16:28:04Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=f75f8bb930c6c7aed5e4e7bded94936f6d9f7724'/>
<id>urn:sha1:f75f8bb930c6c7aed5e4e7bded94936f6d9f7724</id>
<content type='text'>
Stashed icon was added in #4880</content>
</entry>
<entry>
<title>feat(git-prompt): display stash count in prompt</title>
<updated>2021-01-15T18:03:29Z</updated>
<author>
<name>Arnaud Thimel</name>
<email>thimel@codelutin.com</email>
</author>
<published>2016-02-25T15:36:31Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=47c04d921ebb3fe4916eb131ae11557650aa1ae3'/>
<id>urn:sha1:47c04d921ebb3fe4916eb131ae11557650aa1ae3</id>
<content type='text'>
</content>
</entry>
</feed>
