summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | New config constant for default start-pointManuel Doninger2011-09-301-0/+6
* | | | Fire IndexChangedEvent on DirCache.commit()Matthias Sohn2011-09-303-9/+83
* | | | Remove TODO for generated constructor.Kevin Sawicki2011-09-281-1/+0
* | | | Fix status in index entries after checkout of pathsChristian Halstrick2011-09-281-22/+25
* | | | Merge "Fix DirCache,getEntriesWithin for empty string arguemnt"Christian Halstrick2011-09-261-0/+5
|\| | |
| * | | Fix DirCache,getEntriesWithin for empty string arguemntRobin Rosenberg2011-09-251-0/+5
| | |/ | |/|
* | | Merge "Remove duplicate calls to DirCache.unlock on checkout"Robin Rosenberg2011-09-251-6/+3
|\ \ \
| * | | Remove duplicate calls to DirCache.unlock on checkoutKevin Sawicki2011-09-131-6/+3
| | |/ | |/|
* | | Merge "Remove use of GitIndex to detect index changes"Robin Rosenberg2011-09-221-7/+24
|\ \ \
| * | | Remove use of GitIndex to detect index changesMatthias Sohn2011-09-161-7/+24
| | |/ | |/|
* | | Append merge strategy to reflog messageRobin Rosenberg2011-09-211-1/+3
* | | Fix the reflog prefix for cherry-pick, revert and merge commandsRobin Rosenberg2011-09-214-10/+32
|/ /
* / Prepare 1.2.0 buildsMatthias Sohn2011-09-153-30/+30
|/
* Merge branch 'stable-1.1'Matthias Sohn2011-09-111-1/+1
|\
| * Fix IOOBE in Repository.resolveSimple()Dariusz Luksza2011-09-061-1/+1
* | Allow commit when submodule changes are presentRobin Rosenberg2011-09-081-11/+19
* | Ignore submodule on checkout instead of deleting itRobin Rosenberg2011-09-081-16/+37
* | cleanup: Reuse local variable for current DirCacheEntryRobin Rosenberg2011-09-081-9/+9
* | Prepare post v1.1.0.201109071825-rc3 buildsMatthias Sohn2011-09-083-3/+3
* | JGit v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3Matthias Sohn2011-09-083-3/+3
* | Use commit message best practices for Mylyn Commit templateMatthias Sohn2011-09-052-0/+7
|/
* Fix the names in the reflog for checkoutsRobin Rosenberg2011-09-051-4/+10
* Add a helper for parsing branch switch info out of a reflog entryRobin Rosenberg2011-09-052-1/+90
* [blame] Reset rename detector before computing renames.Kevin Sawicki2011-09-011-0/+1
* Prepare post-v1.1.0.201109011030-rc2 buildsMatthias Sohn2011-09-013-3/+3
* JGit v1.1.0.201109011030-rc2v1.1.0.201109011030-rc2Matthias Sohn2011-09-013-3/+3
* Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-08-251-7/+28
* Merge "Unwind loop that iterates over fetch connection refs."Stefan Lay2011-08-251-17/+14
|\
| * Unwind loop that iterates over fetch connection refs.Kevin Sawicki2011-08-221-17/+14
* | Use JGitText.refAlreadyExists instead of "ref exists"Tomasz Zarna2011-08-245-5/+6
|/
* Throw JGit exception when ResetCommand got wrong refChristian Halstrick2011-08-211-0/+6
* Implement server support for shallow clonesMatt Fischer2011-08-215-37/+577
* PackWriter: support excluding objects already in other packsShawn O. Pearce2011-08-211-1/+49
* Fix ClassCastException in MergeCommandDenys Digtiar2011-08-214-49/+12
* Add ListTagCommand to JGit APIKetan Padegaonkar2011-08-212-2/+116
* Merge "Add DeleteTagCommand to JGit API"Chris Aniszczyk2011-08-214-0/+151
|\
| * Add DeleteTagCommand to JGit APITomasz Zarna2011-08-214-0/+151
* | Merge "PackWriter: Make want/have actual sets"Christian Halstrick2011-08-184-16/+98
|\ \
| * | PackWriter: Make want/have actual setsShawn O. Pearce2011-08-164-16/+98
* | | Use HEAD as default ref for RefLogCommand.Kevin Sawicki2011-08-171-2/+2
| |/ |/|
* | Merge "Adds DiffEntry.scan(TreeWalk, boolean) method"Matthias Sohn2011-08-173-1/+41
|\ \
| * | Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza2011-08-173-1/+41
| |/
* / Fix typo in IndexDiff.getModified() comment.Kevin Sawicki2011-08-161-1/+1
|/
* Merge "Add DiffCommand to JGit API"Christian Halstrick2011-08-162-0/+202
|\
| * Add DiffCommand to JGit APITomasz Zarna2011-08-162-0/+202
* | Revert "PackWriter: Do not delta compress already packed objects"Shawn O. Pearce2011-08-131-2/+2
* | Speed up ObjectWalk by 6235 objects/secShawn O. Pearce2011-08-132-114/+369
* | Merge "PackWriter: Only search for base objects on thin packs"Shawn O. Pearce2011-08-131-13/+22
|\ \
| * | PackWriter: Only search for base objects on thin packsShawn O. Pearce2011-08-081-13/+22
* | | Merge "Ignore missing MERGE_MSG when deleting MERGE_MSG"Shawn Pearce2011-08-131-1/+1
|\ \ \