]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ld/p4-unshelve-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 22:25:40 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 22:25:40 +0000 (15:25 -0700)
The "unshelve" subcommand of "git p4" used incorrectly used
commit^N where it meant to say commit~N to name the Nth generation
ancestor, which has been corrected.

* ld/p4-unshelve-fix:
  git-p4: use HEAD~$n to find parent commit for unshelve
  git-p4 unshelve: adding a commit breaks git-p4 unshelve


Trivial merge