aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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-281-0/+6
|\ \
| * | Always checkout master when it matches the advertised HEADKevin Sawicki2011-11-281-0/+6
* | | 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
|/
* Adapt merge message to C Git for remote-tracking branchRobin Stocker2011-11-231-2/+2
* Guard against null branch in PullCommandKevin Sawicki2011-11-223-1/+7
* Support adding all refs to LogCommandKevin Sawicki2011-11-221-0/+19
* 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-225-2/+147
|/
* Merge "Add missing '' characters around quoted variables"Shawn Pearce2011-11-181-6/+6
|\
| * Add missing '' characters around quoted variablesKevin Sawicki2011-11-181-6/+6
* | 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
* | Add detection of untracked folders to IndexDiffFilterJens Baumgart2011-11-102-3/+91
* | [blame] Fix blame following renames in non-toplevel directoriesCarsten Pfeiffer2011-11-101-0/+1
* | 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
* | Kill GitIndexRobin Rosenberg2011-11-093-1111/+0
* | Deprecate GitIndex more by using only DirCache internally.Robin Rosenberg2011-11-092-0/+2
|/
* 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