|
1 | | -2.6.1 (2016-08-19) |
2 | | ------------------- |
| 1 | +### [2.7.0](../../../compare/2.6.1...2.7.0) - 2017-07-21 |
3 | 2 |
|
4 | | -- [[status.sh](status.md)] Hide git log errors |
5 | | -- [[status.sh](status.md)] Add yellow message "Branch does not exist on origin" |
6 | | -- [[status.sh](status.md)] Add red message with git log error code when error occured |
7 | | -- Add $fonrColor parameter to smallBlock() |
8 | | -- [[status.sh](status.md)] Change font color from white to black for yellow messages (Commits needs to be pushed and Branch does not exist on origin) |
| 3 | +- [deltag.sh](deltag.md) Now delete how much tags as you need |
| 4 | +- [status.sh](status.md) Call git fetch to refresh git cache when commits need to be pushed |
| 5 | + |
| 6 | +### [2.6.1](../../../compare/2.6.0...2.6.1) - 2016-08-19 |
9 | 7 |
|
10 | | -2.6.0 (2016-02-27) |
11 | | ------------------- |
| 8 | +- [status.sh](status.md) Hide git log errors |
| 9 | +- [status.sh](status.md) Add yellow message "Branch does not exist on origin" |
| 10 | +- [status.sh](status.md) Add red message with git log error code when error occured |
| 11 | +- Add $fonrColor parameter to smallBlock() |
| 12 | +- [status.sh](status.md) Change font color from white to black for yellow messages (Commits needs to be pushed and Branch does not exist on origin) |
12 | 13 |
|
13 | | -- [[status.sh](status.md)] Add -show-current-path-title parameters |
14 | | -- [[rebase.sh](rebase.md)] Call status.sh with -show-current-path-title=no -max-depth=1 parameters |
| 14 | +### [2.6.0](../../../compare/2.5.0...2.6.0) - 2016-02-27 |
15 | 15 |
|
| 16 | +- [status.sh](status.md) Add -show-current-path-title parameters |
| 17 | +- [rebase.sh](rebase.md) Call status.sh with -show-current-path-title=no -max-depth=1 parameters |
16 | 18 |
|
17 | | -2.5.0 (2015-01-18) |
18 | | ------------------- |
| 19 | +### [2.5.0](../../../compare/2.4.1...2.5.0) - 2015-01-18 |
19 | 20 |
|
20 | | -- [[renamebranch.sh](renamebranch.md)] Add renamebranch.sh, who rename local branch and push change to origin |
| 21 | +- [renamebranch.sh](renamebranch.md) Add renamebranch.sh, who rename local branch and push change to origin |
21 | 22 |
|
22 | | -2.4.1 (2015-12-07) |
23 | | ------------------- |
| 23 | +### [2.4.1](../../../compare/2.4.0...2.4.1) - 2015-12-07 |
24 | 24 |
|
25 | 25 | - Fix "HEAD détachée" repository status in status.sh |
26 | 26 |
|
27 | | -2.4.0 (2015-11-26) |
28 | | ----------------- |
| 27 | +### [2.4.0](../../../compare/2.3.0...2.4.0) - 2015-11-26 |
29 | 28 |
|
30 | | -- [[deluntrackedbranch.sh](deluntrackedbranch.md)] List untracked branch by default, use --force to really delete them |
| 29 | +- [deluntrackedbranch.sh](deluntrackedbranch.md)] List untracked branch by default, use --force to really delete them |
31 | 30 |
|
32 | | -2.3.0 (2015-09-03) |
33 | | ----------------- |
| 31 | +### [2.3.0](../../../compare/2.2.2...2.3.0) - 2015-09-03 |
34 | 32 |
|
35 | | -- [[changelog.md](changelog.md)] Add changelog |
36 | | -- [[status.sh](status.md)] Documentation for -show-detached parameter |
37 | | -- [[deluntrackedbranch.sh](deluntrackedbranch.md)] Add deluntrackedbranch.sh |
| 33 | +- [changelog.md](changelog.md) Add changelog |
| 34 | +- [status.sh](status.md) Documentation for -show-detached parameter |
| 35 | +- [deluntrackedbranch.sh](deluntrackedbranch.md) Add deluntrackedbranch.sh |
38 | 36 |
|
39 | | -2.2.2 (2015-05-04) |
40 | | ------------------- |
| 37 | +### [2.2.2](../../../compare/2.2.1...2.2.2) - 2015-05-04 |
41 | 38 |
|
42 | | -- [composer.json] Add composer.json |
| 39 | +- Add composer.json |
43 | 40 |
|
44 | | -2.2.1 (2015-05-04) |
45 | | ------------------- |
| 41 | +### [2.2.1](../../../compare/2.2.0...2.2.1) - 2015-05-04 |
46 | 42 |
|
47 | | -- [[rebase.sh](rebase.md)] Add rebase.sh parameters to git push call (ex : rebase.sh -f will now call git push -f origin foo) |
48 | | -- [[rebase.sh](rebase.md)] Fix countEditedFiles calculation |
| 43 | +- [rebase.sh](rebase.md) Add rebase.sh parameters to git push call (ex : rebase.sh -f will now call git push -f origin foo) |
| 44 | +- [rebase.sh](rebase.md) Fix countEditedFiles calculation |
49 | 45 |
|
50 | | -2.2.0 (2015-04-30) |
51 | | ------------------- |
| 46 | +### [2.2.0](../../../compare/2.1.0...2.2.0) - 2015-04-30 |
52 | 47 |
|
53 | | -- [[rebase.sh](rebase.md)] Add rebase.sh, to rebase your branch from another branch. Ask you if you want to stash your changes before, and pop them after rebase. |
| 48 | +- [rebase.sh](rebase.md) Add rebase.sh, to rebase your branch from another branch. Ask you if you want to stash your changes before, and pop them after rebase. |
54 | 49 | - Add color to executed commands |
55 | 50 |
|
56 | | -2.1.0 (2015-04-29) |
57 | | ------------------- |
| 51 | +### [2.1.0](../../../compare/2.0.1...2.1.0) - 2015-04-29 |
58 | 52 |
|
59 | | -- [[push.sh](push.md)] Add push.sh, to push only current branch to origin. |
60 | | -- [[status.sh](status.md)] Add -show-detached parameter, to show or hide detached repositories. |
61 | | -- [[status.sh](status.md)] Add -max-depth parameter, to indicate at which depth status.sh will try to find git. repositories |
| 53 | +- [push.sh](push.md) Add push.sh, to push only current branch to origin. |
| 54 | +- [status.sh](status.md) Add -show-detached parameter, to show or hide detached repositories. |
| 55 | +- [status.sh](status.md) Add -max-depth parameter, to indicate at which depth status.sh will try to find git. repositories |
62 | 56 |
|
63 | | -2.0.1 (2014-07-08) |
64 | | ------------------- |
| 57 | +### [2.0.1](../../../compare/2.0.0...2.0.1) - 2014-07-08 |
65 | 58 |
|
66 | | -- [[status.sh](status.md)] Add -show-uptodate parameter, to show or hide repositories without changes (use it to see if status.sh find all your repositories for example). |
67 | | -- [[status.sh](status.md)] Fix find call, to find git repositories. |
| 59 | +- [status.sh](status.md) Add -show-uptodate parameter, to show or hide repositories without changes (use it to see if status.sh find all your repositories for example). |
| 60 | +- [status.sh](status.md) Fix find call, to find git repositories. |
68 | 61 |
|
69 | | -2.0.0 (2014-06-23) |
70 | | ------------------- |
| 62 | +### [2.0.0](../../../compare/1.0.0...2.0.0) - 2014-06-23 |
71 | 63 |
|
72 | | -- [[status.sh](status.md)] Rename gitstatus.sh to status.sh. |
73 | | -- [[addtag.sh](addtag.md)] Add addtag.sh, to add and push new tag. |
74 | | -- [[deltag.sh](deltag.md)] Add deltag.sh, to delete a git tag. |
| 64 | +- [status.sh](status.md) Rename gitstatus.sh to status.sh. |
| 65 | +- [addtag.sh](addtag.md) Add addtag.sh, to add and push new tag. |
| 66 | +- [deltag.sh](deltag.md) Add deltag.sh, to delete a git tag. |
75 | 67 |
|
76 | | -1.0.0 (2014-04-28) |
77 | | ------------------- |
| 68 | +### 2.0.0- 2014-04-28 |
78 | 69 |
|
79 | | -- [[gitstatus.sh](status.md)] Simple and colored format for git status, and try to find git repositories in sub directories (like vendor). |
| 70 | +- [gitstatus.sh](status.md) Simple and colored format for git status, and try to find git repositories in sub directories (like vendor). |
80 | 71 |
|
81 | 72 |
|
82 | 73 | [Back to index](../README.md) |
0 commit comments