summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [findBugs] Don't ignore exceptional return value of File.mkdir()Matthias Sohn2014-02-181-1/+2
* [findBugs] Don't rely on default encodingMatthias Sohn2014-02-181-1/+1
* [findBugs] Don't call toString() on a stringMatthias Sohn2014-02-181-1/+1
* Fix diff header on renamed or copied filesShawn Pearce2014-02-182-16/+34
* Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick2014-02-1818-1/+677
* Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-1812-55/+741
* 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-142-16/+133
* 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-143-6/+259
* Non-Fast-Forward Ref-Updates: Omit isMergedInto() callsRoberto Tyley2014-02-133-3/+24
* Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructorsRoberto Tyley2014-02-132-5/+2
* Use fetch.prune and remote.<name>.prune to set prune mode when fetchingKonrad Kügler2014-02-132-4/+30
* Add some tests cases on files modes for symbolic linksAxel Richard2014-02-122-0/+264
* Add some test cases for symbolic links with Java7Robin Rosenberg2014-02-123-0/+273
* Normalize paths on OS XRobin Rosenberg2014-02-125-7/+66
* Recognize symlinks in the FileTreeIteratorRobin Rosenberg2014-02-121-1/+3
* Add special case to WorkingTreeIterator for matching unnormalized symlinksRobin Rosenberg2014-02-121-3/+33
* FileUtils.delete does not recurse via symlinksRobin Rosenberg2014-02-121-0/+86
* Use fileAttributes to get more attributes in one goRobin Rosenberg2014-02-127-49/+267
* Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker2014-02-112-27/+132
* Length of symbolic link is the number of bytes, not charactersRobin Rosenberg2014-02-102-7/+8
* Add delete support to FSRobin Rosenberg2014-02-105-0/+35
* Dynamically detect if Windows supports symbolic linksRobin Rosenberg2014-02-101-1/+25
* Add symlink support to JGitRobin Rosenberg2014-02-1014-64/+183
* 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-102-7/+7
* Ban dangerous ref names in WindowsRobin Rosenberg2014-02-053-17/+83
* Merge "Reset internal state canonical length in WorkingTreeIterator when moving"Matthias Sohn2014-02-042-2/+15
|\
| * Reset internal state canonical length in WorkingTreeIterator when movingRobin Rosenberg2014-02-032-2/+15
* | 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-027-19/+181
|/
* 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
* | Update Kepler target platform to use Kepler SR2 orbit R-buildMatthias Sohn2014-01-241-1/+1
* | Add missing @since tagsMatthias Sohn2014-01-202-1/+6
* | Update API version to check changes against to 3.2.0.201312181205-rMatthias Sohn2014-01-201-1/+1
* | Update Luna target platform to use Luna M5 orbit repositoryMatthias Sohn2014-01-201-1/+1
* | Do not report ignored directories as untrackedMatthias Sohn2014-01-192-2/+50
* | Add git checkout --orphan implementationSATO taichi2014-01-172-8/+159
* | Fix fast forward rebase with rebase.autostash=trueStefan Lay2014-01-152-0/+42
* | Update target platforms to use latest orbit buildMatthias Sohn2014-01-152-2/+2
* | Update com.jcraft.jsch to 0.1.50 in Kepler target platformMatthias Sohn2014-01-141-2/+2
* | Update commons-compress to 1.6Jonathan Nieder2014-01-143-5/+5
* | fix link to EWAHCompressedBitmap in javadoc of SimpleDataInput/OutputTomasz Zarna2014-01-142-2/+2
|/
* Upgrade javaewah to version 0.7.9Colby Ranger2014-01-1317-26/+26