Martin Gondermann
5b7c067270
Updated Instructions for HomeBrew in README
...
Should fix #276
9 years ago
YUKI "Piro" Hiroshi
30df96208f
Fix order of commands for the .bashrc
...
GIT_PROMPT_ONLY_IN_REPO=1 must be done before gitprompt.sh is loaded.
9 years ago
Andrew Goodricke
c43474d780
Added Ubuntu themes to README.md
9 years ago
oGre
21ea21f406
Changed if statement. Added docs.
9 years ago
nexayq
e209406efa
Fixed typos in README
10 years ago
nexayq
1d32369dab
Add git_prompt_toggle to disable/enable gitprompt
10 years ago
Thomas Rebele
0ac3d048be
added option to specify path of template file
10 years ago
Martin Gondermann
cca16cc260
git clone --depth=0 is invalid, Fixes #241
10 years ago
mik-laj
297b3b2fb3
Download only latest version via git
10 years ago
Philip Jagielski
6a7a70f5eb
Fix plurality in README
...
Otherwise it would be more correct to say file(s) with merge conflict(s).
10 years ago
Vitaly Zdanevich
1b7e80afa5
simplify section about installation
10 years ago
Martin Gondermann
410fd059a7
GIT_PROMPT_SHOW_UNTRACKED_FILES=no was not working correctly
...
* Fixed the bug, than GIT_SHOW_UNTRACKED_FILES=no was not respected
* Renamed GIT_SHOW_UNTRACKED_FILES to GIT_PROMPT_SHOW_UNTRACKED_FILES as
this is more consistent to the other environment variables
* GIT_PROMPT_SHOW_UNTRACKED_FILES can be now also set on a per
repository basis in .bash-git-rc
* Updated README
Fixes #215 and 216
10 years ago
Arne Schmitz
aa0b32fdb5
add documentation for GIT_SHOW_UNTRACKED_FILES
10 years ago
oGre
f0dea79027
Updated documentation. Let GIT_PROMPT_STATUS_COMMAND be set outside a theme before loading gitprompt.sh
10 years ago
oGre
41aa8fe825
Unset the new variable. Documentation added in README.md Removed unexpected token warning.
10 years ago
oGre
7edc0233fe
Updated documentation
10 years ago
Martin Gondermann
4a993d8735
Makes merge conflicts clearer
...
fixes #151
10 years ago
Martin Gondermann
d054b3a9a3
Added Gitter, removed Gittip
10 years ago
Adron Hall
ac88ad4757
Extremelly minor change to installation README.md for OS-X.
10 years ago
Martin Gondermann
cf4971a868
The README contained a reference to the deprecated Python script
...
Fixes #134
11 years ago
Marcin Zajączkowski
050bc86d54
Add info about L symbol to README
...
3 questions about that in a few months.
11 years ago
Bernhard Graf
1d9cc2fcbe
Fixed RPM build.
...
- use only $VER (no more $VER1) to avoid confusion
- added themes directory
11 years ago
Martin Gondermann
a4a79027d9
Updated README
11 years ago
Martin Gondermann
6118c4ae01
Update README.md
11 years ago
Martin Gondermann
c370fb3392
Update README.md
11 years ago
Martin Gondermann
43a0d72df3
Updated README
11 years ago
Martin Gondermann
fa1189b112
Added possibility to ignore a repository completely by adding "GIT_PROMPT_IGNORE=1" to .bash-git-rc
...
Fixes #80
11 years ago
Martin Gondermann
3569c97ba0
Ditched the config variable GIT_PROMPT_SHOW_LAST_COMMAND_INDICATOR in favor of a more general approach with a placeholder.
...
Fixes #76
11 years ago
Martin Gondermann
a647ceb08e
added helper function git_prompt_color_samples to show a list with all available named colors
11 years ago
Martin Gondermann
eac8ccf25e
Updated homebrew instructions in README.md
11 years ago
Martin Gondermann
93c0cf4ce4
Added homebrew install documentation to README
...
Fixes #69
11 years ago
Martin Gondermann
f833ffc0da
Added Flattr button to Donations on README
11 years ago
Martin Gondermann
08549e3e76
Updated Readme with license, personal info and donation link
11 years ago
Martin Gondermann
558bc511c2
updated README.md
11 years ago
Alan Stebbens
1a144e23db
aks: addd git_prompt_reset
11 years ago
Martin Gondermann
957eb80d2a
Readded the LAST_COMMAND_INDICATOR-Functionality, which got lost on last merge.
...
Added fix for #67
11 years ago
Alan Stebbens
7063695c86
aks: updated README.md
11 years ago
Alan Stebbens
76dcf8b530
aks: updated README.md
11 years ago
Justin Zhang
e0183531c3
Add spec file to build rpm package
12 years ago
Martin Gondermann
c32b48bdfe
Updated README
12 years ago
Martin Gondermann
71001b1215
Implemented the possibility for an indicator which shows the result of the last command.
...
To enable just write
export GIT_PROMPT_SHOW_LAST_COMMAND_INDICATOR=1
just before sourcing the gitprompt.sh
fixes #60
12 years ago
Alexandre Ardhuin
5c4581f37d
Fix an error when opening a new tab from terminal
...
Opening a new tab from a terminal where the current path is not $HOME I get the following error :
```
bash: .bash-git-prompt/gitprompt.sh: No such file or directory
```
12 years ago
Martin Gondermann
e7735e6162
updated README
12 years ago
Martin Gondermann
5836a50cc1
Made the start and end of the prompt configurable via the .git-prompt-colors.sh
12 years ago
Alan Stebbens
ae1c1d1ef0
aks:externalize git prompt colors; add help func
12 years ago
Alan Stebbens
f60217ae2c
aks: added Cyan as a color, and used it for untracked files. Updated README
12 years ago
Alan Stebbens
3a97752a25
aks: fixed order of config items
12 years ago
Alan Stebbens
817bdf3584
aks: added gitstatus.sh, and configured it in gitprompt.sh
12 years ago
Alan Stebbens
0704670f8e
aks: added gitstatus.sh, and configured it in gitprompt.sh
12 years ago
Ralf Steuerwald
100e7034c5
Show number of stash entries in bash prompt
12 years ago