Skip to content

Commit

Permalink
Merge branch 'maint-1.6.0' into maint
Browse files Browse the repository at this point in the history
* maint-1.6.0:
  Avoid spurious error messages on error mistakes.
  contrib/examples/README: give an explanation of the status of these files
  • Loading branch information
Junio C Hamano committed Jan 13, 2009
2 parents 9279bf3 + 12dd111 commit 1cbe69f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions contrib/examples/README
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion git-rebase--interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cbe69f

Please sign in to comment.