Merge branch 'maint-1.6.0' into maint
* maint-1.6.0: Avoid spurious error messages on error mistakes. contrib/examples/README: give an explanation of the status of these filesmaint
commit
1cbe69f649
|
@ -0,0 +1,3 @@
|
||||||
|
These are original scripted implementations, kept primarily for their
|
||||||
|
reference value to any aspiring plumbing users who want to learn how
|
||||||
|
pieces can be fit together.
|
|
@ -349,7 +349,7 @@ do_next () {
|
||||||
squash|s)
|
squash|s)
|
||||||
comment_for_reflog squash
|
comment_for_reflog squash
|
||||||
|
|
||||||
has_action "$DONE" ||
|
test -f "$DONE" && has_action "$DONE" ||
|
||||||
die "Cannot 'squash' without a previous commit"
|
die "Cannot 'squash' without a previous commit"
|
||||||
|
|
||||||
mark_action_done
|
mark_action_done
|
||||||
|
|
Loading…
Reference in New Issue