Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dragging SHA from commit list as plain text #428

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 26, 2015

  1. Allow dragging SHA from commit list as plain text

    Now there’s a quick way to stick reference to a commit without losing
    your copy pasteboard. Eventually it would be nice if you could use this
    to start performing interactive rebasing.
    mczepiel committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    853ad7c View commit details
    Browse the repository at this point in the history
  2. Differentiate drag behavior based on drag column

    Only copy the short SHA when dragging that column, copy the subject info
    on any other column. This mirrors the option-copy vs copy behavior.
    mczepiel committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    8cfa37b View commit details
    Browse the repository at this point in the history