Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-p4: Fix regression in p4Where method.
Unfortunately, I introduced a bug in commit 7f705dc (git-p4: Fix bug in p4Where method). This happens because sometimes the result from "p4 where <somepath>" doesn't contain a "depotFile" key, but instead a "data" key that needs further parsing. This commit should ensure that both of these cases are checked. Signed-off-by: Tor Arvid Lund <torarvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information