summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Always checkout master when it matches the advertised HEADKevin Sawicki2011-11-282-0/+22
* 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
* | | Add an object encapsulating the state of a PackWriterDave Borowitz2011-11-143-14/+108
|/ /
* | Merge "Implement DirCacheEntry.toString() to ease debugging"Christian Halstrick2011-11-111-0/+10
|\ \
| * | Implement DirCacheEntry.toString() to ease debuggingMatthias Sohn2011-11-101-0/+10
* | | Clean up tab usage in Directory/File conflict tableRobin Rosenberg2011-11-101-9/+9
* | | Add detection of untracked folders to IndexDiffFilterJens Baumgart2011-11-103-3/+157
* | | [blame] Fix blame following renames in non-toplevel directoriesCarsten Pfeiffer2011-11-103-11/+102
* | | Support a configured credentials provider in LsRemoteCommandKevin Sawicki2011-11-106-216/+192
|/ /
* | Merge changes Ibb3467f7,I2af99903Robin Rosenberg2011-11-101-36/+42
|\ \
| * | Always use try/finally around DfsBlockCache.clockLockShawn O. Pearce2011-11-081-35/+41
| * | DfsBlockCache: Fix NPE when evicting empty cellShawn O. Pearce2011-11-081-1/+1
* | | Merge "Do not use the deprecated Tree class internally"Christian Halstrick2011-11-091-31/+47
|\ \ \
| * | | Do not use the deprecated Tree class internallyRobin Rosenberg2011-11-091-31/+47
* | | | Kill GitIndexRobin Rosenberg2011-11-094-1592/+0
|/ / /
* | | Deprecate GitIndex more by using only DirCache internally.Robin Rosenberg2011-11-096-846/+810
* | | Don't throw away the stack trace when tests failRobin Rosenberg2011-11-062-120/+82
|/ /
* | Merge "Do not resolve path using cygwin unless told to"Shawn Pearce2011-11-041-5/+8
|\ \
| * | Do not resolve path using cygwin unless told toRobin Rosenberg2011-10-281-5/+8
* | | Merge changes Icea2572d,I2633e472,I207c0c93,I10cee76c,Ifd78e8ce,I890b5fcc,Ia0...Shawn Pearce2011-11-0439-0/+8103
|\ \ \
| * | | DfsBlockCache: Update hits to not include contains()Colby Ranger2011-11-041-12/+23
| * | | Add a listener for changes to a DfsObjDatabase's pack filesDave Borowitz2011-11-043-3/+131
| * | | Expose the reverse index size in the DfsPackDescriptionDave Borowitz2011-11-042-5/+10