Skip to content
  • Jon Seymour's avatar
    detached-stash: simplify git stash show · a9bf09e1
    Jon Seymour authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    This commit refactors git stash show to make use of the assert_stash_like function.
    
    git show now dies if the presented argument is non-stash-like.
    
    Previous behaviour was to tolerate commits that were not even stash-like.
    
    Previously, git stash show would accept stash-like arguments, but
    only if there was a stash on the stack.
    
    Now, git stash accepts stash-like arguments always and only fails
    if no stash-like argument is specified and there is no stash stack.
    
    Signed-off-by: default avatarJon Seymour <jon.seymour@gmail.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    a9bf09e1