summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Fix ReceivePack connectivity validation with alternatesShawn O. Pearce2011-04-012-24/+29
* Enhance RefDatabase with a refresh() methodChristian Halstrick2011-04-022-0/+17
* RefDirectory: Use FileSnapshot for packed-refsShawn O. Pearce2011-04-013-32/+37
* UploadPack: Add a PreUploadHook to monitor and control behaviorShawn O. Pearce2011-04-013-21/+338
* PackWriter: Fix the way delta chain cycles are preventedShawn O. Pearce2011-04-011-58/+49
* PackWriter: Combine small reuse batches togetherShawn O. Pearce2011-04-011-4/+24
* PackWriter: Remove dummy list 0Shawn O. Pearce2011-04-012-30/+35
* PackWriter: Speed up pruning of objects from cached packsShawn O. Pearce2011-04-014-80/+86
* Make PacketLineIn publicShawn O. Pearce2011-04-011-6/+44
* Merge changes I2c8e917a,Ica9e50c0Shawn Pearce2011-04-011-12/+11
|\
| * Do not normalize URIishesRobin Rosenberg2011-03-281-12/+11
* | Merge "Fix broken git prefix detection"Shawn Pearce2011-04-012-4/+15
|\|
| * Fix broken git prefix detectionRobin Rosenberg2011-03-282-4/+15
* | Let CloneCommand not checkout HEAD on bare reposChristian Halstrick2011-03-301-3/+6
* | Allow InitCommand to run on existing git reposChristian Halstrick2011-03-291-2/+3
* | Merge "Do not categorize merge failures as 'abnormal'"Christian Halstrick2011-03-295-22/+22
|\ \
| * | Do not categorize merge failures as 'abnormal'Philipp Thun2011-03-285-22/+22
* | | Fix possible NPE in DirCache.isModified()Philipp Thun2011-03-281-1/+1
|/ /
* | Merge "Detaching HEAD when checking out the same commit."Shawn Pearce2011-03-272-4/+29
|\ \
| * | Detaching HEAD when checking out the same commit.Sasa Zivkov2011-03-252-4/+29
* | | Merge "Fix: possible IndexOutOfBoundsException in ReflogReader"Shawn Pearce2011-03-271-11/+6
|\ \ \ | |_|/ |/| |
| * | Fix: possible IndexOutOfBoundsException in ReflogReaderMarc Strapetz2011-03-221-11/+6
* | | Prevent NPE during fetch and push via SSHMatthias Sohn2011-03-241-2/+4
* | | Introduce FAILED result for RebaseCommandPhilipp Thun2011-03-242-27/+84
| |/ |/|
* | Merge "Introduce CherryPickResult"Mathias Kinzler2011-03-243-23/+177
|\ \
| * | Introduce CherryPickResultPhilipp Thun2011-03-233-23/+177
* | | Add status command to GIT apiChristian Halstrick2011-03-233-0/+238
* | | Create RemoteSession interfaceRoland Schulz2011-03-238-286/+451
|/ /
* | PullCommand: Use short ref name in merge messageRobin Stocker2011-03-221-3/+4
* | Improve MergeResultPhilipp Thun2011-03-213-3/+63
* | Merge "PackWriter: Collect stats by object type"Chris Aniszczyk2011-03-191-8/+120
|\ \
| * | PackWriter: Collect stats by object typeShawn O. Pearce2011-03-181-8/+120
* | | Merge "BlockList: Micro-optimize appending from another BlockList"Chris Aniszczyk2011-03-191-0/+46
|\| |
| * | BlockList: Micro-optimize appending from another BlockListShawn O. Pearce2011-03-181-0/+46
* | | Merge "PackFile: Cache the packName string"Chris Aniszczyk2011-03-181-5/+11
|\| | | |/ |/|
| * PackFile: Cache the packName stringShawn O. Pearce2011-03-181-5/+11
* | Abort merge when file to be checked out is dirtyPhilipp Thun2011-03-181-0/+4
|/
* Merge "Refactor ResolveMerger"Christian Halstrick2011-03-181-28/+48
|\
| * Refactor ResolveMergerPhilipp Thun2011-03-181-28/+48
* | Add path filtering to LogCommandChris Aniszczyk2011-03-171-0/+23
* | Assume refs of alternates are reachable during fetchShawn O. Pearce2011-03-171-16/+23
* | UploadPack: Report invalid want lines with ERRShawn O. Pearce2011-03-172-7/+11
* | Handle "ERR %s" when ACK/NAK is expectedShawn O. Pearce2011-03-171-0/+2
* | PacketLineIn: Reuse internal lineBuffer for small stringsShawn O. Pearce2011-03-171-1/+6
* | Merge "Expose if name or email is based on a guess"Shawn Pearce2011-03-171-19/+87
|\ \
| * | Expose if name or email is based on a guessMatthias Sohn2011-03-161-19/+87
* | | CommitCommand: add option to insert a change idJens Baumgart2011-03-171-0/+36
* | | Merge "Remove deprecated Repository.mapTree"Mathias Kinzler2011-03-171-47/+0
|\ \ \ | |_|/ |/| |
| * | Remove deprecated Repository.mapTreeShawn O. Pearce2011-03-071-47/+0
* | | Use parent directory in InitCommand if directory is "."Philipp Thun2011-03-161-1/+3
| |/ |/|