summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | Add a DfsPackFile method to get the number of cached bytesDave Borowitz2011-11-043-2/+19
| * | | Expose the list of pack files in the DfsBlockCacheDave Borowitz2011-11-041-2/+19
| * | | Add a DFS repository description and reference it in each packDave Borowitz2011-11-046-14/+165
| * | | Clarify the docstring of DfsBlockCache.reconfigure()Dave Borowitz2011-11-041-3/+2
| * | | DFS: A storage layer for JGitShawn O. Pearce2011-11-0436-0/+7775
* | | | Merge "Refactor HTTP server stack to use Filter as base"Shawn O. Pearce2011-11-048-291/+690
|\ \ \ \
| * | | | Refactor HTTP server stack to use Filter as baseShawn O. Pearce2011-10-078-291/+690
* | | | | Merge "Allow '\' in user names in URI-ish"Shawn Pearce2011-11-042-1/+67
|\ \ \ \ \
| * | | | | Allow '\' in user names in URI-ishRobin Rosenberg2011-11-042-1/+67
* | | | | | Merge "Provide an id for submodule entries."Shawn Pearce2011-11-043-3/+241
|\ \ \ \ \ \
| * | | | | | Provide an id for submodule entries.Kevin Sawicki2011-11-043-3/+241
| |/ / / / /
* / / / / / Fix NPE when PATH environment variable is emptyCarl Myers2011-11-041-0/+13
|/ / / / /
* | | | | Merge "Implement Config.Entry.toString() to help debugging"Shawn Pearce2011-11-031-0/+15
|\ \ \ \ \
| * | | | | Implement Config.Entry.toString() to help debuggingMatthias Sohn2011-10-271-0/+15
| | |_|/ / | |/| | |
* | | | | Merge "DirCacheEntry: accessors for cached creation time (CTIME)"Shawn Pearce2011-11-031-1/+21
|\ \ \ \ \
| * | | | | DirCacheEntry: accessors for cached creation time (CTIME)Marc Strapetz2011-10-311-1/+21
* | | | | | Suppress unused and unchecked warningsKevin Sawicki2011-11-031-0/+2
|/ / / / /
* | | | | Merge "Ensure the ObjectInserter flushes after a merge"Shawn O. Pearce2011-10-281-1/+4
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Ensure the ObjectInserter flushes after a mergeShawn O. Pearce2011-10-261-1/+4
* | | | Merge "Enable full Transport configuration for JGit API commands"Shawn Pearce2011-10-275-0/+142
|\ \ \ \
| * | | | Enable full Transport configuration for JGit API commandsRoberto Tyley2011-09-165-0/+142
* | | | | Merge "Close the repo in CloneCommandTest"Christian Halstrick2011-10-271-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Close the repo in CloneCommandTestRobin Rosenberg2011-10-261-0/+1
* | | | | Merge changes I488e9c97,I30f1049f,I1c088dceMatthias Sohn2011-10-268-16/+349
|\ \ \ \ \
| * | | | | Cosmetic adjustment of relative date format, do not display "0 months"Robin Rosenberg2011-10-264-4/+8
| * | | | | Make use of the many date formatting options in the log commandRobin Rosenberg2011-10-262-12/+15
| * | | | | Define a utility class for handling Git date formatsRobin Rosenberg2011-10-232-0/+326
| |/ / / /
* | | | | Merge "Allow detecting which files were renamed during a revwalk"Matthias Sohn2011-10-266-1/+270
|\ \ \ \ \
| * | | | | Allow detecting which files were renamed during a revwalkCarsten Pfeiffer2011-10-256-1/+270