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

Drag and drop patches #3

Closed
davvid opened this issue Jun 14, 2009 · 2 comments
Closed

Drag and drop patches #3

davvid opened this issue Jun 14, 2009 · 2 comments

Comments

@davvid
Copy link
Member

davvid commented Jun 14, 2009

git-cola should allow drag+drop of patches.

Dropping a patch on cola should run 'git-am'.

Dragging a revision outside of cola should run git-format-patch.

@davvid
Copy link
Member Author

davvid commented Oct 31, 2009

views.main: Add a dropEvent handler for drag+drop access to git-am

It is now possible to apply patches by dropping them onto cola.
cola also allows you to drop directories in which case cola
walks the directory structure gathering a list of patches, sorts
them alphanumerically, and applies them in order.

Closed by fd851a6

Signed-off-by: David Aguilar davvid@gmail.com

@nowhereman
Copy link

Cool !

davvid pushed a commit to davvid/git-cola that referenced this issue Jun 30, 2016
Add Python 3.5 to the testing matrix and also fix tests for PyQt5
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants