All Versions
21
Latest Version
Avg Release Cycle
169 days
Latest Release
931 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0 Changes
March 24, 2018This is actually a minor, but breaking change.
gitHUD
executable was renamed togithud
-
v1.3.7 Changes
March 31, 2017- When in detached, but on a commit that has a tag, display the tag name rather than the commit SHA
-
v1.3.6 Changes
February 07, 2017- BASH shell: properly escape invisible control characters so that the prompt length is computed properly
-
v1.3.5 Changes
- in 1.3.1 I introduced
merge_branch_ignore_branches
to be able to deal with "false" branches like the famous gh-pages. It happens that if this branch was properly created as an orphan branch (git branch --orphan gh-pages
), ๐ then I can detect that it does not merge back into master and not show this part of the prompt automatically without people having to manually maintain ๐ป exception. Thanks to Markus for pointing that out
- in 1.3.1 I introduced
-
v1.3.4 Changes
- ๐ Minor breaking change: Removed the trailing space. If you need it, just put it in your prompt definition
- Do not override background color. Just act on foreground text color
-
v1.3.3 Changes
- ๐ Merge branch count indicator will not include merge-commit anymore. This is actually redundant in all case. In fact, in a develop/master typical flow, ๐ when develop merges into master and develop and master are actually equal, if ๐ you count the merge-commit, you'll have the impression that there is a delta between the 2 branches
-
v1.3.2 Changes
- Introduce
merge_branch_ignore_branches
config list that allows to not display the merge-branch part of the prompt for certain branch names
- Introduce
-
v1.3.1 Changes
- ๐ Allow for a special "NoColor" configuration color to reset to the terminal foreground color
- 0๏ธโฃ NoColor is the default if the config file cannot be read
- Protect the prompt from possible color set before gitHUD is invoked
- 0๏ธโฃ Branch name has no color by default
- 0๏ธโฃ The default commit pull-push symbol is changed to a (hopefully) clearer 'โฅฏ'
-
v1.3.0 Changes
- โ Remove dependency on a patched font in the default config
- ๐ Allow for partial prompt through configuration
-
v1.2.0 Changes
- ๐ง Configurable "no remote tracking branch" color
- ๐ Fix brew formula in gbataille/homebrew-gba which failed on some configs