1161 Commits (26451406782245ac6ee4cc976cf9d74ce6292592)

Author SHA1 Message Date
Shawn Pearce 36144e12d8 Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase 12 years ago
Matthias Sohn d7cc6eb002 Move org.eclipse.jgit.pgm's resource bundle to internal package 12 years ago
Dave Borowitz b0326235e1 Remove unused repository field from RevWalk 12 years ago
Dave Borowitz 0bdf030b26 Require a DiffConfig when creating a FollowFilter 12 years ago
Robin Rosenberg dd3181603e Extend the FS class for Java7 12 years ago
Robin Rosenberg b8e763fc19 TagCommand should be able to create unannotated tags too 12 years ago
Robin Stocker e8f720335f Add test for RefUpdate delete without HEAD 12 years ago
Robin Stocker f448d62d29 Update tags on fetch if --tags or tag refspec specified 12 years ago
Robin Stocker 68b378a4b5 Only fetch tags that do not exist locally with auto-follow 12 years ago
Robin Stocker 8bd1e86bb7 Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVE 12 years ago
Robin Stocker 23e3fb135b URIish: Allow multiple slashes in paths 12 years ago
Robin Rosenberg 9dcd8c2c90 Make the Reflog a public API again 12 years ago
Shawn Pearce 1b4320f1fa Revert "Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY" 12 years ago
Robin Stocker 1080cc5a0d IndexDiff: Provide stage state for conflicting entries 12 years ago
Robin Rosenberg 7a42b7fb95 Untracked files should not be included in stash 12 years ago
Robin Rosenberg 526b6266a5 Remove some unnecessary dependencies on FileRepostory 12 years ago
Robin Stocker 78fca8a099 Improve test coverage of AutoCRLF(In|Out)putStream 12 years ago
Robin Rosenberg 4c638be79f Fix boundary conditions in AutoCRLFOutputStream 12 years ago
Shawn Pearce d01fe32795 Skip main thread test in ThreadSafeProgressMonitor 12 years ago
Robin Rosenberg 1bede91db2 Consider working tree changes when stashing newly added files 12 years ago
Robin Rosenberg cc00feaa8d A deleted work tree file is not a conflict when merge wants to delete it 12 years ago
Gustav Karlsson b3e9626743 Added characters to be escaped in file name patterns 12 years ago
Tomasz Zarna 5453585773 Add the no-commit option to MergeCommand 12 years ago
Robin Rosenberg c9a94dc1ee Fix PathFilterGroup not to throw StopWalkException too early 12 years ago
Robin Rosenberg 65027d8bb4 Indicate initial commit on a branch in the reflog 12 years ago
Arthur Baars 35be98fb8f LogCommand.all(): filter out refs that do not refer to commit objects 12 years ago
Arthur Baars 2b9c440fd1 LogCommand.all(), peel references before using them 12 years ago
Robin Rosenberg 5cf53fdacf Speed up clone/fetch with large number of refs 12 years ago
Andreas König d9d3439617 Fixed parsing of URI with a IPv6-address 12 years ago
Robin Rosenberg d0e92885e9 Extend FileUtils.rename to common git semantics 12 years ago
Robin Rosenberg 7aa54967a2 Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY 12 years ago
André Dietisheim a31920555f Allow users to show server messages while pushing 12 years ago
Matthias Sohn d35586a431 Don't use internal type FileRepository in public API 12 years ago
Christian Halstrick bd5e4eabc2 Fix GC for FileRepo in case packfile renames fail 12 years ago
Christian Halstrick 67b98d5d40 Make GC more robust against corrupt reflogs 12 years ago
Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 12 years ago
Robin Stocker 0e9f1cf57d Support aborting non-interactive rebase started from C Git 12 years ago
Dave Borowitz bba74ba2e0 NameRevCommand: Don't use merge cost for first parent 12 years ago
Dave Borowitz 8e2a24a3b6 NameRevCommand: Use ~ notation for first parents of merges 12 years ago
Dave Borowitz d2a6c4b955 Allow adding single refs or all tags to NameRevCommand 12 years ago
Dave Borowitz 30ba407a9a Add a NameRevCommand for describing IDs in terms of refnames 12 years ago
Robin Rosenberg 3cd089f04c A folder does not constitute a dirty work tree 12 years ago
Robin Rosenberg 3ad454497c Do not cherry-pick merge commits during rebase 12 years ago
Robin Rosenberg 08d5ede281 Extend FileUtils.delete with option to delete empty directories only 12 years ago
Colby Ranger 3b325917a5 Added read/write support for pack bitmap index. 12 years ago
Roberto Tyley a46b042905 Fix corrupted CloneCommand bare-repo fetch-refspec (#402031) 12 years ago
Colby Ranger 4a317a1790 Include supported extensions in PackFile constructor. 12 years ago
George C. Young ab99b78ca0 Implement recursive merge strategy 12 years ago
Stefan Lay 3b41fcbd96 Accept Change-Id even if footer contains not well-formed entries 12 years ago
Robin Stocker 5d7b722f6e Fix false positives in hashing used by PathFilterGroup 12 years ago