cli/command
Mislav Marohnić 219e3ecc5b Stop querying base branch commit hash from API
This code was put in place in preparation for a feature that never
shipped. Namely, we wanted to use the commit hash for the base branch so
we can get an accurate `git log` involving the changes in a pull
request. However, getting the commit hash from API is not the way to go
because the latest commit might not be available in the person's local
repository, and using a local tracking branch for base such as
`origin/master` works quite well in most cases without dereferencing it.
2020-03-31 13:36:48 +02:00
..
completion.go Improve completion docs 2020-03-05 09:34:05 +01:00
completion_test.go Add support for PowerShell completion 2020-03-05 09:33:49 +01:00
issue.go Merge pull request #665 from cli/preview-default 2020-03-25 11:32:46 -05:00
issue_test.go Merge pull request #665 from cli/preview-default 2020-03-25 11:32:46 -05:00
pr.go Merge pull request #683 from cli/pr-status-unicode 2020-03-26 13:30:26 +01:00
pr_checkout.go Convert git.VerifyRef into a more versatile ShowRefs 2020-03-26 19:21:40 +01:00
pr_checkout_test.go Convert git.VerifyRef into a more versatile ShowRefs 2020-03-26 19:21:40 +01:00
pr_create.go Use remote tracking branch for base when detecting commits for pr create 2020-03-31 13:32:44 +02:00
pr_create_test.go Stop querying base branch commit hash from API 2020-03-31 13:36:48 +02:00
pr_test.go Merge pull request #683 from cli/pr-status-unicode 2020-03-26 13:30:26 +01:00
repo.go Merge remote-tracking branch 'origin/master' into pr-create-push-default 2020-03-30 13:32:37 +02:00
repo_test.go Merge remote-tracking branch 'origin/master' into detect-existing-fork 2020-03-30 12:02:33 +02:00
root.go Implement review comments 2020-03-17 20:05:53 +03:00
root_test.go Fix gh version printing the correct changelog link 2020-01-29 16:03:10 +01:00
testing.go cleanup 2020-03-13 15:14:32 -05:00
title_body_survey.go review feedback 2020-03-16 15:32:35 -05:00