summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Ensure that stored credentials aren't reset too earlyMatthias Sohn2014-04-141-2/+2
* 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
* 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
* Possibility to limit the max pack size on receive-packSaša Živkov2014-02-255-0/+259
* Move Apache httpclient based HTTP support to a separate bundleMatthias Sohn2014-02-206-561/+0
* Prepare post 3.3.0RC1 buildsMatthias Sohn2014-02-203-3/+3
* JGit v3.3.0.201402191814-rc1v3.3.0.201402191814-rc1Matthias Sohn2014-02-203-3/+3
* Fix diff header on renamed or copied filesShawn Pearce2014-02-181-16/+11
* Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick2014-02-188-0/+567
* Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-1810-43/+728
* 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
* Normalize paths on OS XRobin Rosenberg2014-02-123-7/+30
* Recognize symlinks in the FileTreeIteratorRobin Rosenberg2014-02-121-1/+3
* Add special case to WorkingTreeIterator for matching unnormalized symlinksRobin Rosenberg2014-02-121-3/+33
* Use fileAttributes to get more attributes in one goRobin Rosenberg2014-02-122-46/+165
* Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker2014-02-111-27/+4
* Add delete support to FSRobin Rosenberg2014-02-101-0/+15
* Add symlink support to JGitRobin Rosenberg2014-02-1011-62/+156
* Use the new FS.exists method in commonly occuring placesRobin Rosenberg2014-02-105-6/+8
* Fix deprecated WTI#isModifiedRobin Rosenberg2014-02-101-1/+1
* Failing to delete a directory with untracked content is actually okRobin Rosenberg2014-02-101-2/+3
* Ban dangerous ref names in WindowsRobin Rosenberg2014-02-052-17/+60
* Merge "Reset internal state canonical length in WorkingTreeIterator when moving"Matthias Sohn2014-02-041-1/+1
|\
| * Reset internal state canonical length in WorkingTreeIterator when movingRobin Rosenberg2014-02-031-1/+1
* | Merge "Fix MissingObjectException race in ObjectDirectory"Shawn Pearce2014-02-035-394/+290
|\ \ | |/ |/|
| * Fix MissingObjectException race in ObjectDirectoryShawn Pearce2014-02-035-394/+290
* | Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-025-16/+141
|/
* Add a missing since tagChristian Halstrick2014-01-301-0/+1
* Merge "Fix serving fetch of existing shallow client"Shawn Pearce2014-01-292-2/+16
|\