Community
Participate
Working Groups
1. Use git API to checkout Tag as a branch 2. Try to display the branch log GET /gitapi/commit/tag_tag1/file/a/?page=1 { "HttpCode": 500, "DetailedMessage": "Object 38740da2868dfdd0c28d1fd0be0dfe6a59ecde8c is not a commit.", "Message": "Failed to process an operation on commits for tag_tag1/file/a/", "Severity": "Error", "Code": 0 } When I use command line I can do "git log" and it works.
This is potentially a duplicate of Bug 360641.
(In reply to comment #1) > This is potentially a duplicate of Bug 360641. It is indeed. The steps from comment 0 work for me with bug bug 360641 fixed. *** This bug has been marked as a duplicate of bug 360641 ***