Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-26Merge branch 'stable-1.2'Matthias Sohn32-32/+1532
2011-12-23Merge "Limit the number of commits in LogCommand output"Robin Rosenberg6-0/+226
2011-12-23Limit the number of commits in LogCommand outputTomasz Zarna6-0/+226
2011-12-23DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called firstTomasz Zarna3-16/+129
2011-12-22Merge "Support getting specific entry number in reflog"Robin Rosenberg4-9/+73
2011-12-22JGit v1.2.0.201112221803-rv1.2.0.201112221803-rstable-1.2Matthias Sohn40-50/+50
2011-12-20Refactor ResolveMergerChristian Halstrick1-59/+96
2011-12-19Expose unmerged paths when revert failsKevin Sawicki1-0/+10
2011-12-19Support getting specific entry number in reflogKevin Sawicki4-9/+73
2011-12-18Add exception class for when locking a file failsKevin Sawicki7-8/+100
2011-12-18Allow to amend commits with JGit CLITomasz Zarna2-0/+5
2011-12-17Support resolving integer-based reflog revisionsKevin Sawicki4-7/+162
2011-12-16Merge "Report diff entries for files that only change mode"Robin Rosenberg3-0/+48
2011-12-16Merge branch 'stable-1.2'Matthias Sohn8-7/+273
2011-12-16Enforce the use of Java5 API:s only (with a few exceptions)Robin Rosenberg31-32/+1522
2011-12-15Merge "Fix MergeCommandTest to pass if File.executable is not supported" into...Matthias Sohn1-4/+12
2011-12-15Add API checking using clirrMatthias Sohn6-0/+115
2011-12-15Fix MergeCommandTest to pass if File.executable is not supportedRobin Rosenberg1-4/+12
2011-12-15Report diff entries for files that only change modeKevin Sawicki3-0/+48
2011-12-13Fire DfsPacksChangedEvents when committing packs.Dave Borowitz2-2/+24
2011-12-12StatusCommand#setWorkingTreeIt should return 'this'Tomasz Zarna1-1/+4
2011-12-11Fix ResolveMerger not to add paths with FileMode 0Christian Halstrick2-7/+150
2011-12-10Prepare 1.3.0 buildsMatthias Sohn40-242/+242
2011-12-10Merge branch 'stable-1.2'Matthias Sohn5-4/+57
2011-12-10Fix version.shMatthias Sohn1-1/+1
2011-12-09Merge "Add simple chain implementations of transport hooks and loggers"Shawn Pearce4-0/+384
2011-12-09Add simple chain implementations of transport hooks and loggersDave Borowitz4-0/+384
2011-12-09Merge "Force jgit.sh to use UTF-8 encoding on Mac"Shawn Pearce1-0/+1
2011-12-09Merge changes I9f1842c2,Ie139133bShawn Pearce3-4/+13
2011-12-09Merge "Add a no-op UploadPackLogger and use it by default"Shawn Pearce2-2/+14
2011-12-08Throw API exception when MergeCommand hits checkout conflicts Matthias Sohn2-3/+24
2011-12-08Throw invalid ref exception instead of invalid remote exceptionKevin Sawicki2-3/+11
2011-12-08Use constant for logs directoryKevin Sawicki1-1/+2
2011-12-08Merge "Set expected old object id to all zeros when head id is null"Shawn Pearce1-1/+4
2011-12-08Merge "Use System.arraycopy to copy parent object id array"Shawn Pearce1-2/+1
2011-12-08Merge "[findBugs] Implement Serializable interface in PlotLane"Shawn Pearce1-1/+5
2011-12-08Add toString() to HunkHeaderTomasz Zarna1-0/+13
2011-12-08[findBugs] Implement Serializable interface in PlotLaneKevin Sawicki1-1/+5
2011-12-08Add a no-op UploadPackLogger and use it by defaultDave Borowitz2-2/+14
2011-12-07Add methods for configuring platform emulationRobin Rosenberg1-0/+30
2011-12-07Use System.arraycopy to copy parent object id arrayKevin Sawicki1-2/+1
2011-12-07Set expected old object id to all zeros when head id is nullKevin Sawicki1-1/+4
2011-12-06Force jgit.sh to use UTF-8 encoding on MacRobin Rosenberg1-0/+1
2011-12-06Fix history rendering not to occupy too many lanesChristian Halstrick1-0/+2
2011-12-06Stream left open in WorkingTreeIterator#filterCleanTomasz Zarna1-1/+5
2011-12-05Merge changes I5381e110,I5534b560Shawn O. Pearce5-22/+268
2011-12-04Fix History renderingChristian Halstrick1-30/+42
2011-12-02Merge "Always close the GZIPOutputStream to release Deflater"Robin Rosenberg1-2/+5
2011-12-02Merge "Fix History rendering"Shawn Pearce1-30/+42
2011-12-02Merge "Add percent-encoding of reserved characters in URIish"Shawn Pearce2-30/+374

Back to the top