Bug 361548 - Add ApplyCommand to JGit API
Summary: Add ApplyCommand to JGit API
Status: RESOLVED FIXED
Alias: None
Product: JGit
Classification: Technology
Component: JGit (show other bugs)
Version: 1.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 2.0-M1   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL: http://linux.die.net/man/1/git-apply
Whiteboard:
Keywords: api, noteworthy
Depends on: 370320
Blocks: 366011
  Show dependency tree
 
Reported: 2011-10-20 10:06 EDT by Tomasz Zarna CLA
Modified: 2012-03-05 00:35 EST (History)
3 users (show)

See Also:


Attachments
mylyn/context/zip (291.62 KB, application/octet-stream)
2011-12-02 07:04 EST, Tomasz Zarna CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2011-10-20 10:06:45 EDT
For applying patches on a git index file and a working tree.

This could be either implemented in JGit or delegated to Platform/Compare if you don't mind the dependency.
Comment 1 Szymon Brandys CLA 2011-11-03 07:38:11 EDT
See bug 361425, comment 2.
Comment 2 Tomasz Zarna CLA 2011-12-02 07:03:38 EST
Initial version of the command has been submitted as http://egit.eclipse.org/r/#change,4717. Comments are welcome.
Comment 3 Tomasz Zarna CLA 2011-12-02 07:04:05 EST
Created attachment 207833 [details]
mylyn/context/zip
Comment 4 Tomasz Zarna CLA 2012-02-08 08:06:49 EST
(In reply to comment #2)
> http://egit.eclipse.org/r/#change,4717

It's now https://git.eclipse.org/r/#/c/4717/
Comment 5 Chris Aniszczyk CLA 2012-02-08 11:27:46 EST
Tomasz, can you state that:

1.  You have authored 100% of the content contained within the patch.
2.  You have the rights to contribute the content to the JGit project.
3.  You agree you are contributing the content under the EDL, which is the BSD
license appearing in our file headers.
Comment 6 Tomasz Zarna CLA 2012-02-08 12:36:30 EST
1. I have authored 100% of the content contained within the patch.
2. I have the rights to contribute the content to the JGit project.
3. I agree to contribute the content under the EDL, which is the BSD license.

Stated the same thing on the CQ. Thanks for looking at this.
Comment 7 Chris Aniszczyk CLA 2012-03-05 00:35:28 EST
Fixed in master, thanks Tomasz!