aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge branch 'stable-3.3'Matthias Sohn2014-03-058-22/+329
|\
| * 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-024-0/+50
| |\
| | * Expose the received pack size in ReceivePackSaša Živkov2014-03-024-0/+50
| * | Merge "Revert "Add getPackFile to ReceivePack to make PostReceiveHook more us...Robin Rosenberg2014-03-023-31/+2
| |\|
| | * Revert "Add getPackFile to ReceivePack to make PostReceiveHook moreSaša Živkov2014-03-023-31/+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-253-2/+31
| * Possibility to limit the max pack size on receive-packSaša Živkov2014-02-254-0/+257
* | Merge "Add setContains to ListBranchCommand (branch --contains)"Robin Rosenberg2014-03-031-11/+67
|\ \
| * | Add setContains to ListBranchCommand (branch --contains)Robin Stocker2014-01-141-11/+67
* | | Merge "DirCache.findEntry(byte[], in) made public"Robin Rosenberg2014-03-031-8/+20
|\ \ \
| * | | DirCache.findEntry(byte[], in) made publicMarc Strapetz2014-02-241-8/+20
| | |/ | |/|
* | | Add missing @Deprecated to deprecated fields and methodsShawn Pearce2014-03-031-0/+1
* | | Merge "Don't raise checkout conflict for file missing in working tree"Christian Halstrick2014-02-271-3/+3
|\ \ \
| * | | Don't raise checkout conflict for file missing in working treeChristian Halstrick2014-02-261-3/+3
* | | | Merge "Add a missing @since tag"Matthias Sohn2014-02-261-0/+1
|\ \ \ \
| * | | | Add a missing @since tagChristian Halstrick2014-02-261-0/+1
* | | | | Merge "Files should be deleted with "retry" option"Matthias Sohn2014-02-262-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Files should be deleted with "retry" optionMarc Strapetz2014-02-262-7/+7
| | |/ / | |/| |
* | | | DirCacheEntry: access to raw pathMarc Strapetz2014-02-261-0/+9
| |/ / |/| |
* | | Fix possible NPE in Repository.resolveMarc Strapetz2014-02-241-1/+2
|/ /
* | Move Apache httpclient based HTTP support to a separate bundleMatthias Sohn2014-02-204-542/+0
* | Fix diff header on renamed or copied filesShawn Pearce2014-02-181-16/+11
* | Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick2014-02-185-0/+543
* | Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-188-42/+705
* | Remove dead isBinary method from DiffFormatterShawn Pearce2014-02-171-7/+0
* | Add missing static qualifier in DiffFormatterShawn Pearce2014-02-171-2/+2
* | Allow programmatic remote configuration for PullCommandMatthias Sohn2014-02-141-16/+68
* | Fix a NullPointerException if properties file doesn't existJames Yonan2014-02-131-2/+8
* | Use branch.<x>.mergeoptions and merge.ff as defaults for mergingKonrad Kügler2014-02-142-6/+212
* | Non-Fast-Forward Ref-Updates: Omit isMergedInto() callsRoberto Tyley2014-02-131-2/+3
* | Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructorsRoberto Tyley2014-02-131-2/+1
* | Use fetch.prune and remote.<name>.prune to set prune mode when fetchingKonrad Kügler2014-02-132-4/+30