1390 Commits (200d3f5aafd77958150ff0132f26717235b73272)

Author SHA1 Message Date
Christian Halstrick 200d3f5aaf Refactor ResolveMerger 13 years ago
Kevin Sawicki 656461a991 Add exception class for when locking a file fails 13 years ago
Kevin Sawicki dc4c06e7ac Support resolving integer-based reflog revisions 13 years ago
Matthias Sohn e178ba20d0 Add API checking using clirr 13 years ago
Kevin Sawicki 78bc526d9b Report diff entries for files that only change mode 13 years ago
Dave Borowitz 84c80be1dc Fire DfsPacksChangedEvents when committing packs. 13 years ago
Tomasz Zarna 9f66137716 StatusCommand#setWorkingTreeIt should return 'this' 13 years ago
Christian Halstrick 3c544647b7 Fix ResolveMerger not to add paths with FileMode 0 13 years ago
Matthias Sohn 7fded4d14f Prepare 1.3.0 builds 13 years ago
Dave Borowitz 629c61513c Add simple chain implementations of transport hooks and loggers 13 years ago
Matthias Sohn 26b5738629 Throw API exception when MergeCommand hits checkout conflicts 13 years ago
Kevin Sawicki 4535a9e2a3 Throw invalid ref exception instead of invalid remote exception 13 years ago
Kevin Sawicki 47d1616374 Use constant for logs directory 13 years ago
Tomasz Zarna eb5df588d8 Add toString() to HunkHeader 13 years ago
Kevin Sawicki 60563b3478 [findBugs] Implement Serializable interface in PlotLane 13 years ago
Dave Borowitz d6172dc0de Add a no-op UploadPackLogger and use it by default 13 years ago
Kevin Sawicki eb2cfd4552 Use System.arraycopy to copy parent object id array 13 years ago
Kevin Sawicki 2539b1ee09 Set expected old object id to all zeros when head id is null 13 years ago
Christian Halstrick 251bc02840 Fix history rendering not to occupy too many lanes 13 years ago
Tomasz Zarna 2b3d48acc2 Stream left open in WorkingTreeIterator#filterClean 13 years ago
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