jgit/org.eclipse.jgit/src/org/eclipse/jgit
Shawn Pearce ef757a7e12 DirCacheEditor: Cleanup DeleteTree constructor
Neaten up formatting and avoid strings, which prevents the need for
NLS comment tags.  Instead check the last character using char
literal, and append a char literal instead of a string.

Change-Id: Ib68e017769a1f5c03200354a805769d585a48c8b
2015-12-28 11:43:31 -08:00
..
annotations Use runtime retention for Nullable annotation 2015-12-07 19:26:23 -05:00
api AddCommand: Avoid unnecessary string conversions 2015-12-23 22:26:50 -08:00
attributes Add the new class Attributes holding multiple Attribute(s) 2015-11-27 11:40:34 +01:00
blame Replace deprecated release() methods by close() 2015-05-21 02:05:45 +02:00
diff Fix MissingObjectException in RenameDetector 2015-11-12 15:56:36 +01:00
dircache DirCacheEditor: Cleanup DeleteTree constructor 2015-12-28 11:43:31 -08:00
errors Throw IndexReadException if existing index can't be read 2015-11-19 23:05:22 +01:00
events Mark non-externalizable strings as such 2012-12-27 16:57:38 +01:00
fnmatch GroupHead: Remove a redundant call to String.format() 2015-05-08 11:26:07 +02:00
gitrepo Skip nested copyfiles in RepoCommand. 2015-12-22 14:05:35 -08:00
hooks Fix pre-push hook to not set null remoteName as first argument 2015-11-18 09:50:51 +01:00
ignore [ignore rules] fix for handling unmatched '[' brackets 2015-09-30 18:20:05 +02:00
internal Included cached deltas in delta packStatistics. 2015-12-16 14:06:16 -05:00
lib Merge "BaseRepositoryBuilder should trim CR from .git symref" 2015-12-15 23:18:14 -05:00
merge Null-annotated Ref class and fixed related compiler errors 2015-12-15 09:07:05 +01:00
nls Drop warnings about unchecked casts in a few stable select places 2014-09-04 11:35:19 +02:00
notes FanoutBucket: Create ObjectInserter.Formatter in try-with-resource 2015-10-01 15:17:18 +09:00
patch Switch FileHeader.extractFileLines to TemporaryBuffer.Heap 2014-11-25 10:21:48 -08:00
revplot Use baseline instead of centerline in PlotRenderer 2014-11-29 01:30:13 +01:00
revwalk Don't call reader.close() 2 times on dispose() 2015-10-10 16:21:41 +03:00
storage Raise error if FileNotFoundException is caught for an existing file 2015-11-24 15:54:20 -05:00
submodule containsGitModulesFile() should not crash on bare repository 2015-08-03 07:58:52 -04:00
transport Close copy threads in case of errors 2015-12-24 01:20:14 +01:00
treewalk Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtree 2015-12-15 15:22:10 -08:00
util Checkout should be able to override modified symbolic links 2015-12-17 10:42:44 +01:00