aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add "Conflicts" section to merge message on conflictRobin Stocker2011-04-062-3/+43
* Refactor reading and writing heads in RepositoryRobin Stocker2011-04-061-40/+47
* Add CHERRY_PICK_HEAD for cherry-pick conflictsRobin Stocker2011-04-0610-10/+203
* Add parameters for timeout and branches to cloneStefan Lay2011-04-062-0/+88
* Try to checkout branch after cloningStefan Lay2011-04-063-14/+57
* Fix DirCache.isModified()Philipp Thun2011-04-041-1/+1
* [findbugs] Use explicit initializationMatthias Sohn2011-04-041-1/+1
* [findbugs] Make mutable static field finalMatthias Sohn2011-04-031-1/+1
* Merge "Make DeltaBaseCache per-ObjectReader"Chris Aniszczyk2011-04-023-41/+42
|\
| * Make DeltaBaseCache per-ObjectReaderShawn O. Pearce2011-04-013-41/+42
* | Merge "Fix ReceivePack connectivity validation with alternates"Chris Aniszczyk2011-04-022-24/+29
|\ \
| * | Fix ReceivePack connectivity validation with alternatesShawn O. Pearce2011-04-012-24/+29
| |/
* | Merge "Add open(File) and wrap(Repository) to Git"Christian Halstrick2011-04-022-1/+159
|\ \
| * | Add open(File) and wrap(Repository) to GitChristian Halstrick2011-04-022-1/+159
* | | Support reading first SHA-1 from large FETCH_HEAD filesCarsten Pfeiffer2011-04-012-1/+46
* | | Merge "Let LockFile.unlock use FileUtils.delete()"Shawn Pearce2011-04-011-1/+5
|\ \ \ | |_|/ |/| |
| * | Let LockFile.unlock use FileUtils.delete()Christian Halstrick2011-04-021-1/+5
* | | Enhance RefDatabase with a refresh() methodChristian Halstrick2011-04-022-0/+17
|/ /
* / RefDirectory: Use FileSnapshot for packed-refsShawn O. Pearce2011-04-014-32/+41
|/
* smart HTTP: Return errors inside payloadShawn O. Pearce2011-04-016-7/+95
* UploadPack: Add a PreUploadHook to monitor and control behaviorShawn O. Pearce2011-04-015-22/+354
* 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