aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge "Add missing space to invalid object error messages"Matthias Sohn2014-04-031-1/+1
|\ \ \ \
| * | | | Add missing space to invalid object error messagesShawn Pearce2014-04-031-1/+1
* | | | | Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-2933-82/+100
|/ / / /
* | | | Interactive rebase: Fix order of commit messages on squashStefan Lay2014-03-271-3/+3
* | | | Fix missing NON-NLS tag in RebaseCommandStefan Lay2014-03-271-1/+1
* | | | Fix GarbageCollection not to pack HEADChristian Halstrick2014-03-261-1/+1
* | | | Fix NameRevCommand when repo has no annotated tagsDave Borowitz2014-03-251-5/+10
* | | | Merge branch 'stable-3.3'Matthias Sohn2014-03-254-14/+25
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Prepare 3.3.2-SNAPSHOT buildsMatthias Sohn2014-03-253-35/+35
| * | JGit v3.3.1.201403241930-rv3.3.1.201403241930-rMatthias Sohn2014-03-253-4/+4
| * | Retry to call credentials provider if http authentication failedMatthias Sohn2014-03-201-4/+6
| * | Ensure that ssh authentication is retried only in JGitChristian Halstrick2014-03-151-0/+3
| * | [findBugs] Ensure streams are closed in a finally blockMatthias Sohn2014-03-112-10/+16
* | | Merge "Fix text alignment in history plot renderer"Matthias Sohn2014-03-131-2/+2
|\ \ \
| * | | Fix text alignment in history plot rendererRüdiger Herrmann2014-03-131-2/+2
* | | | Fix StackOverflowError in RevCommit.carryFlags on deep side graphsShawn Pearce2014-03-131-16/+63
|/ / /
* | | Display progress while checking connectivity on pushShawn Pearce2014-03-121-0/+10
* | | Merge changes I1a225c1b,Ie4d5f082,I41f24363,I9440dd25,I170b6f64,I02e964d1,Iec...Shawn Pearce2014-03-124-159/+357
|\ \ \
| * | | Allow configuration of receive pack's ObjectChecker through fsck.*Shawn Pearce2014-03-121-4/+20
| * | | Correct fetch to use fetch.fsckObjects and transfer.fsckObjectsShawn Pearce2014-03-121-3/+6
| * | | Default receive.fsckObjects to transfer.fsckObjectsShawn Pearce2014-03-121-2/+3
| * | | Allow ReceivePack callers to configure their own ObjectCheckerShawn Pearce2014-03-121-5/+19
| * | | Check for duplicate names after folding case in ObjectCheckerShawn Pearce2014-03-121-1/+69
| * | | Change DirCacheCheckout to verify path using ObjectCheckerShawn Pearce2014-03-122-145/+73
| * | | Reject mixed case .git on Mac OS in ObjectCheckerShawn Pearce2014-03-121-1/+17
| * | | Reject special Windows device names in ObjectCheckerShawn Pearce2014-03-121-4/+66
| * | | Allow an ObjectChecker to reject special characters for WindowsShawn Pearce2014-03-121-2/+55
| * | | Reject '.git' as a tree name in ObjectCheckerShawn Pearce2014-03-121-4/+17
| * | | Extract path segment check function in ObjectCheckerShawn Pearce2014-03-121-9/+14
| * | | Permit ObjectChecker to optionally accept leading '0' in treesShawn Pearce2014-03-121-1/+20
* | | | Cleanup catch Exception when making Java7FSFactoryShawn Pearce2014-03-111-4/+4
|/ / /
* | | Take core.autocrlf into account for blame annotationsKonrad Kügler2014-03-101-2/+56
* | | Add missing breakRobin Rosenberg2014-03-091-0/+1
* | | Remove a redundant semi-colonRobin Rosenberg2014-03-081-1/+1
* | | Add @since tag to new DirCache#findEntryRobin Rosenberg2014-03-081-0/+1
* | | Fix some wrong @since 3.3 tags which should be @since 3.4Matthias Sohn2014-03-072-2/+2
| |/ |/|
* | [findBugs] Declare some private methods of WorkingTreeIterator staticMatthias Sohn2014-03-051-6/+6
* | Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn2014-03-053-35/+35
* | Merge branch 'stable-3.3'Matthias Sohn2014-03-0512-57/+367
|\|
| * Prepare 3.3.1-SNAPSHOT buildsMatthias Sohn2014-03-053-35/+35
| * JGit v3.3.0.201403021825-rv3.3.0.201403021825-rMatthias Sohn2014-03-033-3/+3
| * Fix merge/cherry-picking in CRLF modeRobin Rosenberg2014-03-021-8/+15
| * Merge "Expose the received pack size in ReceivePack" into stable-3.3Robin Rosenberg2014-03-025-0/+51
| |\
| | * Expose the received pack size in ReceivePackSaša Živkov2014-03-025-0/+51
| * | Merge "Revert "Add getPackFile to ReceivePack to make PostReceiveHook more us...Robin Rosenberg2014-03-024-39/+2
| |\|
| | * Revert "Add getPackFile to ReceivePack to make PostReceiveHook moreSaša Živkov2014-03-024-39/+2
| * | Avoid an NPE after 7b01a5369210Robin Rosenberg2014-03-011-1/+2
| |/
| * Remove obsolete getRepositoryMethod from WorkingTreeIteratorRobin Rosenberg2014-02-281-9/+0
| * Fix NPE when WorkingTreeIterator does not have a repository setRobin Rosenberg2014-02-281-4/+5
| * Add getPackFile to ReceivePack to make PostReceiveHook more usableSaša Živkov2014-02-254-2/+39