aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Merge "More helpful InvalidPathException messages (include reason)"Christian Halstrick2013-12-044-23/+51
|\
| * More helpful InvalidPathException messages (include reason)Robin Stocker2013-12-034-23/+51
* | Fix IgnoreRule#isMatch returning wrong result due to missing resetRobin Stocker2013-12-031-0/+1
|/
* Fix exception on conflicts with recursive mergeRobin Stocker2013-12-035-27/+38
* Fix broken symbolic links on Cygwin.John Ross2013-12-021-4/+4
* Do not allow non-ff-rebase if there are uncommitted changesStefan Lay2013-12-023-7/+88
* Fix handling of file/folder conflicts during a checkoutChristian Halstrick2013-11-291-1/+7
* Mention null return in Javadoc of Config#getStringRobin Stocker2013-11-291-2/+2
* Fix applying stash on other commitStefan Lay2013-11-291-0/+1
* Use static factory methods instead of overloaded constructorsStefan Lay2013-11-292-18/+27
* Cache SimpleDateFormat in GitDateParser per localeMatthias Sohn2013-11-233-16/+95
* Fix FIXUP error for blank lines in interactive rebaseStefan Lay2013-11-221-1/+1
* Fix parsing Rebase todo lines when commit message is missingStefan Lay2013-11-211-0/+2
* Add close() method to APIChristian Halstrick2013-11-201-0/+20
* Merge "Don't delete .idx file if .pack file can't be deleted"Robin Rosenberg2013-11-171-18/+39
|\
| * Don't delete .idx file if .pack file can't be deletedChristian Halstrick2013-11-131-18/+39
* | Document that path parameters should use '/' as separatorRobin Stocker2013-11-1514-22/+36
* | Improve Javadoc for typeHint parameterRobin Stocker2013-11-143-15/+17
* | Do not update the ref hot bit when checking isIndexLoadedColby Ranger2013-11-132-1/+5
* | Merge "Add missing @since tags"Matthias Sohn2013-11-127-0/+14
|\ \