aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce hook support into the FS implementationsLaurent Goubet2015-02-028-0/+714
* If a pack isn't found on disk remove it from pack listMatthias Sohn2015-01-272-0/+4
* Merge "Fix integer overflow in DiffFormatter when context is set to large int"Shawn Pearce2015-01-271-4/+4
|\
| * Fix integer overflow in DiffFormatter when context is set to large intIlmars Poikans2014-12-011-4/+4
* | Merge "Handle invalid tree extensions"Shawn Pearce2015-01-271-1/+1
|\ \
| * | Handle invalid tree extensionsChristian Halstrick2015-01-261-1/+1
* | | InMemoryRepository: Ensure new ref targets exist in the repoDave Borowitz2015-01-261-0/+13
|/ /
* | Merge "Ensure GitCommand's "callable" guard is thread-safe"Christian Halstrick2015-01-231-3/+4
|\ \
| * | Ensure GitCommand's "callable" guard is thread-safeMatthias Sohn2015-01-211-3/+4
* | | Merge changes I05be0a5b,Ieee334f4Christian Halstrick2015-01-232-0/+17
|\ \ \
| * | | Document that repo returned by SubmoduleAddCommand needs to be closedMatthias Sohn2015-01-221-0/+11
| * | | Document that Git instance returned by CloneCommand needs to be closedMatthias Sohn2015-01-221-0/+6
| |/ /
* / / Silence non-externalized string warnings in RepoCommandMatthias Sohn2015-01-221-4/+4
|/ /
* | Merge remote-tracking branch 'origin/stable-3.6'Matthias Sohn2015-01-212-10/+32
|\ \
| * | Don't remove pack from pack list for problems which could be transientMatthias Sohn2015-01-212-15/+20
| * | Log reason for ignoring pack when IOException occurredMatthias Sohn2015-01-152-2/+19
* | | Fix RawText.getLineDelimiter() for empty first lineFrank Wagner2015-01-171-1/+1
* | | Update atomic constantStefan Beller2015-01-121-1/+1
* | | Add basic support for .gitattributesArthur Daussy2015-01-0711-15/+818
* | | AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newlineAndrey Loskutov2015-01-061-0/+2
* | | Merge branch 'stable-3.6'Matthias Sohn2015-01-043-25/+46
|\| |
| * | Trim author/committer name and email in commit headerRĂ¼diger Herrmann2015-01-031-2/+2
| * | Rename detection should canonicalize line endingsMarc Strapetz2015-01-021-22/+42
| * | PathMatcher should respect "assumeDirectory" flagAndrey Loskutov2014-12-281-1/+2
* | | Merge branch 'stable-3.6'Matthias Sohn2014-12-241-5/+13
|\| |
| * | Fix junit tests under windows when the platform is explicitly changedChristian Halstrick2014-12-221-5/+13
* | | Merge branch 'stable-3.6'Shawn Pearce2014-12-1921-131/+432
|\| |
| * | Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-1910-79/+192
| |\ \
| | * \ Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-1810-79/+192
| | |\ \
| | | * | ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2014-12-181-0/+87
| | | * | ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2014-12-181-0/+11
| | | * | ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce2014-12-181-2/+26
| | | * | Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2014-12-181-6/+4
| | | * | DirCache: Refuse to read files with invalid pathsShawn Pearce2014-12-181-0/+11
| | | * | DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-182-34/+4
| | | * | Fix two nits about DirCacheEntry constructorsShawn Pearce2014-11-251-4/+4
| | | * | Detect buffering failures while writing rebase todo fileShawn Pearce2014-11-251-7/+6
| | | * | Deprecate TemporaryBuffer.LocalFile without parent directoryShawn Pearce2014-11-251-1/+8
| | | * | Switch FileHeader.extractFileLines to TemporaryBuffer.HeapShawn Pearce2014-11-252-14/+5
| | | * | AmazonS3: Buffer pushed pack content under $GIT_DIRShawn Pearce2014-11-252-2/+12
| | | * | DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2014-11-251-10/+15
| * | | | Support the new repository layout for submodulesChristian Halstrick2014-12-152-0/+10
| * | | | Allow explicit configuration of git directory in CloneCommandChristian Halstrick2014-12-151-4/+59
| * | | | Allow explicit configuration of git directory in InitCommandChristian Halstrick2014-12-154-11/+117
| * | | | Merge "Fix tests on windows by closing repos" into stable-3.6Matthias Sohn2014-12-121-20/+27
| |\ \ \ \
| | * | | | Fix tests on windows by closing reposChristian Halstrick2014-12-121-20/+27
| * | | | | Merge "Prevent NPE if ref can't be resolved when executing ReflogCommand" int...Christian Halstrick2014-12-121-0/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Prevent NPE if ref can't be resolved when executing ReflogCommandMatthias Sohn2014-12-121-0/+4
| * | | | | RepoCommand should close opened reposChristian Halstrick2014-12-121-0/+2
| |/ / / /
| * | | | Merge "Fix DirCacheCheckout to set correct file length if core.autocrlf=true"...Christian Halstrick2014-12-121-3/+3
| |\ \ \ \