]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'nl/reset-patch-takes-a-tree'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:47 +0000 (12:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:47 +0000 (12:52 -0800)
"git reset --patch $object" without any pathspec should allow a
tree object to be given, but incorrectly required a committish,
which has been corrected.

* nl/reset-patch-takes-a-tree:
  reset: parse rev as tree-ish in patch mode


Trivial merge