jmollan / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

When prompted to upload a branch, being able to see the diff for reference would be nice #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Christopher Tate <ctate@google.com> on Fri Jun 05 18:28:29 PDT 2009
Source: JIRA REPO-28

Right now, repo prompts with something like this:

$ repo upload .
Upload project system/core/:
  branch work-on-stuff ( 1 commit, Fri Jun 5 18:20:08 2009 -0700):
         17df71e1 Do some work on some stuff
to https://android-git.corp.google.com/g/Gerrit (y/n)?

At this point in the process, having one last chance to verify what that
actually *is* would be nice.  I'm envisioning a prompt like this:

to https://android-git.corp.google.com/g/Gerrit [ (y)es / (n)o / (s)how ]?

where 's's would do a 'git show' on the relevant SHA, then repeat the upload
prompt.

Original issue reported on code.google.com by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by sop+code@google.com on 24 Sep 2009 at 11:08