1394 Commits (3fc93f8a562e96d354546ad6ff8c9dd56709c5e5)

Author SHA1 Message Date
Shawn Pearce 29aa444760 PackWriter: use lib.ObjectIdSet to avoid wrapper 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
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
Christian Halstrick bd31555ee5 Add support for smudge filters 9 years ago
Christian Halstrick 5d9f595eb8 Add support for clean filters 9 years ago
Ivan Motsch 75697adc5a Add the new class Attributes holding multiple Attribute(s) 9 years ago
Christian Halstrick adbe900683 Fix unit tests on Windows 9 years ago
Christian Halstrick 5c8f2d8feb Fix HookTest when running on Win32_Cygwin 9 years ago
Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef 9 years ago
Christian Halstrick 18af2d4265 Let FS_Win32_Cygwin detect symlink support by creating temporary symlink 9 years ago
Matthias Sohn 0353b1d3ff Fix classpath of test launch configurations 9 years ago
Matthias Sohn fe85311b3a Avoid UnknownHostException in WalkEncryptionTest 9 years ago
Jonathan Nieder 1e47c7058d RefDirectory.getRef: Treat fake missing symrefs like real ones 9 years ago
Christian Halstrick 69cd6f5864 Introduce FS.execute() to execute a command defined by a ProcessBuilder 9 years ago
Arthur Daussy 12280c02db Adds the git attributes computation on the treewalk 9 years ago
Matthias Sohn 3e2aff196e Prepare 4.1.2-SNAPSHOT builds 9 years ago
Matthias Sohn 3cb5f11398 JGit v4.1.1.201511131810-r 9 years ago
Rüdiger Herrmann e18444de30 Fix MissingObjectException in RenameDetector 9 years ago
Jonathan Nieder 797f94d331 RefDirectory.exactRef: Do not ignore symrefs to unborn branch 9 years ago
Matthias Sohn 35109dc66c Prepare post 4.2-m1 builds 9 years ago
Matthias Sohn 3a93c8bdca JGit v4.2.0.201511101648-m1 9 years ago
Matthias Sohn 7ee184acfa Fix imports in DfsInserterTest 9 years ago
Mike Williams c4d73fb7cc Insert duplicate objects to prevent race during garbage collection. 9 years ago
Christian Halstrick edc4daf2e8 Add support for pre-push hooks 9 years ago
Christian Halstrick 67a77d402a Enhance FS.runProcess() to support stdin-redirection and binary data 9 years ago
Terry Parker eb24ed7d5e Bitmap generation: Add a test of ordering commits by "chains" 9 years ago
Matthias Sohn 94e31bc478 Add missing dependency to org.slf4j for org.eclipse.jgit.test bundle 9 years ago
Terry Parker 80c7884ea6 Expose bitmap selection parameters via PackConfig 9 years ago
Terry Parker 320a4142ad Update bitmap selection throttling to fully span active branches. 9 years ago
Marc Strapetz d29b2b6762 Refspec: loosen restrictions on wildcard "*" 9 years ago
Marc Strapetz 6c424d320c WalkEncryptionTest: get rid of Log4J dependency 9 years ago
Terry Parker 069040ddad Push control of time into MockSystemReader 9 years ago
Andrei Pozolotin 504e23b7a5 Adding JGitV1 and JGitV2 Walk Encryption 9 years ago
Andrei Pozolotin 81810aff29 Adding AES Walk Encryption support in http://www.jets3t.org/ mode 9 years ago
Andrey Loskutov fd060943da Test stability: add fsTick() to avoid random testPruneNone() failures 9 years ago
Andrey Loskutov eec37d2334 Fixed jgit test failures on Windows 9 years ago
Andrey Loskutov a406ebf401 Delete non empty directories before checkout a path 9 years ago
Terry Parker 2524157d3d Limit the range of commits for which bitmaps are created. 9 years ago
Christian Halstrick 227b78f087 Add utility method allowing to check for empty folders in workdir 9 years ago