1419 Commits (b7e881e62571abf56a5c36e9abf459c48e4647a4)

Autor SHA1 Mensaje Fecha
  Jens Baumgart 0a84ad2d2a Unlock DirCache in case of occurring exception hace 12 años
  Shawn O. Pearce c0b1443926 Index config section and subsection names in one pass hace 12 años
  Tomasz Zarna 622232b936 Externalize parsing exception message for RebaseCommand#Action hace 12 años
  Tomasz Zarna 4e1de30809 Add @Override annotations to enums hace 12 años
  Markus Duft 2ba67bedae Don't use java.nio channel for file size determination hace 12 años
  Kevin Sawicki 543c5238ae Recurse into cloned submodules hace 12 años
  Shawn O. Pearce 6c0d300a54 Fix loading packed objects >2G hace 12 años
  Shawn O. Pearce 552682dc6a Sort Config entries and use O(log N) lookup hace 12 años
  Shawn O. Pearce 581e6ca2fe Extract inner classes from Config hace 12 años
  Robin Rosenberg 3f4725c179 Handle content length in WorkingTreeIterator hace 12 años
  Dave Borowitz 55bf06b43d Allow RepositoryResolver to throw ServiceMayNotContinueException hace 12 años
  Dave Borowitz d794a4fde3 Clarify documentation of exceptions in RepositoryResolver hace 12 años
  Dave Borowitz e0531ace35 Properly parse first line in ReceivePack with no '\0' hace 12 años
  Matthias Sohn 9dd6e6cd29 Revert "Allow to write tests with CLI syntax" hace 12 años
  Tomasz Zarna bf845c126d Allow to write tests with CLI syntax hace 12 años
  Kevin Sawicki b37b7e69cd Add command support for dropping a stashed commit hace 12 años
  Kevin Sawicki bbfa4c9b2c Ignore trailing comments in transport SPI parsing hace 12 años
  Kevin Sawicki 7aeea3b27c Compare repository format version as parsed long hace 12 años
  Kevin Sawicki fd0c468b7a Copy all branch configuration values when renaming hace 12 años
  Shawn O. Pearce 04ab2dac37 Clarify the purpose of ObjectInserter.buffer() hace 12 años
  Tomasz Zarna c75aa1aed2 LogCommand#setMaxCount affects all commits hace 12 años
  Dave Borowitz 9bc26efe9d Pass a DfsRepositoryDescription to InMemoryRepository hace 12 años
  Shawn O. Pearce ff13648ea2 Revert "Quickfix for AutoCRLF handling" hace 12 años
  Kevin Sawicki 9be6526e9d Only unstash files changed when originally stashed hace 12 años
  Shawn O. Pearce dfff04742f Enable smart HTTP transport to place EOF at end of pack hace 12 años
  Robin Rosenberg 95d311f888 Move JGitText to an internal package hace 12 años
  Markus Duft d1403512f5 Fix compilation error due to missing javadoc. hace 12 años
  Kevin Sawicki 3734db9282 Use object id provided by working tree iterator for submodules hace 12 años
  Kevin Sawicki 5c18fcb81b Keep submodules in index that are missing in working directory hace 12 años
  Markus Duft edc1fee033 Fix rebase > continue when nothing left to commit. hace 12 años
  Robin Rosenberg 708febedaf cleanup: Remove unnecessary @SuppressWarnings hace 12 años
  Dave Borowitz 039c785d9f Try to send HTTP error messages over sideband hace 12 años
  Dave Borowitz d2787d481e Extract the capability parsing logic in {Upload,Receive}Pack hace 12 años
  Dave Borowitz 2b0044f222 Make capability strings in BasePack{Fetch,Push}Connection public hace 12 años
  Dave Borowitz eea8581da5 Fix a typo in "capabilities" in ReceivePack hace 12 años
  Tomasz Zarna 90d002c15f Remove ambiguous CheckoutConflictException hace 12 años
  Kevin Sawicki 9e4b4fc41c Set person and message on stash ref update hace 12 años
  Kevin Sawicki 8db5414dcf Return command from StashCreateCommand setters hace 12 años
  Kevin Sawicki 9908c203a5 Support insteadOf and pushInsteadOf URL replacement hace 12 años
  Kevin Sawicki 2c6187697c Check connection's error stream before reading from it hace 12 años
  Tomasz Zarna eedd77a97b RawText#getEOL() does the same thing as RawText#getLineDelimiter() hace 12 años
  Tomasz Zarna 92f90eb229 Add ApplyCommand to JGit API hace 12 años
  Robin Rosenberg 88fe2836ed Quickfix for AutoCRLF handling hace 12 años
  Kevin Sawicki d364fb2d4f Remove null access warning in DirCacheCheckout hace 12 años
  Kevin Sawicki 014d759d35 Update example code for obtaining a locked DirCache hace 12 años
  Tomasz Zarna 9c7371a8c4 Allow to get end-of-line characters for a RawText hace 12 años
  Sascha Scholz a1f877e312 Load .gitmodules config before adding values to it hace 12 años
  Dave Borowitz d023f2c78b Extract filterCommands as a static method on ReceiveCommand hace 12 años
  Dave Borowitz 903e1b81d4 Remove PreUploadHook.onPreAdvertiseRefs hace 12 años
  Dave Borowitz 9d41dbd958 Add an AdvertiseRefsHookChain, similar to the other hook chains hace 12 años