• J
    Merge branch 'jk/checkout-from-tree' into maint · 447c39a9
    Junio C Hamano 提交于
    "git checkout $treeish $path", when $path in the index and the
    working tree already matched what is in $treeish at the $path,
    still overwrote the $path unnecessarily.
    
    * jk/checkout-from-tree:
      checkout $tree: do not throw away unchanged index entries
    447c39a9
checkout.c 34.4 KB