1397 Commits (b37b7e69cd3857b1c4463008a034b78870007497)

Author SHA1 Message Date
  Kevin Sawicki b37b7e69cd Add command support for dropping a stashed commit 12 years ago
  Kevin Sawicki bbfa4c9b2c Ignore trailing comments in transport SPI parsing 12 years ago
  Kevin Sawicki 7aeea3b27c Compare repository format version as parsed long 12 years ago
  Kevin Sawicki fd0c468b7a Copy all branch configuration values when renaming 12 years ago
  Shawn O. Pearce 04ab2dac37 Clarify the purpose of ObjectInserter.buffer() 12 years ago
  Tomasz Zarna c75aa1aed2 LogCommand#setMaxCount affects all commits 12 years ago
  Dave Borowitz 9bc26efe9d Pass a DfsRepositoryDescription to InMemoryRepository 12 years ago
  Shawn O. Pearce ff13648ea2 Revert "Quickfix for AutoCRLF handling" 12 years ago
  Kevin Sawicki 9be6526e9d Only unstash files changed when originally stashed 12 years ago
  Shawn O. Pearce dfff04742f Enable smart HTTP transport to place EOF at end of pack 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Markus Duft d1403512f5 Fix compilation error due to missing javadoc. 12 years ago
  Kevin Sawicki 3734db9282 Use object id provided by working tree iterator for submodules 12 years ago
  Kevin Sawicki 5c18fcb81b Keep submodules in index that are missing in working directory 12 years ago
  Markus Duft edc1fee033 Fix rebase > continue when nothing left to commit. 12 years ago
  Robin Rosenberg 708febedaf cleanup: Remove unnecessary @SuppressWarnings 12 years ago
  Dave Borowitz 039c785d9f Try to send HTTP error messages over sideband 12 years ago
  Dave Borowitz d2787d481e Extract the capability parsing logic in {Upload,Receive}Pack 12 years ago
  Dave Borowitz 2b0044f222 Make capability strings in BasePack{Fetch,Push}Connection public 12 years ago
  Dave Borowitz eea8581da5 Fix a typo in "capabilities" in ReceivePack 12 years ago
  Tomasz Zarna 90d002c15f Remove ambiguous CheckoutConflictException 12 years ago
  Kevin Sawicki 9e4b4fc41c Set person and message on stash ref update 12 years ago
  Kevin Sawicki 8db5414dcf Return command from StashCreateCommand setters 12 years ago
  Kevin Sawicki 9908c203a5 Support insteadOf and pushInsteadOf URL replacement 12 years ago
  Kevin Sawicki 2c6187697c Check connection's error stream before reading from it 12 years ago
  Tomasz Zarna eedd77a97b RawText#getEOL() does the same thing as RawText#getLineDelimiter() 12 years ago
  Tomasz Zarna 92f90eb229 Add ApplyCommand to JGit API 12 years ago
  Robin Rosenberg 88fe2836ed Quickfix for AutoCRLF handling 12 years ago
  Kevin Sawicki d364fb2d4f Remove null access warning in DirCacheCheckout 12 years ago
  Kevin Sawicki 014d759d35 Update example code for obtaining a locked DirCache 12 years ago
  Tomasz Zarna 9c7371a8c4 Allow to get end-of-line characters for a RawText 12 years ago
  Sascha Scholz a1f877e312 Load .gitmodules config before adding values to it 12 years ago
  Dave Borowitz d023f2c78b Extract filterCommands as a static method on ReceiveCommand 12 years ago
  Dave Borowitz 903e1b81d4 Remove PreUploadHook.onPreAdvertiseRefs 12 years ago
  Dave Borowitz 9d41dbd958 Add an AdvertiseRefsHookChain, similar to the other hook chains 12 years ago
  Dave Borowitz 1f2022e3a7 Modify refs in UploadPack/ReceivePack using a hook interface 12 years ago
  Dave Borowitz bb8f0bec4a Minor javadoc wording fixes in ReceivePack 12 years ago
  Dave Borowitz 27cbdaf497 Expose an OutputStream from ReceivePack for sending client messages 12 years ago
  Dave Borowitz 4a01f47e82 Allow creating ReceiveCommands with a specified type 12 years ago
  Dave Borowitz 4bf22ff6e8 Execute ReceiveCommands via a method rather than in ReceivePack 12 years ago
  Kevin Sawicki 0fb0e84405 Reuse existing modes and ids 12 years ago
  Kevin Sawicki 4de8a84671 Add command support for applying a stashed commit 12 years ago
  Kevin Sawicki 03d4dc597e Add support for creating a stashed commit 12 years ago
  Kevin Sawicki 10c0b34b88 Add all paths option to CheckoutCommand 12 years ago
  Daniel Megert 709cd52958 Let the date formatter pick the locale. 12 years ago
  Stefan Lay 54f23873d6 Add support for autosetuprebase to the CloneCommand 12 years ago
  Marc Strapetz 7df17e57d4 EolCanonicalizingInputStream: binary detection should be optional 12 years ago
  Christian Halstrick b6d376a177 Add IGNORE_ERRORS to FileUtils.delete() 12 years ago
  Christian Halstrick ed7b322186 Generate conflicts and index updates on file mode changes 12 years ago
  Robin Rosenberg ad9033e43a Revert non-sense logic in IO.readFully 12 years ago