summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v1.2.0.201112221803-rv1.2.0.201112221803-rstable-1.2Matthias Sohn2011-12-2340-50/+50
* Expose unmerged paths when revert failsKevin Sawicki2011-12-191-0/+10
* Enforce the use of Java5 API:s only (with a few exceptions)Robin Rosenberg2011-12-1631-32/+1522
* Merge "Fix MergeCommandTest to pass if File.executable is not supported" into...Matthias Sohn2011-12-151-4/+12
|\
| * Fix MergeCommandTest to pass if File.executable is not supportedRobin Rosenberg2011-12-151-4/+12
* | Add API checking using clirrMatthias Sohn2011-12-156-0/+115
|/
* Fix ResolveMerger not to add paths with FileMode 0Christian Halstrick2011-12-112-7/+150
* Fix version.shMatthias Sohn2011-12-101-1/+1
* Throw API exception when MergeCommand hits checkout conflicts Matthias Sohn2011-12-082-3/+24
* Add methods for configuring platform emulationRobin Rosenberg2011-12-071-0/+30
* Fix history rendering not to occupy too many lanesChristian Halstrick2011-12-061-0/+2
* Fix History renderingChristian Halstrick2011-12-041-30/+42
* Fix HTTP unit testsShawn O. Pearce2011-11-301-2/+1
* Merge "RepositoryState: add method canAmend"Christian Halstrick2011-11-301-0/+18
|\
| * RepositoryState: add method canAmendJens Baumgart2011-11-281-0/+18
* | Merge "Always checkout master when it matches the advertised HEAD"Shawn Pearce2011-11-282-0/+22
|\ \
| * | Always checkout master when it matches the advertised HEADKevin Sawicki2011-11-282-0/+22
* | | Merge "Update maven plugin versions"Shawn Pearce2011-11-282-12/+12
|\ \ \
| * | | Update maven plugin versionsMatthias Sohn2011-11-292-12/+12
| |/ /
* | | Merge "Implement Serializable interface in ReflogEntry"Shawn Pearce2011-11-281-1/+5
|\ \ \
| * | | Implement Serializable interface in ReflogEntryKevin Sawicki2011-11-281-1/+5
| |/ /
* / / Remove calls to printStackTrace in catch blocksKevin Sawicki2011-11-283-6/+1
|/ /
* | Merge "Reset SSH connection and credentials on "Auth fail""Shawn Pearce2011-11-262-20/+55
|\ \
| * | Reset SSH connection and credentials on "Auth fail"Matthias Sohn2011-11-272-20/+55
| |/
* / Don't iterate over advertised refs when HEAD is nullKevin Sawicki2011-11-261-3/+3
|/
* Merge "tools/release: Handle v1.0.0.201106090707-r-NN-gdeadbeef"Matthias Sohn2011-11-241-1/+1
|\
| * tools/release: Handle v1.0.0.201106090707-r-NN-gdeadbeefShawn O. Pearce2011-06-241-1/+1
* | Merge "Adapt merge message to C Git for remote-tracking branch"Shawn Pearce2011-11-232-4/+4
|\ \
| * | Adapt merge message to C Git for remote-tracking branchRobin Stocker2011-11-232-4/+4
* | | Merge changes I828ac2de,I80e5b7cfShawn O. Pearce2011-11-238-98/+357
|\ \ \ | |/ / |/| |
| * | Add utilities for smart HTTP error handlingShawn O. Pearce2011-11-228-96/+355
| * | Strip leading slashes in RepositoryFilterShawn O. Pearce2011-11-221-2/+2
* | | Guard against null branch in PullCommandKevin Sawicki2011-11-224-1/+19
* | | Support adding all refs to LogCommandKevin Sawicki2011-11-222-0/+110
* | | Merge "Provide merge result when revert command fails"Shawn Pearce2011-11-221-0/+22
|\ \ \
| * | | Provide merge result when revert command failsKevin Sawicki2011-11-211-0/+22
| |/ /
* / / maxObjectSizeLimit for receive-pack.Sasa Zivkov2011-11-226-2/+242
|/ /
* | Merge "Add missing '' characters around quoted variables"Shawn Pearce2011-11-182-7/+7
|\ \
| * | Add missing '' characters around quoted variablesKevin Sawicki2011-11-182-7/+7
* | | Fix duplicate objects in "thin+cached" packs from DFSShawn O. Pearce2011-11-181-25/+18
* | | Do not write edge objects to the pack streamShawn O. Pearce2011-11-181-3/+3
* | | Use long for more object counts in PackWriterShawn O. Pearce2011-11-181-5/+5
* | | Search for annotated tag reuse firstShawn O. Pearce2011-11-181-2/+2
* | | Correct progress monitor on "Getting sizes:" phaseShawn O. Pearce2011-11-181-2/+2
* | | Refactor DfsReader selection of cached packsShawn O. Pearce2011-11-181-3/+6
|/ /
* | Merge changes I366435e2,I64577f8fShawn Pearce2011-11-182-1/+8
|\ \
| * | [findBugs] Silence returning null for StringUtils.toBooleanOrNull()Matthias Sohn2011-11-161-0/+7
| * | [findBugs] Prefer short-cut logic as it's more performantMatthias Sohn2011-11-161-1/+1
* | | Keep track of a static collection of all PackWriter instancesDave Borowitz2011-11-141-0/+52
* | | Estimate the amount of memory used by a PackWriterDave Borowitz2011-11-141-3/+42