This repository was archived by the owner on Jun 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Leonardo Giordani
5555Mark Borcherding
5656Mark Derricutt
5757Mateusz Kaczmarek
58+ Matias Hernan Lauriti
5859Nowell Strite
5960Opher Vishnia
6061Peter Schröder
Original file line number Diff line number Diff line change 2828
2929# Changelog
3030
31+ #### 1.10.1
32+ [ Peter van der Does] [ petervanderdoes ]
33+ * Bugfix: flag short name (p) already defined
34+
3135#### 1.10.0
3236[ Peter van der Does] [ petervanderdoes ]
3337* Update github links.
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ to get rid of the local feature that tracks a remote branch that no more exist.
187187
188188### Using Hooks and Filters
189189
190- For a wide variety of commands hooks or filters can called before and after
190+ For a wide variety of commands hooks or filters can be called before and after
191191the command.
192192The files should be placed in .git/hooks
193193In the directory hooks you can find examples of all the hooks available.
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ no-ff! Never fast-forward during the merge
258258 DEFINE_boolean 'fetch' false "fetch from $ORIGIN before performing finish" F
259259 DEFINE_boolean 'rebase' false "rebase before merging" r
260260 DEFINE_boolean 'preserve-merges' false 'try to recreate merges while rebasing' p
261- DEFINE_boolean 'push' false "push to $ORIGIN after performing finish" p
261+ DEFINE_boolean 'push' false "push to $ORIGIN after performing finish"
262262 DEFINE_boolean 'keep' false "keep branch after performing finish" k
263263 DEFINE_boolean 'keepremote' false "keep the remote branch"
264264 DEFINE_boolean 'keeplocal' false "keep the local branch"
Original file line number Diff line number Diff line change 3535# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3636#
3737
38- GITFLOW_VERSION=1.10.0
38+ GITFLOW_VERSION=1.10.1
3939
4040initialize() {
4141 # A function can not be empty. Comments count as empty.
You can’t perform that action at this time.
0 commit comments