Merge branch 'maint'
* maint: Avoid spurious error messages on error mistakes. contrib/examples/README: give an explanation of the status of these files
This commit is contained in:
commit
3ea95d2b0e
3
contrib/examples/README
Normal file
3
contrib/examples/README
Normal file
@ -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)
|
||||
comment_for_reflog squash
|
||||
|
||||
has_action "$DONE" ||
|
||||
test -f "$DONE" && has_action "$DONE" ||
|
||||
die "Cannot 'squash' without a previous commit"
|
||||
|
||||
mark_action_done
|
||||
|
Loading…
Reference in New Issue
Block a user