Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-23Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn8-1/+1176
2015-03-18Revert "CommitBuilder should check for duplicate parents"Jonathan Nieder2-108/+26
2015-03-18TemporaryBuffer: Allow presizing block pointer listDave Borowitz1-0/+25
2015-03-13CommitBuilder should check for duplicate parentsChristian Halstrick2-26/+108
2015-03-12TestRepository: Allow setting explicit Change-IdDave Borowitz1-0/+11
2015-03-12TestRepository: Ignore existing Change-Id in messageDave Borowitz1-0/+10
2015-03-12TestRepository: Support committing to unborn symrefDave Borowitz1-0/+10
2015-03-12TestRepository: Add methods to amend commits or refsDave Borowitz1-1/+105
2015-03-12TestRepository: Add a reset method to move HEAD aroundDave Borowitz1-0/+83
2015-03-12TestRepository: Optionally insert Change-Id in commit messageDave Borowitz1-0/+88
2015-03-11Merge "ArchiveCommand: Allow to pass options to underlying stream"Shawn Pearce1-3/+38
2015-03-09Add "--long" option to JGit describeChristian Halstrick1-2/+31
2015-02-28Add an in-process pack transport for use in testsDave Borowitz1-0/+248
2015-02-27Merge branch 'stable-3.7'Matthias Sohn1-0/+17
2015-02-24Read user.name and email from environment firstMatthias Sohn1-0/+17
2015-02-20ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky1-3/+38
2015-02-10Move console classes to pgm bundleMatthias Sohn1-6/+0
2015-02-02Fix FileUtils.testRelativize_mixedCase which failed on Mac OS XMatthias Sohn1-19/+8
2015-02-02Introduce hook support into the FS implementationsLaurent Goubet1-0/+79
2015-01-17Fix RawText.getLineDelimiter() for empty first lineFrank Wagner1-0/+7
2015-01-07Add basic support for .gitattributesArthur Daussy5-0/+1249
2015-01-06AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newlineAndrey Loskutov1-0/+4
2015-01-02Trim author/committer name and email in commit headerRĂ¼diger Herrmann1-0/+12
2015-01-02Rename detection should canonicalize line endingsMarc Strapetz1-18/+44
2014-12-28PathMatcher should respect "assumeDirectory" flagAndrey Loskutov1-14/+101
2014-12-22Fix unit tests for windows by explicitly closing test reposChristian Halstrick1-0/+3
2014-12-18Merge branch 'stable-3.5' into stable-3.6Matthias Sohn13-58/+337
2014-12-18Merge branch 'stable-3.4' into stable-3.5Matthias Sohn13-58/+337
2014-12-18ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn1-0/+120
2014-12-18ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick1-0/+34
2014-12-18ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce2-8/+98
2014-12-18Always ignore case when forbidding .git in ObjectCheckerShawn Pearce1-16/+1
2014-12-18DirCache: Refuse to read files with invalid pathsShawn Pearce1-0/+44
2014-12-18DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce1-2/+6
2014-12-18Replace "a." with "a-" in unit testsShawn Pearce8-29/+31
2014-12-14Support the new repository layout for submodulesChristian Halstrick1-0/+18
2014-12-14Allow explicit configuration of git directory in CloneCommandChristian Halstrick1-0/+50
2014-12-14Allow explicit configuration of git directory in InitCommandChristian Halstrick1-0/+110
2014-12-12Fix tests on windows by closing reposChristian Halstrick8-238/+247
2014-12-12Merge "Fix DirCacheCheckout to set correct file length if core.autocrlf=true"...Christian Halstrick1-1/+47
2014-12-11Fix DirCacheCheckout to set correct file length if core.autocrlf=trueMatthias Sohn1-1/+47
2014-12-10CheckoutCommand: Fix checking out ours/theirs when no base stage existsRobin Stocker1-0/+34
2014-11-29Consider parent rules if ignore rule is negatedAndrey Loskutov1-2/+211
2014-11-27Deprecate checkoutEntry variant that accepts FileShawn Pearce1-2/+2
2014-11-25Deprecate TemporaryBuffer.LocalFile without parent directoryShawn Pearce1-12/+12
2014-11-25DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce1-1/+1
2014-11-24Deprecate checkoutEntry without ObjectReaderShawn Pearce1-2/+2
2014-11-18Don't use java.util.regex for two simple wildcard casesAndrey Loskutov3-21/+26
2014-11-11Fix variable name and error message for sideband testingStefan Beller1-3/+3
2014-11-10Expand wildcard imports to specfic classesShawn Pearce7-27/+32

Back to the top