Gábor reported in https://public-inbox.org/git/20181019124625.GB30222@xxxxxxxxxx/ that t5520-pull.sh fails from time to time, and Alban root-caused this to a bug in the built-in rebase. This patch series fixes that, and while at it also fixes an oversight of yours truly when helping Pratik with his GSoC project, and it also adds a change on top that makes really, really certain that git stash apply interprets the OID passed to it correctly (as opposed to an insanely large number for the stash reflog). Please note that I based these patches on top of next (they might be most appropriately applied on top of rebase-in-c-6-final, though). (Sorry for the v2, v1 did not send due to an UTF-8 character in the Cc: list, a bug that still needs to be fixed in GitGitGadget.) Johannes Schindelin (3): rebase (autostash): avoid duplicate call to state_dir_path() rebase (autostash): store the full OID in <state-dir>/autostash rebase (autostash): use an explicit OID to apply the stash builtin/rebase.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) base-commit: 500967bb5e73b67708a64a4360867cf2407ba880 Published-As: https://github.com/gitgitgadget/git/releases/tags/pr-52%2Fdscho%2Ffix-rebase-autostash-v2 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-52/dscho/fix-rebase-autostash-v2 Pull-Request: https://github.com/gitgitgadget/git/pull/52 Range-diff vs v1: 1: 88241ad32 = 1: 88241ad32 rebase (autostash): avoid duplicate call to state_dir_path() 2: 86107a6d0 = 2: 86107a6d0 rebase (autostash): store the full OID in <state-dir>/autostash 3: d3b47a4c1 = 3: 07140a71d rebase (autostash): use an explicit OID to apply the stash -- gitgitgadget