Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-02JGit v3.3.0.201403021825-rv3.3.0.201403021825-rMatthias Sohn2-2/+2
2014-03-02Fix merge/cherry-picking in CRLF modeRobin Rosenberg1-0/+32
2014-02-20Prepare post 3.3.0RC1 buildsMatthias Sohn2-2/+2
2014-02-19JGit v3.3.0.201402191814-rc1v3.3.0.201402191814-rc1Matthias Sohn2-2/+2
2014-02-18[findBugs] Don't ignore exceptional return value of File.mkdir()Matthias Sohn1-1/+2
2014-02-18[findBugs] Don't rely on default encodingMatthias Sohn1-1/+1
2014-02-18[findBugs] Don't call toString() on a stringMatthias Sohn1-1/+1
2014-02-18Fix diff header on renamed or copied filesShawn Pearce1-0/+23
2014-02-18Introduce an abstraction for HTTP connectionsChristian Halstrick2-12/+13
2014-02-14Allow programmatic remote configuration for PullCommandMatthias Sohn1-0/+65
2014-02-13Use branch.<x>.mergeoptions and merge.ff as defaults for mergingKonrad Kügler1-0/+47
2014-02-13Non-Fast-Forward Ref-Updates: Omit isMergedInto() callsRoberto Tyley2-1/+21
2014-02-13Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructorsRoberto Tyley1-3/+1
2014-02-12Use fileAttributes to get more attributes in one goRobin Rosenberg1-1/+1
2014-02-11Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker1-0/+128
2014-02-10Add symlink support to JGitRobin Rosenberg1-1/+4
2014-02-10Failing to delete a directory with untracked content is actually okRobin Rosenberg1-5/+4
2014-02-05Ban dangerous ref names in WindowsRobin Rosenberg1-0/+23
2014-02-03Reset internal state canonical length in WorkingTreeIterator when movingRobin Rosenberg1-1/+14
2014-02-02Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2-3/+40
2014-01-18Do not report ignored directories as untrackedMatthias Sohn1-0/+47
2014-01-17Add git checkout --orphan implementationSATO taichi1-0/+96
2014-01-15Fix fast forward rebase with rebase.autostash=trueStefan Lay1-0/+39
2014-01-13Upgrade javaewah to version 0.7.9Colby Ranger3-3/+3
2013-12-13Merge branch 'stable-3.2'Matthias Sohn2-37/+232
2013-12-11Don't use API exception in RebaseTodoLineChristian Halstrick1-36/+114
2013-12-10Merge "Fix aborting rebase with detached head" into stable-3.2Robin Rosenberg1-0/+63
2013-12-10Fix aborting rebase with detached headStefan Lay1-0/+63
2013-12-06Add recursive variant of Config.getNames() methodsMatthias Sohn1-1/+55
2013-12-05Prepare 3.3.0-SNAPSHOT buildsMatthias Sohn2-36/+36
2013-12-04Implement rebase.autostashStefan Lay1-0/+137
2013-12-04Merge "More helpful InvalidPathException messages (include reason)"Christian Halstrick1-1/+1
2013-12-03More helpful InvalidPathException messages (include reason)Robin Stocker1-1/+1
2013-12-03Fix IgnoreRule#isMatch returning wrong result due to missing resetRobin Stocker1-0/+12
2013-12-03Fix exception on conflicts with recursive mergeRobin Stocker1-0/+34
2013-12-02Do not allow non-ff-rebase if there are uncommitted changesStefan Lay1-28/+152
2013-11-29Fix handling of file/folder conflicts during a checkoutChristian Halstrick1-0/+25
2013-11-29Fix applying stash on other commitStefan Lay1-0/+87
2013-11-24Break up GCTest to run in parallelShawn Pearce11-777/+1226
2013-11-24Modify T0004_PackReaderTest to use existing packShawn Pearce1-10/+10
2013-11-24Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce16-15/+94
2013-11-24Cache SimpleDateFormat in GitDateParser per localeMatthias Sohn3-18/+38
2013-11-22Fix FIXUP error for blank lines in interactive rebaseStefan Lay1-0/+38
2013-11-21Fix parsing Rebase todo lines when commit message is missingStefan Lay1-0/+13
2013-11-19Add close() method to APIChristian Halstrick1-0/+28
2013-11-13Don't delete .idx file if .pack file can't be deletedChristian Halstrick1-0/+36
2013-11-10[findBugs] Remove nonsense callMatthias Sohn1-1/+0
2013-11-10Remove unnecessary @SuppressWarnings("null")Matthias Sohn1-5/+0
2013-11-09Don't import non-existing package org.eclipse.jgit.java7Matthias Sohn1-1/+0
2013-11-08Interactive Rebase: Do actions if there were conflictsStefan Lay1-0/+207

Back to the top