1681 Commits (476e1d2ff1cc1e57fe75d26f0bf679fc44325bd8)

Author SHA1 Message Date
Kevin Sawicki 9e4b4fc41c Set person and message on stash ref update 13 years ago
Kevin Sawicki 8db5414dcf Return command from StashCreateCommand setters 13 years ago
Kevin Sawicki 9908c203a5 Support insteadOf and pushInsteadOf URL replacement 13 years ago
Kevin Sawicki 2c6187697c Check connection's error stream before reading from it 13 years ago
Tomasz Zarna eedd77a97b RawText#getEOL() does the same thing as RawText#getLineDelimiter() 13 years ago
Tomasz Zarna 92f90eb229 Add ApplyCommand to JGit API 13 years ago
Robin Rosenberg 88fe2836ed Quickfix for AutoCRLF handling 13 years ago
Matthias Sohn e0910edf7c Include eclipse.inf 13 years ago
Kevin Sawicki d364fb2d4f Remove null access warning in DirCacheCheckout 13 years ago
Kevin Sawicki 014d759d35 Update example code for obtaining a locked DirCache 13 years ago
Tomasz Zarna 9c7371a8c4 Allow to get end-of-line characters for a RawText 13 years ago
Sascha Scholz a1f877e312 Load .gitmodules config before adding values to it 13 years ago
Matthias Sohn 9169e7f9ec Exclude org.eclipse.jgit from pack200 packing 13 years ago
Dave Borowitz d023f2c78b Extract filterCommands as a static method on ReceiveCommand 13 years ago
Dave Borowitz 903e1b81d4 Remove PreUploadHook.onPreAdvertiseRefs 13 years ago
Dave Borowitz 9d41dbd958 Add an AdvertiseRefsHookChain, similar to the other hook chains 13 years ago
Dave Borowitz 1f2022e3a7 Modify refs in UploadPack/ReceivePack using a hook interface 13 years ago
Dave Borowitz 7acd333e7d Fix a typo referring to RevFilter as RefFilter 13 years ago
Dave Borowitz bb8f0bec4a Minor javadoc wording fixes in ReceivePack 13 years ago
Dave Borowitz 27cbdaf497 Expose an OutputStream from ReceivePack for sending client messages 13 years ago
Dave Borowitz 4a01f47e82 Allow creating ReceiveCommands with a specified type 13 years ago
Dave Borowitz 4bf22ff6e8 Execute ReceiveCommands via a method rather than in ReceivePack 13 years ago
Kevin Sawicki 0fb0e84405 Reuse existing modes and ids 13 years ago
Kevin Sawicki 4de8a84671 Add command support for applying a stashed commit 13 years ago
Kevin Sawicki 03d4dc597e Add support for creating a stashed commit 13 years ago
Kevin Sawicki 10c0b34b88 Add all paths option to CheckoutCommand 13 years ago
Daniel Megert 709cd52958 Let the date formatter pick the locale. 13 years ago
Stefan Lay 54f23873d6 Add support for autosetuprebase to the CloneCommand 13 years ago
Marc Strapetz 7df17e57d4 EolCanonicalizingInputStream: binary detection should be optional 13 years ago
Christian Halstrick b6d376a177 Add IGNORE_ERRORS to FileUtils.delete() 13 years ago
Matthias Sohn 755dfdb409 Prepare 2.0.0-SNAPSHOT builds 13 years ago
Matthias Sohn f70b24a601 Prepare post 1.3.0.201202151440-r build 13 years ago
Matthias Sohn e4ee677dea JGit 1.3.0.201202151440-r 13 years ago
Christian Halstrick ed7b322186 Generate conflicts and index updates on file mode changes 13 years ago
Matthias Sohn 3b358ce514 Prepare post 1.3.0.201202121842-rc4 builds 13 years ago
Matthias Sohn 53917539f8 JGit 1.3.0.201202121842-rc4 13 years ago
Robin Rosenberg ad9033e43a Revert non-sense logic in IO.readFully 13 years ago
Kevin Sawicki 2f79cf9900 Support gitdir references in working tree .git file 13 years ago
Tomasz Zarna f1945cac1d Add getters for old and new prefixes in DiffFormatter 13 years ago
Kevin Sawicki 7bde08e1d4 Support committing submodule updates 13 years ago
Robin Rosenberg 96acc4e5cf Really close output stream when core.autocrlf is true 13 years ago
Kevin Sawicki 97210fd6db Add command support for listing stashed commits 13 years ago
Kevin Sawicki b57845c0cc Support relative submodule URLs on init/add/sync 13 years ago
Robin Stocker 14cc47ea1a Add BranchTrackingStatus for getting remote tracking status 13 years ago
Robin Stocker c0f4880e61 Add BranchConfig helper for access to branch config section 13 years ago
Robin Stocker 69d7d1b0b6 Add RevWalkUtils with count(start, end) method 13 years ago
Robin Rosenberg 03b5416a35 Fix resolution of tree when path is empty 13 years ago
Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. 13 years ago
Matthias Sohn b8830d7bbb Throw API exception when LsRemoteCommand fails with TransportException 13 years ago
Kevin Sawicki c963e7aacf Resolve ~ with no trailing number as the first parent commit 13 years ago