rebase (autostash): avoid duplicate call to state_dir_path()
authorJohannes Schindelin <redacted>
Mon, 22 Oct 2018 22:15:02 +0000 (15:15 -0700)
committerJunio C Hamano <redacted>
Tue, 23 Oct 2018 04:17:08 +0000 (13:17 +0900)
commit71064e6008d13de72de0387a1301a557477cbed2
tree98145573eb2854fedb5420c82c80736ddac116ef
parent5541bd5b8f799ab2ae3901e38704d056b455d6ad
rebase (autostash): avoid duplicate call to state_dir_path()

We already called that function at this point, and stored the result in
the `path` variable. We might just as well use it ;-)

Signed-off-by: Johannes Schindelin <redacted>
Reviewed-by: SZEDER Gábor <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/rebase.c
git clone https://git.99rst.org/PROJECT