Merge branch 'sg/completion-gitcomp-nl-for-refs' into maint
[gitweb.git] / t / t3404-rebase-interactive.sh
index 5dc2caf3c58d195c239f6bf3627d3d4f469bb81b..034eb35cdf3f13686f10737267567c08e749ad1c 100755 (executable)
@@ -1039,6 +1039,13 @@ test_expect_success 'short SHA-1 collide' '
        )
 '
 
+test_expect_success 'respect core.abbrev' '
+       git config core.abbrev 12 &&
+       set_cat_todo_editor &&
+       test_must_fail git rebase -i HEAD~4 >todo-list &&
+       test 4 = $(grep -c "pick [0-9a-f]\{12,\}" todo-list)
+'
+
 test_expect_success 'todo count' '
        write_script dump-raw.sh <<-\EOF &&
                cat "$1"