aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix serving fetch of existing shallow clientShawn Pearce2014-01-282-2/+16
* | Add missing @since tagsMatthias Sohn2014-01-202-1/+6
* | Do not report ignored directories as untrackedMatthias Sohn2014-01-191-2/+3
* | Add git checkout --orphan implementationSATO taichi2014-01-171-8/+63
* | Fix fast forward rebase with rebase.autostash=trueStefan Lay2014-01-151-0/+3
* | fix link to EWAHCompressedBitmap in javadoc of SimpleDataInput/OutputTomasz Zarna2014-01-142-2/+2
|/
* Upgrade javaewah to version 0.7.9Colby Ranger2014-01-1311-16/+16
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-103-3/+3
* Suppport the GIT_CONFIG_NOSYSTEM environment variableRobin Rosenberg2014-01-062-1/+20
* archive: Use an empty directory for submodulesJonathan Nieder2013-12-271-3/+10
* archive: Include entries for directoriesJonathan Nieder2013-12-271-6/+7
* archive: Prepend a specified prefix to all entry filenamesJonathan Nieder2013-12-171-1/+15
* Merge branch 'stable-3.2'Matthias Sohn2013-12-136-22/+129
|\
| * Canonicalize worktree path in BaseRepositoryBuilder if set via configRobin Stocker2013-12-121-1/+1
| * Add missing @since tags for new public methods in ConfigMatthias Sohn2013-12-111-0/+2
| * Don't use API exception in RebaseTodoLineChristian Halstrick2013-12-112-7/+68
| * Merge "Fix aborting rebase with detached head" into stable-3.2Robin Rosenberg2013-12-101-13/+18
| |\
| | * Fix aborting rebase with detached headStefan Lay2013-12-101-13/+18
| * | Add recursive variant of Config.getNames() methodsMatthias Sohn2013-12-062-1/+40
| |/
* / Prepare 3.3.0-SNAPSHOT buildsMatthias Sohn2013-12-053-34/+34
|/
* Implement rebase.autostashStefan Lay2013-12-045-23/+139