Re: [PATCH 5/6] stash: tweak error message in store_stash ()

2013-05-13 Thread Junio C Hamano
Ramkumar Ramachandra writes: > When the update-ref invocation fails, store_stash currently prints: > > Cannot save the current status > > This is not very useful for diagnosing the problem. Instead, print: > > Cannot store 688268c4254ca5dc6e2effa83bae4f0dbbe75e5b > > so we can inspect th

[PATCH 5/6] stash: tweak error message in store_stash ()

2013-05-13 Thread Ramkumar Ramachandra
When the update-ref invocation fails, store_stash currently prints: Cannot save the current status This is not very useful for diagnosing the problem. Instead, print: Cannot store 688268c4254ca5dc6e2effa83bae4f0dbbe75e5b so we can inspect the object and analyze why the update-ref faile