From: Junio C Hamano Date: Tue, 19 May 2015 20:17:52 +0000 (-0700) Subject: Merge branch 'jk/stash-require-clean-index' X-Git-Tag: v2.5.0-rc0~113 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/05c39674f35f33b6d2311da6c63268b9e7739840?hp=--cc Merge branch 'jk/stash-require-clean-index' "git stash pop/apply" forgot to make sure that not just the working tree is clean but also the index is clean. The latter is important as a stash application can conflict and the index will be used for conflict resolution. * jk/stash-require-clean-index: stash: require a clean index to apply t3903: avoid applying onto dirty index t3903: stop hard-coding commit sha1s --- 05c39674f35f33b6d2311da6c63268b9e7739840