1675 Commits (f30fe13ac94df9de77c18813f41c29fe7f55a44f)

Author SHA1 Message Date
Christian Halstrick 7182cb2a26 Fix ResetCommand to return the resulting ref 9 years ago
Christian Halstrick da43d8d798 Add option to allow empty commits to CommitCommand 9 years ago
David Pursehouse ebbd007639 TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource 9 years ago
David Pursehouse 41ace0580c BlameCommandTest: Instantiate Git objects in try-with-resource 9 years ago
David Pursehouse 0d77b4e5c8 SideBandOutputStreamTest: Use try-with-resource 9 years ago
David Pursehouse 7c21aeb508 FileTreeIteratorJava7Test: Create Git instances in try-with-resource 9 years ago
Matthias Sohn 3af05f6080 Remove declared IOException which is no longer thrown 9 years ago
Shawn Pearce 6b662af76e Transport: Implement AutoCloseable 9 years ago
Andrey Loskutov 7f31a9c9ad Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and 9 years ago
David Pursehouse 4b93de43ba CheckoutCommandTest: Create Git instances in try-with-resource 9 years ago
David Pursehouse 78b3f174f2 BranchCommandTest: Create Git instances in try-with-resource 9 years ago
David Pursehouse 3b63a242ef URIishTest: Use @Test annotation's `expected` argument 9 years ago
David Pursehouse 75e096c80a Suppress "The allocated object is never used" warning in tests 9 years ago
Matthias Sohn 20f272a71c Prepare 4.2.0-SNAPSHOT builds 9 years ago
Shawn Pearce bbfca06d64 RefTreeDatabase: Allow ORIG_HEAD, etc. on non-bare repositories 9 years ago
Shawn Pearce a290b822ab RefTreeDatabase: Expose bootstrap refs in getAdditionalRefs 9 years ago
Shawn Pearce 2cc80187d3 Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" 9 years ago
David Pursehouse 0352276da7 RefUpdateTest: Use try-with-resource for auto-closable types 9 years ago
David Pursehouse 56634de0cc RefUpdateTest: Add null check to prevent potential NPE 9 years ago
Shawn Pearce 4e650c0d76 PackWriter: Declare preparePack object sets as @NonNull 9 years ago
Shawn Pearce 088c2fc6e3 FileRepository: Support extensions.refsBackendType = RefTree 9 years ago
Shawn Pearce 48e245fc60 RefTreeDatabase: Ref database using refs/txn/committed 9 years ago
Shawn Pearce 31d92ace5b RevCommit: Better support invalid encoding headers 9 years ago
Shawn Pearce 0f8743d4d7 Remove deprecated Tree, TreeEntry, FileTreeEntry and friends 9 years ago
Shawn Pearce 1243e25aad Paths.pathCompare: Utility to sort paths from byte[] 9 years ago
Shawn Pearce bace383507 Add Paths utility class 9 years ago
Shawn Pearce 73eb32be82 RefTree: Store references in a Git tree 9 years ago
Andrey Loskutov 35db319e8a Fixed few locale dependent pgm tests 9 years ago
Shawn Pearce da3174a812 buck: set vm_args for tests 9 years ago
Shawn Pearce 2f8d787b5f buck: run tests 9 years ago
Shawn Pearce ac41920a43 ObjectChecker: honor some git-core fsck.* options 9 years ago
Shawn Pearce fa7ce0e0f3 ObjectChecker: allow some objects to skip errors 9 years ago
Shawn Pearce 29aa444760 PackWriter: use lib.ObjectIdSet to avoid wrapper 9 years ago
Shawn Pearce 683c41af92 DirCache: Do not create duplicate tree entries 9 years ago
Shawn Pearce b71ba69410 DirCacheEditor: Replace file-with-tree and tree-with-file 9 years ago
Shawn Pearce 3776b14ab4 AddCommand: Use NameConflictTreeWalk to identify file-dir changes 9 years ago
Yuxuan 'fishy' Wang d88695e412 Skip nested copyfiles in RepoCommand. 9 years ago
Andrey Loskutov 1aafa61958 Checkout should be able to override modified symbolic links 9 years ago
James Kolb 3096a13340 Included cached deltas in delta packStatistics. 9 years ago
Jonathan Nieder 75a0dcac18 Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtree 9 years ago
Jonathan Nieder 29dfbd22b7 Add tests for PathFilterGroup.Single 9 years ago
Mike Gilbode 3e03907f65 Bug 484342: Support @ in username in SSH url. 9 years ago
Matthias Sohn d2044aed4f JGit v4.2.0.201512141825-rc1 9 years ago
Shawn Pearce 4f8c993c49 push: Do not blindly overwrite peer 9 years ago
Christian Halstrick 5b55498b16 Fix FileTreeIterator.idSubmodule(Entry) 9 years ago
Andrey Loskutov 85d09a9ec7 URIish: fixed full uri pattern not expecting end of line after host name 9 years ago
Kaloyan Raev e23521f0d9 Add remote command to JGit CLI 9 years ago
Shawn Pearce 3d8e6b1e16 Support atomic push in JGit client 9 years ago
Shawn Pearce b0eb744604 Delay locating .gitattributes until requested 9 years ago
Shawn Pearce 761814fe9c DirCacheEntry: Speed up creation by avoiding string cast 9 years ago