Community
Participate
Working Groups
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-gb) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9 Build Identifier: This adds an 'add to .gitignore' menu which will enable selected resources to be added to the .gitignore file. This should be added, even before the functionality in egit is present to ignore these; since it's been festering in Google Code's issue tracker since before the rename, I don't see any reason to hold out on it. I've refactored and re-tested against the new org.eclipse.* names and it works as expected. Reproducible: Always
Created attachment 148599 [details] Implements the 'add to .gitignore' action
This was formerly Issue 64 http://code.google.com/p/egit/issues/detail?id=64
Created attachment 148636 [details] fix import statement for org.spearce.jgit.lib.Constants
Created attachment 148637 [details] provide constant for gitignore filename
Created attachment 148638 [details] use constant for gitignore filename from org.eclipse.jgit.lib.Constants
Added gerrit reviews: http://egit.eclipse.org/r/68 - add 'add to ignore' action, from first patch http://egit.eclipse.org/r/67 - add 'gitignore' constant, from second patch http://egit.eclipse.org/r/69 - change first patch (r/68) to use constant introduced into JGit (r/67)
Alex, is there any progress?
The code is in here and on Gerrit, but Shawn didn't want it to be submitted without squashing which I can't do due to a bug in ZFS causing rebase to fail on my machine.
The bug is fixed with http://egit.eclipse.org/r/#change,76, therefore I propose to close the bug.