1558 Commits (c3709f4ef0f0eca8e6b4f1bba44f15a8c0d30c03)

Author SHA1 Message Date
Christian Halstrick 9e1b64bd3e Fix History rendering 13 years ago
Robin Rosenberg 00514bde50 Add percent-encoding of reserved characters in URIish 13 years ago
Christian Halstrick df8511eeea Fix History rendering 13 years ago
Kevin Sawicki b4ff1e1e03 Remove calls to printStackTrace in catch blocks 13 years ago
Kevin Sawicki 7ed1ef953c Implement Serializable interface in ReflogEntry 13 years ago
Kevin Sawicki 899114f63c Always checkout master when it matches the advertised HEAD 13 years ago
Jens Baumgart 99ec987e68 RepositoryState: add method canAmend 13 years ago
Matthias Sohn 430395a669 Reset SSH connection and credentials on "Auth fail" 13 years ago
Kevin Sawicki 241e03be9d Don't iterate over advertised refs when HEAD is null 13 years ago
Robin Stocker 8456cb3f2b Adapt merge message to C Git for remote-tracking branch 13 years ago
Kevin Sawicki c3fe50bb18 Guard against null branch in PullCommand 13 years ago
Kevin Sawicki 900bdbac5b Support adding all refs to LogCommand 13 years ago
Sasa Zivkov 1fbe688f51 maxObjectSizeLimit for receive-pack. 13 years ago
Kevin Sawicki 2d63c481f7 Provide merge result when revert command fails 13 years ago
Shawn O. Pearce 2fbf296fda Fix duplicate objects in "thin+cached" packs from DFS 13 years ago
Shawn O. Pearce 60e51251db Do not write edge objects to the pack stream 13 years ago
Shawn O. Pearce 1421106d76 Use long for more object counts in PackWriter 13 years ago
Shawn O. Pearce 41a18d57bc Search for annotated tag reuse first 13 years ago
Shawn O. Pearce 29997ab084 Correct progress monitor on "Getting sizes:" phase 13 years ago
Shawn O. Pearce 4b84186b64 Refactor DfsReader selection of cached packs 13 years ago
Kevin Sawicki 1b472a7954 Add missing '' characters around quoted variables 13 years ago
Matthias Sohn c0780bcb99 [findBugs] Silence returning null for StringUtils.toBooleanOrNull() 13 years ago
Matthias Sohn afebe7880d [findBugs] Prefer short-cut logic as it's more performant 13 years ago
Dave Borowitz 2b584b9216 Keep track of a static collection of all PackWriter instances 13 years ago
Dave Borowitz f26b79d044 Estimate the amount of memory used by a PackWriter 13 years ago
Dave Borowitz 16b8ebf2d1 Add an object encapsulating the state of a PackWriter 13 years ago
Jens Baumgart 53ef3e5114 Add detection of untracked folders to IndexDiffFilter 13 years ago
Carsten Pfeiffer 92752f6b50 [blame] Fix blame following renames in non-toplevel directories 13 years ago
Kevin Sawicki da901c4968 Support a configured credentials provider in LsRemoteCommand 13 years ago
Matthias Sohn 899a3ccf6d Implement DirCacheEntry.toString() to ease debugging 13 years ago
Robin Rosenberg 6e9fdce9b9 Kill GitIndex 13 years ago
Robin Rosenberg 83c172f0f7 Deprecate GitIndex more by using only DirCache internally. 13 years ago
Shawn O. Pearce 9652f16a47 Always use try/finally around DfsBlockCache.clockLock 13 years ago
Shawn O. Pearce a6677ef28a DfsBlockCache: Fix NPE when evicting empty cell 13 years ago
Colby Ranger f70ecabb30 DfsBlockCache: Update hits to not include contains() 13 years ago
Dave Borowitz 0f8e486a4d Add a listener for changes to a DfsObjDatabase's pack files 13 years ago
Dave Borowitz d55eb35106 Expose the reverse index size in the DfsPackDescription 13 years ago
Dave Borowitz 4fc1af6850 Add a DfsPackFile method to get the number of cached bytes 13 years ago
Dave Borowitz dff9d56b94 Expose the list of pack files in the DfsBlockCache 13 years ago
Dave Borowitz 35d72ac806 Add a DFS repository description and reference it in each pack 13 years ago
Dave Borowitz 5a38e5b440 Clarify the docstring of DfsBlockCache.reconfigure() 13 years ago
Shawn O. Pearce fa4cc2475f DFS: A storage layer for JGit 13 years ago
Robin Rosenberg afd4f3b0cf Allow '\' in user names in URI-ish 13 years ago
Carl Myers 85a9ab7410 Fix NPE when PATH environment variable is empty 13 years ago
Kevin Sawicki 931b931ee8 Provide an id for submodule entries. 13 years ago
Kevin Sawicki 5041f738e9 Suppress unused and unchecked warnings 13 years ago
Marc Strapetz bf81119e62 DirCacheEntry: accessors for cached creation time (CTIME) 13 years ago
Robin Rosenberg 3ceb4fac23 Do not resolve path using cygwin unless told to 13 years ago
Matthias Sohn a5f72d6b3b Implement Config.Entry.toString() to help debugging 13 years ago
Shawn O. Pearce b24a61272a Ensure the ObjectInserter flushes after a merge 13 years ago