summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-1.2'Matthias Sohn2011-12-103-3/+26
|\
| * Throw API exception when MergeCommand hits checkout conflicts Matthias Sohn2011-12-082-3/+24
| * Fix history rendering not to occupy too many lanesChristian Halstrick2011-12-061-0/+2
| * Fix History renderingChristian Halstrick2011-12-041-30/+42
* | Merge "Add simple chain implementations of transport hooks and loggers"Shawn Pearce2011-12-094-0/+384
|\ \
| * | Add simple chain implementations of transport hooks and loggersDave Borowitz2011-12-094-0/+384
* | | Merge changes I9f1842c2,Ie139133bShawn Pearce2011-12-093-4/+13
|\ \ \
| * | | Throw invalid ref exception instead of invalid remote exceptionKevin Sawicki2011-12-082-3/+11
| * | | Use constant for logs directoryKevin Sawicki2011-12-081-1/+2
* | | | Merge "Add a no-op UploadPackLogger and use it by default"Shawn Pearce2011-12-082-2/+14
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add a no-op UploadPackLogger and use it by defaultDave Borowitz2011-12-082-2/+14
* | | Merge "Set expected old object id to all zeros when head id is null"Shawn Pearce2011-12-081-1/+4
|\ \ \
| * | | Set expected old object id to all zeros when head id is nullKevin Sawicki2011-12-061-1/+4
| |/ /
* | | Merge "Use System.arraycopy to copy parent object id array"Shawn Pearce2011-12-081-2/+1
|\ \ \
| * | | Use System.arraycopy to copy parent object id arrayKevin Sawicki2011-12-071-2/+1
| |/ /
* | | Merge "[findBugs] Implement Serializable interface in PlotLane"Shawn Pearce2011-12-081-1/+5
|\ \ \
| * | | [findBugs] Implement Serializable interface in PlotLaneKevin Sawicki2011-12-081-1/+5
* | | | Add toString() to HunkHeaderTomasz Zarna2011-12-081-0/+13
|/ / /
* / / Stream left open in WorkingTreeIterator#filterCleanTomasz Zarna2011-12-061-1/+5
|/ /
* | Merge "Fix History rendering"Shawn Pearce2011-12-021-30/+42
|\ \
| * | Fix History renderingChristian Halstrick2011-12-021-30/+42
| |/
* | Merge "Add percent-encoding of reserved characters in URIish"Shawn Pearce2011-12-021-18/+156
|\ \ | |/ |/|
| * Add percent-encoding of reserved characters in URIishRobin Rosenberg2011-12-021-18/+156
* | Merge "RepositoryState: add method canAmend"Christian Halstrick2011-11-301-0/+18
|\ \
| * | RepositoryState: add method canAmendJens Baumgart2011-11-281-0/+18
* | | Merge "Always checkout master when it matches the advertised HEAD"Shawn Pearce2011-11-281-0/+6
|\ \ \
| * | | Always checkout master when it matches the advertised HEADKevin Sawicki2011-11-281-0/+6
* | | | Merge "Implement Serializable interface in ReflogEntry"Shawn Pearce2011-11-281-1/+5
|\ \ \ \
| * | | | Implement Serializable interface in ReflogEntryKevin Sawicki2011-11-281-1/+5
| |/ / /
* / / / Remove calls to printStackTrace in catch blocksKevin Sawicki2011-11-283-6/+1
|/ / /
* | | Merge "Reset SSH connection and credentials on "Auth fail""Shawn Pearce2011-11-262-20/+55
|\ \ \
| * | | Reset SSH connection and credentials on "Auth fail"Matthias Sohn2011-11-272-20/+55
| |/ /
* / / Don't iterate over advertised refs when HEAD is nullKevin Sawicki2011-11-261-3/+3
|/ /
* | Adapt merge message to C Git for remote-tracking branchRobin Stocker2011-11-231-2/+2
* | Guard against null branch in PullCommandKevin Sawicki2011-11-223-1/+7
* | Support adding all refs to LogCommandKevin Sawicki2011-11-221-0/+19
* | Merge "Provide merge result when revert command fails"Shawn Pearce2011-11-221-0/+22
|\ \
| * | Provide merge result when revert command failsKevin Sawicki2011-11-211-0/+22
* | | maxObjectSizeLimit for receive-pack.Sasa Zivkov2011-11-225-2/+147
|/ /
* | Merge "Add missing '' characters around quoted variables"Shawn Pearce2011-11-181-6/+6
|\ \
| * | Add missing '' characters around quoted variablesKevin Sawicki2011-11-181-6/+6
* | | Fix duplicate objects in "thin+cached" packs from DFSShawn O. Pearce2011-11-181-25/+18
* | | Do not write edge objects to the pack streamShawn O. Pearce2011-11-181-3/+3
* | | Use long for more object counts in PackWriterShawn O. Pearce2011-11-181-5/+5
* | | Search for annotated tag reuse firstShawn O. Pearce2011-11-181-2/+2
* | | Correct progress monitor on "Getting sizes:" phaseShawn O. Pearce2011-11-181-2/+2
* | | Refactor DfsReader selection of cached packsShawn O. Pearce2011-11-181-3/+6
|/ /
* | Merge changes I366435e2,I64577f8fShawn Pearce2011-11-182-1/+8
|\ \
| * | [findBugs] Silence returning null for StringUtils.toBooleanOrNull()Matthias Sohn2011-11-161-0/+7
| * | [findBugs] Prefer short-cut logic as it's more performantMatthias Sohn2011-11-161-1/+1