summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow application filters on smart HTTP operationsShawn O. Pearce2011-04-015-64/+228
* 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-013-31/+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-012-18/+17
|\
| * Do not normalize URIishesRobin Rosenberg2011-03-282-16/+15
| * Use Ignore to bypass unused testRobin Rosenberg2011-03-281-2/+2
* | Merge "Fix broken git prefix detection"Shawn Pearce2011-04-012-4/+15
|\|
| * Fix broken git prefix detectionRobin Rosenberg2011-03-282-4/+15
* | Bump jsch to 0.1.44Anatol Pomozov2011-03-311-1/+2
* | Let CloneCommand not checkout HEAD on bare reposChristian Halstrick2011-03-301-3/+6
* | Added Merge command to the CLIChristian Halstrick2011-03-295-0/+142
* | 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-273-4/+46
|\ \
| * | Detaching HEAD when checking out the same commit.Sasa Zivkov2011-03-253-4/+46
* | | Merge "Fix: possible IndexOutOfBoundsException in ReflogReader"Shawn Pearce2011-03-272-11/+28
|\ \ \
| * | | Fix: possible IndexOutOfBoundsException in ReflogReaderMarc Strapetz2011-03-222-11/+28
* | | | Merge "Registering the Checkout command and fixed a typo."Shawn Pearce2011-03-272-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Registering the Checkout command and fixed a typo.Sasa Zivkov2011-03-242-1/+2
| | |/ | |/|
* | | Prevent NPE during fetch and push via SSHMatthias Sohn2011-03-241-2/+4
* | | Introduce FAILED result for RebaseCommandPhilipp Thun2011-03-243-27/+424
|/ /
* | Merge "Introduce CherryPickResult"Mathias Kinzler2011-03-244-23/+250
|\ \
| * | Introduce CherryPickResultPhilipp Thun2011-03-234-23/+250
* | | Add status command to GIT apiChristian Halstrick2011-03-234-0/+372
* | | Create RemoteSession interfaceRoland Schulz2011-03-238-286/+451
|/ /
* | PullCommand: Use short ref name in merge messageRobin Stocker2011-03-222-5/+40
* | Improve MergeResultPhilipp Thun2011-03-214-7/+74
* | Refactor test casesPhilipp Thun2011-03-215-87/+25
* | 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-192-0/+64
|\| |
| * | BlockList: Micro-optimize appending from another BlockListShawn O. Pearce2011-03-182-0/+64
* | | 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-182-0/+162
|/
* Merge "Refactor ResolveMerger"Christian Halstrick2011-03-182-28/+52
|\
| * Refactor ResolveMergerPhilipp Thun2011-03-182-28/+52
* | Merge "Moved tests for commit -o option to own test class"Mathias Kinzler2011-03-182-1243/+1310
|\ \
| * | Moved tests for commit -o option to own test classChristian Halstrick2011-03-182-1243/+1310
* | | 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-173-8/+12
* | | Handle "ERR %s" when ACK/NAK is expectedShawn O. Pearce2011-03-172-0/+14
* | | 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-172-19/+99
|\ \ \ | |/ / |/| |