1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-21 11:36:08 +02:00

Merge branch 'ad/rebase-i-serie-typofix' into maint

Typofix.

* ad/rebase-i-serie-typofix:
  rebase -i: fix comment typo
This commit is contained in:
Junio C Hamano 2017-11-21 14:05:32 +09:00
commit 8ff22f5a88

View File

@ -722,7 +722,7 @@ collapse_todo_ids() {
git rebase--helper --shorten-ids
}
# Add commands after a pick or after a squash/fixup serie
# Add commands after a pick or after a squash/fixup series
# in the todo list.
add_exec_commands () {
{